MCRRoyaltyVendTrans::insertFromMCRRoyaltyVendTable Method

Inserts a royalty transaction record based on a royalty table record.

Syntax

client server public static void insertFromMCRRoyaltyVendTable(
    MCRRoyaltyVendTable _mcrRoyaltyVendTable, 
   [MCRRoyaltyTransactionType _mcrRoyaltyTransactionType, 
    Amount _royaltyAmount, 
    LedgerJournalId _ledgerJournalId, 
    MCRRoyaltyVendInvoiceId _invoiceNum])

Run On

Called

Parameters

  • _mcrRoyaltyVendTable
    Type: MCRRoyaltyVendTable Table
    The MCRRoyaltyVendTable record to use in order to initialize that values in the royalty transaction record.
  • _royaltyAmount
    Type: Amount Extended Data Type
    The royalty amount to use to initialize the royalty transaction record; optional.

See Also

Reference

MCRRoyaltyVendTrans Table