PdsComdPricingRun::find Method
Finds a specific PdsComdPricingRun record.
Syntax
server public static PdsComdPricingRun find(PdsComdPricingRunId _run, [boolean _forUpdate])
Run On
Server
Parameters
- _run
Type: PdsComdPricingRunId Extended Data Type
A PdsComdPricingRunId value to find.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: PdsComdPricingRun Table
A PdsComdPricingRun record; otherwise an empty record.
Remarks
public static PdsPricingRun find(PdsPricingRunId _run, boolean _forUpdate)