PdsComdPricingRunLine::findPricingRunId Method

Find the specified PdsPricingRunLine record.

Syntax

server public static PdsComdPricingRunLine findPricingRunId(
    PdsComdPricingRunId _run, 
    ItemId _itemId, 
    InventSiteId _siteId, 
    InventLocationId _warehouse, 
   [boolean _forUpdate])

Run On

Server

Parameters

  • _forUpdate
    Type: boolean
    A Boolean value that determines whether to select the record for update; optional.

Return Value

Type: PdsComdPricingRunLine Table
The specified PdsPricingRunLine record; otherwise, an empty record.

See Also

Reference

PdsComdPricingRunLine Table