TaxWithholdTrans::updateTaxWithholdTransOpenTransId_BR Method
Update the VendTransOpenRecId in the TaxWitholdTrans table
Syntax
server public static void updateTaxWithholdTransOpenTransId_BR()
Run On
Server
Remarks
When withholding tax records are reversed via the CustVendReversePosting class, sometimes it is unknown at the time of processing the withholding tax records what the TaxWithholdTrans.VendTransOpenRecId value should be since the VendTransOpen or CustTransOpen table do not yet exist. In this case, the TaxWithholdTrans.VendTransOpenRecId is set to zero and updated here after all reverse posting is done.