Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Calclates total witholding adjusted tax amount
Syntax
client server public static AmountCur totalAdjustedWithholdingTax(
    CompanyId _companyAccount, 
    CustVendAC _accountNumber, 
    RefTableId _refTableId, 
    RefRecId _refRecId)
Run On
Called
Parameters
- _companyAccount
 Type: CompanyId Extended Data Type
 Company is used to find the record.
- _accountNumber
 Type: CustVendAC Extended Data Type
 Account number to find the record.
- _refTableId
 Type: RefTableId Extended Data Type
 Source table is used id to find the record.
- _refRecId
 Type: RefRecId Extended Data Type
 Source record id is used to find the record.
Return Value
Type: AmountCur Extended Data Type
Total adjusted amount.