CzTaxDocumentTable::findRecId Method
Finds and returns a CzTaxDocumentTable record by RecId.
Syntax
client server public static CzTaxDocumentTable findRecId(RecId _recId, [boolean _forUpdate])
Run On
Called
Parameters
- _recId
Type: RecId Extended Data Type
The RecId of the record.
- _forUpdate
Type: boolean
Whether or not to select the record for update.
Return Value
Type: CzTaxDocumentTable Table
The selected CzTaxDocumentTable record.