TAMVendRebateTrans::findByVendRebateIdTransaction Method
Finds a vendor rebate transaction record based on the passed in TAMVendRebateId and rebate transaction type.
Syntax
client server public static TAMVendRebateTrans findByVendRebateIdTransaction(
TAMVendRebateId _rebateId,
TAMVendRebateTransactionType _transactionType,
[boolean _forUpdate])
Run On
Called
Parameters
- _rebateId
Type: TAMVendRebateId Extended Data Type
The TAMVendRebateId value for which to search the rebate transaction table.
- _transactionType
Type: TAMVendRebateTransactionType Enumeration
The rebate transaction type for which to search the rebate transaction table.
- _forUpdate
Type: boolean
A Boolean value that defines whether to select the record for update or not; optional.
Return Value
Type: TAMVendRebateTrans Table
The vendor rebate transaction record that was found bassed on the passed in parameters.