TmpTaxWithholdWorkTrans_IN::rateOfDeduction Method
Gets the rateOfDeduction value for the withholding tax.
Syntax
client server public static Percent rateOfDeduction(
TmpTaxWithholdWorkTrans_IN _tmpTaxWithholdWorkTrans,
CompanyId _companyId,
CustVendAC _account,
RefTableId _sourceTableId,
RefRecId _sourceRecId)
Run On
Called
Parameters
- _tmpTaxWithholdWorkTrans
Type: TmpTaxWithholdWorkTrans_IN Table
The buffer for the TmpTaxWithholdWorkTrans_IN table.
- _companyId
Type: CompanyId Extended Data Type
The company ID used to find the record.
- _account
Type: CustVendAC Extended Data Type
The account number that is used to find the record.
- _sourceTableId
Type: RefTableId Extended Data Type
The SourceTableId ID value is used to find the record.
- _sourceRecId
Type: RefRecId Extended Data Type
The SourceRecId ID value is used to find the record.
Return Value
Type: Percent Extended Data Type
The rateOfDeduction value for the withholding tax.
Remarks
Gets the rateOfDeduction value for the withholding Tax.