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
- _run
Type: PdsComdPricingRunId Extended Data Type
The pricing run ID to use to find the record.
- _itemId
Type: ItemId Extended Data Type
Item ID to find.
- _siteId
Type: InventSiteId Extended Data Type
The ID of the site to find.
- _warehouse
Type: InventLocationId Extended Data Type
The inventory location ID (wareouse) to find.
- _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.