PdsRebateTrans::findByRebateIdAndTransactionType Method
Finds the rebate transaction by the specified parameters.
Syntax
client server public static PdsRebateTrans findByRebateIdAndTransactionType(
PdsRebateId _rebateId,
PdsRebateTransaction _transactionType,
[boolean _forUpdate])
Run On
Called
Parameters
- _rebateId
Type: PdsRebateId Extended Data Type
The ID of the rebate to find.
- _transactionType
Type: PdsRebateTransaction Enumeration
The type of transaction to find.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to select the record for update; optional.
Return Value
Type: PdsRebateTrans Table
A PdsRebateTrans record if found; otherwise, an empty record.