Sage 100

 View Only
  • 1.  Anyone know the task that fires when clicking on t

    Posted 09-02-2011 11:50
    Anyone know the task that fires when clicking on the ""Verify"" button in SO Invoice Data Entry? I'm looking to create a script that reassigns an invoice from one batch to another and need to update the batch info after all the reassigns are done.


  • 2.  RE: Anyone know the task that fires when clicking on t

    Posted 09-02-2011 11:58
    The SY_BatchManager_BUS object has a VerifyBatch(batchNo) function. Maybe try that?


  • 3.  RE: Anyone know the task that fires when clicking on t

    Posted 09-02-2011 12:00
    Thanks Dawn. Will give it a shot.