Sage 100

 View Only
  • 1.  In version 4.5 the BOI call to add an invoice to S

    Posted 05-22-2014 14:10
    In version 4.5 the BOI call to add an invoice to S/O was naddinvoice. Does anyone know if this has change in Version 2014? We used to pass this call and now it is failing for some reason. Our debug is saying it is failing on the following: int retval = (int)oInterface.InvokeMethod(""naddinvoice"", outval); and this is the information in the ""outval"" 729834|IN|20|0281111.286865|20140516|||63674BAL|729834|BLT PLUMB|Replace Boiler Drain on Well Tank|1|189.36|||20|7382|63674BAL||


  • 2.  RE: In version 4.5 the BOI call to add an invoice to S

    Posted 05-22-2014 17:20
    I've never heard of of nAddInvoice. Also to add an invoice actually requires multiple steps - something similar to below. I'm guessing this is a method/function created directly by Darrel, Lauren, or Sara Beth for the purpose of instantly running the several lines of BOI code needed to create an invoice. You'll have to find where they defined the nAddInvoice function. nSelectBatch(BatchNo) nGetNextInvoiceNo(InvoiceNo) nSetKey(InvoiceNo) nSetValue(DivNo) etcetera nWrite()


  • 3.  RE: In version 4.5 the BOI call to add an invoice to S

    Posted 06-17-2014 10:36
    The resolution to the issue was a Sage Issue. Sage was looking for the IM module which this client does not own causing the BOI to fail. We had to change the code not to look for IM.