Hi guys, can you help me in write check transaction. Scenario:
We have custom button (approve and remove created by workflow), in expense subtab we have custom amount and custom whtax code columns wherein they will input the amount and select the tax code that they will be used upon creation of the transaction. Next, when the button is approve there's a script (UE beforeSubmit) that will run to set the ff :
amount (standard) = Based on custom amount column
apply whtax = True
whtax code (standard) = Based on the custom whtax code column
Question :
1. Upon setting the whtax code why the whtax rate, whtax baseamt, and whtax taxamt not sourcing the value meaning the rate, baseamt, and taxamt still blank when there is amount and whtax code already set.
2. When we set the whtax rate, whtax baseamt, and whtax taxamt manually the withholding tax line is not created automatically. You need to create it manually and thus if will not reflect on the whtax report.