Share via


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

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

See Also

Reference

PdsComdPricingMargin Table