PdsRebateItem::find Method
Finds the desired PdsRebateItem record based on the passed parameters.
Syntax
client server public static PdsRebateItem find(
PdsRebateAgreementRefRecId _agreementRecId,
ItemId _itemId,
InventDimId _inventDimId,
UnitOfMeasureSymbol _unitId,
[boolean _forUpdate])
Run On
Called
Parameters
- _agreementRecId
Type: PdsRebateAgreementRefRecId Extended Data Type
The RecId of the rebate agreement record for which the PdsRebateItem table should be searched.
- _itemId
Type: ItemId Extended Data Type
The ItemId for which to search the PdsRebateItem table.
- _inventDimId
Type: InventDimId Extended Data Type
The InventDimId for which to search the PdsRebateItem table.
- _unitId
Type: UnitOfMeasureSymbol Extended Data Type
The UnitId for which to search the PdsRebateItem table.
- _forUpdate
Type: boolean
A Boolean value that defines whether the record should be selected for update or not; optional.
Return Value
Type: PdsRebateItem Table
The PdsRebateItem record that was found based on the passed parameters.