• Sage 50 cloud and PHP web app integration

    Hi, Is it possible to integrate a PHP web app with Sage 50 Cloud? I would like to set up a system where when a sales invoice/credit note is created on the web application, it is also created on the Sage 50 Cloud account. I am new to this any help…
  • SDK use while company sharing is turned on

    While trying to write an integration for sage 50, I am encountering an error whenever I try to connect to a sage 50 instance if it has sharing enabled. With this setting, I get Unexpected Remote Data Access return value: SLALockFailure ---> Sage.SBD…
  • How to get SDK for Sage 50 Desktop ?

    Hi I'm a software developer and my client uses your Sage 50 Desktop software. I have task to add some wrapper around SDK which allow client to add data into Sage 50 from third party software. I am looking for SDK. I discovered this page : https://support1…
  • Sage 50 2023.0 SDK Php Integration

    Hi, We are tasked to develop a middleware using Sage 50 2023.0 SDK and Php. Is this possible using the COM implementation? Appreciate if you can provide samples. TA
  • Ooops! Did you forget something?

    Just got my invitation the new Sage Developer portal and it looks like they've forgotten to add all versions of the Sage 50 under the 'Small Business' section. https://developer.sage.com/ Hopefully, this is a simple oversight and not some ominous…
  • Sage 50 takes a long time to load a company from a 3rd party software

    When opening the company through Sage 50 itself on any client PC, it takes about 5 to 10 seconds until I am on the main dialog. Then another 3-4 seconds to load the Sales Order list. We have a 3rd party software (MAXShipper) that allows us to integrate…
  • How to create unposted invoice and receipt?

    We have developed a .Net Windows application to connect with SAGE and create Invoice and Receipt programmatically, these invoices and receipts are in Posted Status. But our client want to create it unposted. We tried but couldn't get any way to make it…
  • Getting invoices and posting payment receipts?

    Yes, I'm new. How do we get posted (approved) invoices from the SDK and how to create payment receipts against those invoices? Just looking for a quick headstart! Cheers, Antoine
  • Integration with SAP business Bydesign solution

    Tittle : Checking possibility that integrating with SAP business Bydesign ERP solution Hi, I'm one of members that working at a business partner company in Korea that builds an ERP solution called SAP business bydesign, named BeaconKorea,.Ltd Currently…
  • Integration of our Shopify sites and our Sage accounting system.

    I would like to explore the integration of our Shopify sites and our Sage accounting system. Could you please let us know more about this such as integration capabilities, including any existing connector’s or applications.
  • 64-bit MS Access with 32-bit Sage 50 US SDK

    Does anyone have experience interfacing with Sage 50 US with MS Access utilizing the Sage 32-bit SDK?
  • Sage Connectivity with external system

    Hi, I hope this email finds you well. My name is Rooma, and I am reaching out to inquire about the connectivity options available for integrating Sage 300 ,50 with a .NET application, specifically for passing financial data. We are currently developing…
  • Looking for developers for Sage 50 US integration

    Hello there - my company is starting an integration with Sage 50 on behalf of clients, and we are looking for a skilled developer / development team to help with scoping the integration. Please let me know and reach out if you know any good resources…
  • PeachtreeException: "Can't start Btrieve Transaction."

    Sage 50US 2023 .NET SDK, calling PurchaseInvoice.Save() and received "Can't start Btrieve Transaction." Stack Trace: Sage.Peachtree.API.Exceptions.PeachtreeException: Can't start Btrieve Transaction. Sage.Peachtree.API.Entity.SaveInternal() Sage.Peachtree…
  • COMUser and COMPassword

    Where can you reset the COM UserID and COM Password? What is the difference between the COM UserID and the Admin user? SDK documentation does not really explain what it is looking for in the call to GetApplication. Jean ptApp = (IApplication…
  • Read Only message when attempting to SAVE a new PurchaseOrder or PurchaseInvoice

    I need to know if the SDK will allow you to SAVE a PurchaseOrder or PurchaseInvoice So far no success. Getting error that the entity is READ-ONLY. Also, I do not see a "CREATE" method for purchase order lines or purchase invoice lines. I need…
  • Sage 50 SDK (API 2023)

    Hello all, I'm attempting to get a basic C# application off the ground in order to import sales invoice data. I have received an Application Id for the app, and have called my session begin and am successfully viewing the company data. However,…
  • How to check if SalesInvoice is printed and get the Invoice No.

    Hello. Is there a way using the SDK/API in .NET, to determine if a SalesInvoice has been printed and assigned an Invoice No.? And where in the API can I find the Invoice No.? These seem like common questions, so I feel sure I must be overlooking something…
  • Read Only Error - General Journal

    I wrote an integration between a retail system and SAGE 50 using the SDK. It was working fine a few weeks ago and now that I'm going back to add a few more things I am getting a READ-ONLY error message when attempting to post a general journal. This…
  • After random days have to re-authorize application?

    We have an exe that is NOT getting updated, but after a random (1-5) amount of days, quits working and needs to be re-authorized. First error is: Sage.Peachtree.API.Exceptions.SageDriveAccessException: This company needs to be opened with Sage 50…
  • How can I get the sales filtered by KEY?

    I am using the SDK, but I can't find how to filter by KEY use ID and/or KEY and it tells me that it is not possible Dim m_salesList = oCompanyContext.Factories.SalesInvoiceFactory.List() oFilterFact = FilterExpression.Equal(FilterExpression.Property…
  • .NET 5, 6 Support

    Hello. Do we know when it might be possible to interface a .NET 5+ project with Sage 50? Any idea of ETA or direction would be greatly appreciated. It looks like .NET Framework 4.8 was release just over 3 years ago (April 2019). If you're reading this…
  • Can you create and save a Purchase Invoice using the SAGE 50 2022 SDK?

    I'm getting a "read-only" error when attempting to save a Purchase Invoice in SAGE 50 using the 2022 SDK. I need to to know if this is supported or if I might be missing something that is causing this error.
  • Sage50 integration

    Hi I’m in the process of getting software integrated with sage50 , however they have some questions: Connection to your Sage50 instance Is there a public API available (Sage50 cloud?) If yes: what are the specific connection details? XML? JSON? Authentication…
  • Setting shipping/mailing addresses in Sales Orders and Purchase Orders

    I feel like there's something I'm missing. I can successfully create a Sales Order and a Purchase Order with line items in Sage50 using the .NET API (not ODBC). The issue I'm having is that while the correct vendor/customer are set, the address for…