Browse By Tags

  • How to set date range for customer export? sage50 api question.

    Im exporting sage50 customer details in this code. Please let me know how can I set date range to the exporter object so that will pull only contact updates within certain dates. Code- exporter = (Export)ptApp.CreateExporter(PeachwIEObj.peachwIEObjContactsList…
  • Integrating with SAGE cloud

    Hi, Sorry if this is the wrong forum but I did not find a better match. I have a client currently using SAGE 50 2018 that is considering upgrading to SAGE cloud, and we need to know if there is a way to import invoices and export customer data from…
  • 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…
  • Add payments to invoices added through the SalesJournal?

    I am using the .NET SDK (C#) to export invoices and payments of those invoices from my own database into Sage50. I managed to create invoices (payment type = pay later) in the Sage50 db using the SalesJournal class. I now need to add payments for…
  • Need a code demo for Shipping Rate Detail Creation

    Hello Experts! Could you please give a code demo about how to create Shipping Rate Detail? I knew how to create a Shipping Rate: oSS.GetType().InvokeMember("nSetProgram", System.Reflection.BindingFlags.InvokeMethod, null, oSS, new object[] { TaskID…
  • BOI IM Transaction Entry - Error CI_LineEntry_Header 'Missing or invalid Header'

    Running what should be a simple Transaction Entry test for BOI. I can create all the object I need, test for and create the Batch. Set Key values. But the call to SetKey is continually returning 0. Last Error Text is 'Missing or invalid Header' and…