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