BOMTable::findRecId Method
Finds a record in the BOMTable table based on the RecId field.
Syntax
client server public static BOMTable findRecId(RecId _recId, [boolean _forUpdate])
Run On
Called
Parameters
- _recId
Type: RecId Extended Data Type
The value of the RecId field to look for.
- _forUpdate
Type: boolean
Determines if the found record should be selected for update; optional.
Return Value
Type: BOMTable Table
The found record if any.