Share via


PdsComdPricingMarginLine::findPricingMarginId Method

Finds a specific PdsPricingMarginLine record.

Syntax

server public static PdsComdPricingMarginLine findPricingMarginId(
    PdsComdPricingMarginId _marginId, 
    ItemId _itemId, 
    InventDimId _dimId, 
    PdsComdMarginAccountCode _accountCode, 
    PdsComdMarginAccountRelation _accountRelation, 
    PdsInventQtyFrom _inventQtyFrom, 
   [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: PdsComdPricingMarginLine Table
The record value if found; otherwise, an empty record.

See Also

Reference

PdsComdPricingMarginLine Table