TaxWithholdBatchHeader_IN::findByFileHdr Method
Reads the TaxWithholdBatchHeader_IN table for the specified file header and Batch record number
Syntax
client server public static TaxWithholdBatchHeader_IN findByFileHdr(
RefRecId _recidFileHdr,
int _batchRecNum,
[boolean _forUpdate])
Run On
Called
Parameters
- _recidFileHdr
Type: RefRecId Extended Data Type
Record id of the file header is used to find the record.
- _batchRecNum
Type: int
Batch Record Number value is used to find the record.
- _forUpdate
Type: boolean
If true, then read the record for updating.
Return Value
Type: TaxWithholdBatchHeader_IN Table
A buffer containing TaxWithholdBatchHeader_IN table.