TAMItemVendRebateGroup::find Method
Finds a rebate group record based on the passed in TAMItemVendRebateGroupId.
Syntax
client server public static TAMItemVendRebateGroup find(TAMItemVendRebateGroupId _tamItemVendRebateGroupId, [boolean _forUpdate])
Run On
Called
Parameters
- _tamItemVendRebateGroupId
Type: TAMItemVendRebateGroupId Extended Data Type
The TAMItemVendRebateGroupId value for which to search the rebate group table.
- _forUpdate
Type: boolean
A Boolean value that defines whether the record should be selected for update or not.
Return Value
Type: TAMItemVendRebateGroup Table
The rebate group record that was found based on the passed in TAMItemVendRebateGroupId.