Share via


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

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

See Also

Reference

MCRRoyaltyVendTrans Table