BOMCalcTransDetailUnionAll::findByRecId Method [AX 2012]
Finds a record in the BOMCalcTransDetailUnionAll view by using the specified record ID.
client server public static BOMCalcTransDetailUnionAll findByRecId(BOMCalcTransRecId _recId)
Run On
CalledParameters
- _recId
- Type: BOMCalcTransRecId Extended Data Type
The record ID of the BOMCalcTransDetailUnionAll record to find.
Return Value
Type: BOMCalcTransDetailUnionAll ViewA record in the BOMCalcTransDetailUnionAll table; otherwise, an empty record.
Show: