Share via


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

  • _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.

See Also

Reference

TAMVendRebateTrans Table