• What is the Filed for Expense account for Vendor on Export when using the COM API

    Using the COM API, I was able to export VendorId, VendorName. But when it tried to import Expense account, I was not able to distinguish which peachwIEObjVendorListField to use. So, I tried to use Exporter.AddToExportFieldList((short)PeachwIEObjVendorListField…
  • 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…