TaxWithholdAuthorities_IN::findByVendAuthority Method
Find the TaxWithholdAuthorities_IN record based on Tax type and Authority
Syntax
client server public static TaxWithholdAuthorities_IN findByVendAuthority(
TaxWithholdType_IN _taxType,
TaxWithholdAuthority_IN _taxWithholdAuthority,
[boolean _forUpdate])
Run On
Called
Parameters
- _taxType
Type: TaxWithholdType_IN Enumeration
Tax type used to find the record.
- _taxWithholdAuthority
Type: TaxWithholdAuthority_IN Extended Data Type
Withhold tax authority used to the record.
- _forUpdate
Type: boolean
If true, then read the record for updating.
Return Value
Type: TaxWithholdAuthorities_IN Table
A buffer containing TaxWithholdAuthorities_IN table.