Hi all,
A vendor transaction is selected and user cliecks on undo settlement .
A new form will open which will show all the open the transaction and user can select/ mark those record and click on reverse button. User can select or unselect multiple records
What I want to do is when i click on REverse button and below code is getting called.
VendTrans::reverseTransact(vendTableCaller, null, parmSettlePostingType, parmSettlePostingDate))
My requirement is to create a COC for the reverseTransact method of vendtrans table and update the records associated to only those records which were marked as true.
I need to find a way to select those records.
Thanks,
VP