Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the record that matches the consolidated order ID.
Syntax
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.
Remarks
By default this record is not selected for update.