TaxWithholdInquiryTable_IN::find Method
Reads the TaxWithholdInquiryTable_IN table for the specified record id.
Syntax
client server public static TaxWithholdInquiryTable_IN find(
RefRecId _recId,
[boolean _forupdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _recId
Type: RefRecId Extended Data Type
The unique record id is used to find.
- _forupdate
Type: boolean
If true, then read the record for updating.
- _concurrencyModel
Type: ConcurrencyModel Enumeration
An optional value used when the table is not automatically concurrent.
Return Value
Type: TaxWithholdInquiryTable_IN Table
A buffer containing TaxWithholdInquiryTable_IN table.