• 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
  • Sage50 Third party integration

    Hello, I am looking for help with the integration of Sage50 and a third-party software. Can anyone help me?
  • 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,…
  • 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…
  • 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…
  • 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…
  • Integration With Sage 50 US . SDK .NET vs COM

    Hello, What are the options for integrating with the Non -Cloud , Desktop Version of Sage 50 ( US Edition ) ? I was able to download the Sage SDK which has .NET and COM samples. The .NET version does not support a number of transactions/ entities…
  • 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…
  • Import Unit Cost for Inventory Adjustments with the COM API

    I'm trying to import the Unit Cost field among others for Inventory adjustments via the COM Interface. For some reason this one field likes to remain at 0.00 even when making a positive adjustment with a value greater than 0.00. Here is an example of…
  • .NET Core Compatibility with Sage 50 US SDK/API

    Hi, Is the Sage 50 US .NET SDK/COM API compatible with .NET Core 3.0?
  • Initializing APP.m_company

    Could someone provide an example or explain how to initialize APP.m_company and the other components of that class? I am trying to run the sample app with the correct version of the SAGE software but it does not see an open company (APP.m_company is…
  • Integration with Rails app 2019

    Hello and good day to all. I'm looking for a way to access SAGE 50 endpoints for purchase orders, invoice. inventory etc through our front-end system built in Rails. The ideal solution would be through an API which I couldn't find any suitable yet.…
  • Mavenlink/Sage Integration

    FormerMember
    FormerMember
    We are in the process of converting to Mavenlink as our time keeping system and we need guidance from the SDK group to understand what we need to do in order to provide access to the Mavenlink IT team to our Sandbox account in order to understand how…
  • Posibility to create VendorCredit

    Hi, I'm working with .NET SDK and COM API for multiple operations - now I would like to create Vendor Credit memo but I haven't seen it in any example - is there possibility to create it over COM API ?
  • There was a problem opening company.: (inner exception: FileNotFound)

    var companyId = GetCompany(); try { // Request authorization from Sage 50 for our third-party application. AuthorizationResult authorizationResult = Session.RequestAccess(companyId); This line Session.RequestAccess throws a PeachtreeException: FileNotFound…
  • inventory and customers in .net api

    When will inventory and customers be added to the.net api? The com api is difficult to use. Thanks.
  • SDK seeking permissions every time

    Hi, We are trying to build up an application using the Sage SDK to create invoices in the Sage 50. In our testing , we found that the Sage SDK is prompting for the user to give permission every time (even if it is same company file that we gave permissions…
  • How to find InventoryItem that has inventory changed only?

    Hi Using the .NET SDK is there a way to search for products whose available inventory has recently changed by date? Thank you
  • update onhand on MasterStockItem

    Hi, Is there any way to update the onhand qyt in a MasterStockItem from the SDK?
  • DllNotFoundException

    Hi, I included the Sage.Peacgtree.API dll but I stll get this error: An exception of type 'System.DllNotFoundException' occurred in Sage.Peachtree.DataAccess.dll but was not handled in user code. Additional information: Unable to load DLL 'w3dbav90…
  • How to get assembly component list using .net api ?

    How do I get the component list for an Assembly item using the SDK ? I can get the list of Assembly items using the AssemblyItemFactory, but it does not have a Bill of Materials or Components collection for each item. The only way I've found so far…
  • Looking for help with ServiceBridge dispatching software to integrate with Sage 50

    As a distributor, one of our manufacturers is mandating we come on board using ServiceBridge dispatching software. It does not integrate with Sage - only QuickBooks. We are Peachtree/Sage users for over 15 years and would prefer not to make this change…