Browse By Tags

  • "Unable to open company file" message returned

    Hi all, We're developing a COM-aware .Net assembly that is used in a legacy VB6 app and keep getting the above message when opening a connection via SDKInstanceManager.Instance.OpenDatabase. When we call our method from inside another .Net assembly…
  • Sage SDK 2023: Method not found "System.MissingMethodException: 'Method not found: 'System.String Sage.Simply.Work.Repository.get_Func31()'.'"

    We have a custom program developed that connects to the sage file and our ERP, and pushed the invoices into Sage. (C#) Everything worked prior with 2022.3 SDK. Recently upgraded the software on all machines to Sage 2023.0, and had to install the SDK for…
  • Anyone have the Sage 50 2019.3 SDK?

    Hi, I'm currently making a third party app for a client using Sage 50 Quantum Accounting 2019.3(26.20.0.2) but I have been given a 2019.0(26.0.0.1) version of the SDK, which is not letting me use it: Message from recources (english version): I've…
  • add Unit of Measure fields to Sage API

    The following fields are currently not available in the SAGE API, yet there are required for a Sales Invoice import when using Multi-Packs: 1) U/M ID 2) U/M No. of Stocking Units I am requesting to have these fields added to the SAGE API so our…
  • How to integrate my billing solution with Sage 50 US?

    Hello, Do you have any idea how is the process to integrate me with sage 50 US 2022 through a SDK. I want to achieve the integration to be able to extract and update the status of invoices from an external invoicing system that I have designed in…
  • Unable to open Peachtree session- Peachtree270.ini does not exist

    Hello, I'm trying to open a Peachtree session to connect to Sage 50 accounting software. I'm using Sage 50 2021 software and 2021 SDK. Both are installed on the same machine. Below is the exception that I'm getting- **** Inner Exception Type: System…
  • C# SDK convert Order to Invoice

    Hi, I can convert Order to Invoice, but I'm not able to set quantity of the last line. If I set quantity of all the lines but not the last one, the POST will work. If I set quantity on all lines, it will failed on the POST, and an error will appear :…
  • SDK Help : On the order entry screen there is a field to apply a discount to the over all order, is this field possible to fill in sending an order to the SDK ?

    Hi We use the SDK to send Orders to sage. We want to apply a coupon or voucher discount to the order total line as we offer these online. I can see in the you can add a discount at the order screen, but I do not see where we can add this in the…
  • Enable COM SDK / API to run in headless mode

    Sage 50 SDK / API requires the Sage 50 desktop UI to remain open. Sage 50 .NET already has this ability implemented exactly how the Sage 50 COM SDK / API should be implemented.
  • Sage Invoice items in JSON that do not appear in Sage50 invoice detail view. ?

    Hi Extracted Sage Invoice items to JSON and I am seeing some duplicated invoice lines in the data that do not appear in Sage50 view. I have noticed these items have duplicated indexes so I have 2 invoice items but Sage only displays 1, cannot find…
  • SDK question

    Hi, can someone point me to the right place to ask questions about Sage 50 Premium Accounting (trial) SDK integration in C# ? Lots of support links and phone numbers are broken and lead nowhere.. Also, I get asked a customer id, and a chat bot…
  • Sample ODBC/SQL queries for getting Sales Order information, Customer Information, and inventory information?

    Can anyone offer any sample SQL scripts for getting information, such as Customer Information (given a customer ID), sales order information (given a sales order number or customer ID), and/or inventory information (given an Item ID) out of the database…