• Sales Order ShipTo address being ignored

    I have a C# dotNet 4.8 web application providing API services into Sage 100, working fine at multiple sites. At one customer, the Sales Order BOI seems to ignore the ShipToAddress fields on the sales order. Avatax and Scanforce are installed on this site…
  • Sage 100 Export Sales Order to File BOI

    Hello, I am having difficulty getting some code to work. I have found examples, but translating it to C# is making it harder to solve the problem. I am trying to export a sales order through the SO_SalesOrderPrinting_UI BOI. the following settings…
  • Adding Misc Charge Items to Sales Order are not being added in BOI

    I am currently trying to add in a misc charge item to a sales order using BOI. soORDER.oLines.nSetValue("ItemCode$", "/SALESTAX") soORDER.oLines.nSetValue("ExtensionAmt", 10.00) soORDER.oLines.sLastErrorMsg #No error message. soORDER.oLines.nWrite…
  • BOI Error on SO_SalesOrder_bus NewObject

    I am hoping someone can steer me in the correct direction. I trying to get an MVC script to enter a sales order. As far as I understand it (I do not have much experience in BOI) I need an instance of the SO_SalesOrder_bus. The problem occurs when I try…