PdsComdPricingMargin::exist Method
Indicates whether a specific PdsPricingMargin record exists.
Syntax
server public static boolean exist(
PdsComdPricingRunId _runId,
PdsComdPricingTemplateId _templateId,
CostProfitSet _profitSet)
Run On
Server
Parameters
- _runId
Type: PdsComdPricingRunId Extended Data Type
The pricing run ID to check.
- _templateId
Type: PdsComdPricingTemplateId Extended Data Type
The pricing template ID to check.
- _profitSet
Type: CostProfitSet Enumeration
The cost profit set value to check.
Return Value
Type: boolean
true if the record exists; otherwise, false.