PdsComdPricingMargin::find Method
Finds a specific PdsPricingMargin record.
Syntax
server public static PdsComdPricingMargin find(
PdsComdPricingRunId _runId,
PdsComdPricingTemplateId _templateId,
CostProfitSet _profitSet,
[boolean _forUpdate])
Run On
Server
Parameters
- _runId
Type: PdsComdPricingRunId Extended Data Type
The pricing run ID to find.
- _templateId
Type: PdsComdPricingTemplateId Extended Data Type
The pricing template ID to find.
- _profitSet
Type: CostProfitSet Enumeration
The cost profit set value to find.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to select the record for update; optional.
Return Value
Type: PdsComdPricingMargin Table
The record value if found; otherwise an empty record.