• Customer upgraded to Sage 50 2022 and enabled Remote Data Access - Integration dies SLALockFailure

    Greetings all, Our ERP product integrates with Sage 50 for posting Invoices and Purchase Orders from our application to Sage. One of our customers just upgraded their Sage 50 to the 2022 release (which I don't expect caused any issues) and also purchased…
  • Query Credit Memos using ODBC on Sage 50 2013

    On the documentation, it says I can read Credit Memo using ODBC. This is the image for supported features of Sage SDKs. https://drive.google.com/file/d/0Bylaei-qsakROXlPZFAxdnlZU0dZNk1pNC1pQnBBYVRQdzBN/view?usp=sharing So I created a simple application…
  • Add Purchase Invoice / also known as Purchase Journal/ also knows as GRV using Sage 50 U.S SDK 2018

    I wanted to add SaleInvoice using the SDK and found out that there is a method Company.Factories.SalesInvoiceFactory .Create(). But When I wanted to create PurchaseInvoice, I tried to look Create() Method in Company.Factories.PurchaseInvoiceFactory. But…
  • Is there any way to create a purchasing invoice with .Net SDK?

    I would like to know if there is any known work around for creation of a purchasing invoice? I am currently creating a purchase order and then the invoice is being manually created from that. If anyone has found a better solution i would very much appreciate…