PmfConsOrd::find Method [AX 2012]
Returns the record that matches the consolidated order ID.
client server public static PmfConsOrd find(PmfConsOrdId _ordId, [boolean _forUpdate])
Run On
CalledParameters
- _ordId
- Type: PmfConsOrdId Extended Data Type
The consolidated order ID.
- _forUpdate
- Type: boolean
A Boolean value that determines whether to select the record for update. The default value is false.
Return Value
Type: PmfConsOrd TableThe PmfConsOrd record that corresponds to the consolidated order ID.
Show: