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