• Cash-basis Companies—the SDK cannot be used to create, edit, or delete Receipt, or Payment transactions that apply to Sales or Purchase Invoices in

    Looking at R2024 SDK and says following Cash-basis Companies—the SDK cannot be used to create, edit, or delete Receipt, or Payment transactions that apply to Sales or Purchase Invoices in cash-basis companies. The SDK cannot be used to create, edit…
  • The SDK cannot be used to create, edit or delete Sales Invoices or Purchase Invoices in cash-basis companies.

    Hello, Team Looking at the desktop version SAGE50 and downloaded SDK and happen to see this notes The SDK cannot be used to create, edit or delete Sales Invoices or Purchase Invoices in cash-basis companies. Does this mean that there is no way to…
  • Error EC02, account not recognised

    Hi Team, Please help me with this auth token generation step error. It returns EC02 error even after I sign up with credentials I used to create client ID & Secret. Guide me if I am missing something.
  • Convenience fees

    Does Sage50 plan on an upgrade that will allow us to charge a customer a convenience fee on invoices if it's not a line item? We use Paya, their software is capable of this but Sage50 isn't from what I understand talking to our rep and meeting with Customer…
  • SDKInstanceManager.Instance.OpenDatabase returns false

    SDKInstanceManager.Instance.OpenDatabase(saiFile, userName, password, false, appName, appCode, 1); always returns false despite giving all the required parameters userName is in small case the C# library is being built in framework and not in core still…
  • Integration

    Hi, Please let me know if the Sage 50 API's are available or not?
  • Sage 50 US Edition SDK Download

    The current download links for the Sage 50 2024 SDK and Sage 50 2023 SDK are not currently functional. Can anyone please provide the current links for downloading these? Thank you! Tammi M. Ermerins ( [email protected] ) Certified Sage 50/Peachtree…
  • 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…