Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Finds the desired TAMVendRebateItem record based on the passed parameters.
Syntax
client server public static TAMVendRebateItem find(
TAMVendRebateAgreementRefRecId _agreementRecId,
ItemId _itemId,
InventDimId _inventDimId,
[boolean _forUpdate])
Run On
Called
Parameters
- _agreementRecId
Type: TAMVendRebateAgreementRefRecId Extended Data Type
The RecId of the rebate agreement record for which the TAMVendRebateItem table should be searched.
- _itemId
Type: ItemId Extended Data Type
The ItemId for which to search the TAMVendRebateItem table.
- _inventDimId
Type: InventDimId Extended Data Type
The InventDimId for which to search the TAMVendRebateItem table.
- _forUpdate
Type: boolean
A Boolean value that defines whether the record should be selected for update or not; optional.
Return Value
Type: TAMVendRebateItem Table
The TAMVendRebateItem record that was found based on the passed parameters.