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