• Importing purchase, additional line items

    I am writing an application which interacts with Sage50 2016. I have full access to both the .NET and COM APIs. My current task is to import purchases (PurchaseInvoice in the .NET API, PurchaseJournal in the COM API). Since the .NET API seems to be…
  • Item price and quantity on hand

    Any help here would be most appreciated... In short, we're setting up inventory item list for an online punchout, which then populates a sales order when a transaction takes place... Thanks to all the examples in the .net sdk kit, I've been able to…