• Forcing Price override for SO_Invoice Line

    I'm currently trying to integrate SO_Invoice using BOI and needing to override pricing on the line item, below is snippet of the code on the line level retVal = oSOInvoice.oLines.nAddLine() retVal = oSOInvoice.oLines.nSetValue("ItemCode$", "XX"…
  • Rollback in flat file database in Sage 100 with BOI

    I am creating a Sales Order Invoice ( SO_Invoice_bus ) with .Net C# which mean I am inserting the Header and the Details info. My problem is if there is a exception in the code inserting the lines, nothing is inserted in Details but the Header info is…
  • Logic to get the Lot/SerialNo for distribution in SO_Invoice.

    I have checked the videos and documentation about how to create a Sales Order Invoice and I have almost everything working as I want but I have problem making the distribution for those line which required it, specifically getting the Lot/SerialNo. I…