So a while ago I got some help on the boards with regards to creating a script that will move an unposted record from one batch to another. In order to create the necessary batch and update it's totals (if necessary), I had to create the above object by creating a Providex.Script object, then creating the object (like below) SET oBatch = script.NewObject("SY_BatchManager_bus", oSS, "A/R", "01", 1) While I can re-use this script, I was just curious if: 1. There is functionality in the latest version of Sage 100 that accommodates this 2. If not, is there now a way to create this batch object without creating a ProvideX script object (like the below)? Dim oRep oRep = oSession.GetObject("AR_RepetitiveInvoice_bus") Thanks!
↧