• 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…
  • 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…
  • Help! Upgraded to Sage 50 2024 and my apps now throw "Unable to cast COM object of type ..."

    Ah I forgot to copy over the latest Interop.PeachwServer.dll and recompile like I have to do every year.. nope still fails. Version 31 dated 10/5/2023, looks good. Downloaded the 2024 SDK to see if anything has changed in the COM interface.. nope, login…
  • 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
  • How to get Account Balance ?

    I try to get Account Balance, but the value is $0 . How to get correct value ,please ? AccountFactory m_Account = m_company.Factories.AccountFactory; EntityList<Account> m_AccountList = m_Account.List(); m_AccountList.Load(); decimal balance = m_AccountList…
  • 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.
  • 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…
  • Table for Recent activity Log

    Can anyone tell me is there any table where I can query recent activity (Insert, Update) in Sage 50 ?
  • 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.
  • .NET SDK Vendor Contact Field

    I tried getting the data of the vendor factory, there is no contact field on the maintain vendor window. I checked MailToContact, PaymentsContact, PurchaseOrdersContact, ShipmentsContact, and Contacts array also. Does anyone have a solution? Th…
  • Do I Need A New Application ID For Each Installation?

    We have a developer license and application ID which we have used to create a connector that pulls data from an ERP into Sage 50. It runs as a windows service. It has worked well on all our development boxes. Yesterday, we tried to install the windows…
  • Can The 2020 SDK Be Used For Sage 50 Premium Accounting 2016

    We are looking for a way to automatically create Sales Invoices and Sales Orders in our Sage 50 Accounting Premium 2016 using the SDK. There is no longer any link for the 2016 SDK. Can the 2020 SDK be used with Sage 50 Accounting 2016?
  • SDK for Sage 50 US 2018.

    Hi Guys, Understand the Sage 50 US 2018 is retired but is it possible for me to get the SDK for this version? Regards, Bruno
  • How to set date range for customer export? sage50 api question.

    Im exporting sage50 customer details in this code. Please let me know how can I set date range to the exporter object so that will pull only contact updates within certain dates. Code- exporter = (Export)ptApp.CreateExporter(PeachwIEObj.peachwIEObjContactsList…
  • Peachtree 2010 SDK

    I could not get Peachtree 2010 SDK from sage officially. I read if there is someone on the board who has access to the file he/she can share it. So please share the SDK with me if you have access to it. Thanks!
  • Unable to download Peachtree 2010 SDK

    I am unable to locate the SDK. The link provided on many answers ( http://www.peachtree.com/sdk) redirects to a page that has nothing to do with SDK but promotes sage cloud registration. Where can I get the SDK? Thank you!
  • Incompatible Company Version Exception

    I went to deploy a desktop application on a clients machine after completing development and testing. Upon authentication, I get the following exception message. I verified that we are using the same version of Sage50 and the build number. Does anyone…
  • ValidationException when building CustomerCreditMemo - Sage 50 SDK .NET

    Greetings all, We use the .NET SDK for Sage 50 to integrate our software with Sage 50. I've got a situation where we're trying to make a Credit Memo in our software to push over in to sage 50. During a relatively routine step, we are getting a Sage ValidationException…
  • ASP.NET Error PRForms.dll

    Hello, After updating the Sage50 application to the 2019 version I'm receiving an error "Could not load file or assembly 'PRForms.DLL' or one of its dependencies." when referencing Sage.Peachtree.API in an ASP.NET application. Any Suggestions? I had…
  • Sage 2018 - upgraded to 2019 and then downgraded back to 2018, now API won't work

    We have written a program for one of our clients using the Sage Peachtree API. Every time they upgrade versions, we always have to get the latest DLLs and rebuild our app to make it work again. However recently they say that they installed Sage 2019,…
  • Sage 50 2019 SDK Release Date

    FormerMember
    FormerMember
    Hey there. We recently updated our Sage 50 Accounting software from 2018 to 2019. Naturally, the software we use that integrates with Sage is now unable to connect and sync data. Is there a current release date for the Sage 2019 SDK or is there a…
  • SDK and Updating Employees

    FormerMember
    FormerMember
    When we hire new employees where I work, we have to create accounts in all kinds of different programs. Plus create windows accounts and email accounts. I wrote a Information Management Program that I have connectors to all our programs (all Microsoft…
  • Getting PeachTree API exception - Entity is read-only

    FormerMember
    FormerMember
    The company account is accessible through the desktop Sage 50 US Edition just fine. When we try to access through our app that uses Sage API to access it gives the following message. ANyone knows what the issue is? WIndows 2012 Server R2 Sage 50…
  • 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 ?
  • Peachtree 2008 SDK

    FormerMember
    FormerMember
    Looking for the old Peachtree 2008 SDK. I still have the DLL but could not find the documentation. Can anyone help? Thanks.