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

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

See Also

Reference

PdsRebateTrans Table