TAMVendRebateTrans::find Method
Finds a rebate transaction record based on the passed in RecId.
Syntax
client server public static TAMVendRebateTrans find(RecId _recId, [boolean _forUpdate])
Run On
Called
Parameters
- _recId
Type: RecId Extended Data Type
The RecId value for which to search the vendor rebate transaction table.
- _forUpdate
Type: boolean
A Boolean value that defines whether the record should be selected for update or not; optional.
Return Value
Type: TAMVendRebateTrans Table
The vendor rebate transaction record based on the passed in parameters.