Share via


PmfConsOrd::find Method

Returns the record that matches the consolidated order ID.

Syntax

client server public static PmfConsOrd find(PmfConsOrdId _ordId, [boolean _forUpdate])

Run On

Called

Parameters

  • _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.

Remarks

By default this record is not selected for update.

See Also

Reference

PmfConsOrd Table