Notice of Maintenance on October 9th. Click here for further details.

  • Read Job Details

    Is there a way to actually read information pertaining to a Job using the SDK. It looks like the details contained in the job object are limited, and the ones that are available are read only. It would be nice to be able to review the PO Number, Type…
  • Documentation

    I am very new to Sage development. Does proper documentation exist for the .Net SDK?
  • 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…
  • 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…
  • 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…
  • 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…
  • 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…
  • Sage50 Third party integration

    Hello, I am looking for help with the integration of Sage50 and a third-party software. Can anyone help me?
  • 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.
  • 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…
  • 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…
  • SAGE 50 SDK - Company Open Works on Server but not on Workstation

    I have written an application to post general journals to SAGE 50 using data from a point of sale application. The program works fine on the server where the company files are located but when we moved the application to a workstation where the accounting…
  • 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…
  • Error when using UNC Network path to connect via latest .NET SDK (2021.1)

    Hello: I have been experimenting with the latest version of the .NET SDK (2021.1). My configuration uses UNC network paths and not mapped drives. When I try to run any of the sample applications, I get the following error: Object must be a root directory…
  • The entity is read-only

    I am currently developing an app with the .net sdk and am trying to input a sales invoice. All seems well until I call the .Save() method on my invoice. I get the error that the entity is read only. Based on a previous search through the forum, If I go…
  • The company could not be opened because the file COMPANY.DAT is missing or damaged.

    I have a third party application that integrates with Sage 50. After a client has copied their sandbox company to a new file for their production company, I am no longer able to open the Sage 50 company and receive the following error: I have seen…
  • Application Id

    We are an ISV looking to provide integrations to a number of clients. If we obtain a developer's license and application id, how does that work with customer installs? Also, will a single application Id be valid for any Sage desktop applications? …
  • Is there a way to receive qty on a Purchase Order?

    Is there a way to receive qty on a Purchase Order Line? These are non inventory items. Using .Net SDK or COM SDK.