Scripting

  • 1.  Has anybody written a BOI to auto-create a Product

    Posted 05-22-2018 07:18
    Has anybody written a BOI to auto-create a Production Entry? I've started to work on one, but after setting up the header fields (ProductionDate/BillNo,Revision,ProductionQuantity,ParentWarehouseCode,LotNoOrStartingSerialNo,DefaultComponentWhseCode), I'm not sure which object(s) to use to pull in the components. @Sage100AdvancedScripting


  • 2.  RE: Has anybody written a BOI to auto-create a Product

    Posted 05-22-2018 07:28
    I haven't tinkered with BM and BOI yet but have you looked at the methods in BM_Production_Bus? There is a method called ExplodeBill() inherited from BM_CommonEntry, you might want to give that a shot.


  • 3.  RE: Has anybody written a BOI to auto-create a Product

    Posted 05-22-2018 07:46
    I saw that, and I may have to fiddle with the GetBillInfo and various Validate methods.