• Possible to generate invoice PDF files please?

    Each working day we have a few sales orders. We would like to programmatically send an invoice (PDF file) to each customer by email. Possible to do in Sage Quantum 50 US? Use the SDK? Any hints are greatly appreciated!
  • SDK Getting Started

    I am a senior developer who is VERY new to Sage. I haven't ever used it or even seen it. A client wants me to use the SDK to get some very basic invoice and payment information out of Sage 50, but even the "Getting Started" info around here seems a little…
  • setting the ReferenceNumber when creating (importing) a new SalesOrder into Sage50

    Hi, What is the recommended way to set the ReferenceNumber when creating a new SalesOrder. Currently I'm doing this: var invoiceList = sageCompany.Factories.SalesOrderFactory.List(); invoiceList.Load(); var top1 = invoiceList.OrderByDescending(x …
  • .NET SDK - Add Ship Date to a Sales Invoice

    Greetings all, We're using the .NET SDK to create Sales Invoices programmatically. I see that within Sage 50, the Sales Invoice itself has a Ship Date, but it's not a field I can appear to set via the .NET SDK. (It's not a parameter within the Sage…