• 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"…
  • Wrong number of arguments or invalid property assignment: ‘oBusObj’

    I'm a novice script writer. I am working on a script to extract tracking information from the comment line ShipGear puts in the invoice and populate the tracking table. I've done the first little bit to identify the ShipGear comment line and display a…