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.
Reads the TaxWithholdWorkRegulation_IN table for the specified parameters.
Syntax
client server public static TaxWithholdWorkRegulation_IN findByTaxCode(
    RecId _sourceRecId, 
    TaxWithholdCode _taxWithholdCode, 
   [boolean _forUpdate])
Run On
Called
Parameters
- _sourceRecId
 Type: RecId Extended Data Type
 Source record id is used to find the record.
- _taxWithholdCode
 Type: TaxWithholdCode Extended Data Type
 Withhold tax code is used to find the record.
- _forUpdate
 Type: boolean
 If true, then read the record for updating.
Return Value
Type: TaxWithholdWorkRegulation_IN Table
A buffer containing TaxWithholdWorkRegulation_IN table.