BOMCalcTrans::findByRecId Method
Finds a record in the BOMCalcTrans table by using the specified record ID.
Syntax
Note
The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.
Microsoft Dynamics AX 2012 R3
client server public static BOMCalcTrans findByRecId(BOMCalcTransRecId _recId, [boolean _forUpdate])
Microsoft Dynamics AX 2012 R2 (SYS)
client server public static BOMCalcTrans findByRecId(RefRecId _recID, [boolean _forUpdate])
Run On
Called
Parameters
- _recId
Type: BOMCalcTransRecId Extended Data Type
The record ID of the BOMCalcTrans record to find.
- _forUpdate
Type: boolean
A Boolean value that indicates whether the record should be read for update; optional.
Return Value
Type: BOMCalcTrans Table
A record in the BOMCalcTrans table; otherwise, an empty record.