PdsComdPricingRunLine::findBaseItem Method
Finds the PdsPricingRunLine record that matches the base item/warehouse combination for the given run line record.
Syntax
client server public static PdsComdPricingRunLine findBaseItem(PdsComdPricingRunLine _runLine, [boolean _forUpdate])
Run On
Called
Parameters
- _runLine
Type: PdsComdPricingRunLine Table
The PdsPricingRunLine record for which to lookup the base item reference record.
- _forUpdate
Type: boolean
A Boolean value that determines whether to select the record for update.
Return Value
Type: PdsComdPricingRunLine Table
The PdsPricingRunLine record that matches the base item/warehouse combination for the specified run line record; otherwise, an empty record.