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.
- _mcrRoyaltyTransactionType
Type: MCRRoyaltyTransactionType Enumeration
The royalty transaction type to use to initialize the royalty transaction record; optional.
- _royaltyAmount
Type: Amount Extended Data Type
The royalty amount to use to initialize the royalty transaction record; optional.
- _ledgerJournalId
Type: LedgerJournalId Extended Data Type
The LedgerJournalId to use to initialize the royalty transaction record; optional.
- _invoiceNum
Type: MCRRoyaltyVendInvoiceId Extended Data Type
The MCRRoyaltyVendInvoiceId to use to initialize the royalty transaction record; optional.