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

Called

Parameters

_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 Table
The PmfConsOrd record that corresponds to the consolidated order ID.

By default this record is not selected for update.

Show: