• 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 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…
  • VendorReceiptFactory filtering

    I would like to filter the List with a customer ID. The VB code looks like this: Dim p As Sage.Peachtree.API.VendorReceiptList = Me.company.Factories.VendorReceiptFactory.List() Dim vendorFilter = PropertyFilterExpression.Equal(PropertyFilterExpression…
  • ETA on .NET 5+ Compatibility with Sage 50 SDK/API?

    Hello, I was wondering if there is a rough timeline for compatibility with .NET 5+ (formerly known as .NET Core) with the Sage 50 SDK/API? Apologies if I'm missed a similar question on the forums; I made a best-effort to check before asking. As far…
  • Sage.Peachtree.API v2021.1.1.176 - SalesInvoice.Save() Issue

    Has anyone seen/resolved the following error when trying to save a sales invoice using SalesInvoice.Save()? Error: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index It worked fine before we…
  • 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.
  • Using SDK can I add Telephone 1 for a Vendor which comes under General Tab in Sage 50 US

    Using SDK can I add Telephone 1 for a Vendor which comes under General Tab in Sage 50 US. Please assist.
  • Integrating Objets100cLib (Sage dll) to third party c# application

    Hi , Greetings of the day !!! I need help integrating Objets100cLib (Sage dll) to third party c# application , can any one help with this ? i want to access data like suppliers/articles etc. Thanks in advance
  • How can we support multiple versions of Sage50

    We are a POS system using the COM component to integrate to Sage50. We have some stores that use Sage50 2020 (which is the version of our COM component) and this works fine. We have some that just installed the Sage50 2021 version, and our integration…
  • COM based GetApplication not allowing login?

    We have a client that has used our COM API based interface application with Sage since 2011. They have just upgraded to Sage 50 2021, we have recompiled our application against this PAWLegacy.dll to maintain binary compatibility, but at the Login.GetApplication…
  • Sage 50 SDK Com - GetApplication returns null

    I am using the SDK Com interface. Below when I call the GetApplication with the com username and password I get back a null value. Under Sage Partners in Sage 50 the setting is medium. -------------- Login _peachtreeLogin = _peachtreeLoginSelector…
  • 'Non-zero amount must be rounded to whole currency' Sage 50 SDK

    When trying to save a sales order using the Sage 50 SDK, I get the error: ``` 'Non-zero amount must be rounded to whole currency'...``` I've been able to save them using something like `_.Amount = _.CalculateAmount(_.Quantity, _.UnitPrice);` which…
  • Does Windows Service Connecting to Sage 50 US Via SDK Count As A User

    Our client has a five user license installation. We noticed that our windows service shows up as a user in login manager. Does this mean that a we need a new license for the windows service connecting to Sage 50 via the SDK?
  • Could not load file or assembly Sage.Peachtree.Domain

    Hi I have written a windows service that speaks to Sage 50. It runs on three computers. On only one computer, I see this in the logs: 2020-07-09 11:01:27.277 -04:00 [DBG] Could not load file or assembly 'Sage.Peachtree.Domain, Version=2020.2.0.219…
  • 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…
  • RPC_E_SERVERFAULT

    Hi , I am getting RPC_E_SERVERFAULT error while I am trying to exporting the data using COM API C# code. I am able to login into Sage using APIs,I can delete the transaction but the Specifically I can not do the export and getting this error. …
  • Actian GUID fields and Entity References

    Hello, I've written two programs that work together to generate real time reports out of Sage 50c. One program uses the SDK to create, update and delete data in Sage while the other uses ODBC to make sure the report data stays up to date. It's working…
  • Look Up Journal By Reference Number

    Is there a function to look up a General Journal Entry by the reference number? Jean
  • EntityReference for Account

    How do you convert or lookup the EntityReference for an account when you only have the account number (text) ? I can retrieve the Account List but cannot convert Account to EntityReference<Account> Thanks for your help. Jean
  • Override/Fix Denied access from 3rd Party Program

    We are building a 3rd party plugin, During our testing, it seems someone denied access during the security popup. Is there a way to re-request access/permission from the third party app?
  • .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?
  • Company identifier always NULL?

    Hello, My company updated to Sage 50 2020. Since then a program, we wrote, that was working before (Sage 50 2017) stop working. Diving into the code I found that the CompanyIdentifier is not longer being populated and comes NULL, basically I am using…
  • 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!