Would appreciate any assistance with a BPM on the PO Entry, specifically with the field for the “Sales Tax”. It’s currently always flagged as True, but I want to change it to False. I created the following BPM and it is not working as planned.
Post Processing
method code of Erp.PO.GetNewPODetail
execute synchronously
//for first ttPODetail:
//IF ttPODetail.Taxable = true then
//Assign ttPODetail.Taxable = false
//End