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

Called

Parameters

_recId
Type: BOMCalcTransRecId Extended Data Type
The record ID of the BOMCalcTransDetailUnionAll record to find.

Return Value

Type: BOMCalcTransDetailUnionAll View
A record in the BOMCalcTransDetailUnionAll table; otherwise, an empty record.
Show: