MCRRoyaltyItemTable::insertMCRRoyaltyItemTableFromProduct Method
Inserts a royalty item record from the product provided.
Syntax
server public static boolean insertMCRRoyaltyItemTableFromProduct(container _productContainer, container _mcrRoyaltyContractContainer)
Run On
Server
Parameters
- _productContainer
Type: container
A container of the products to be inserted into the MCRRoyaltyItemTable table.
- _mcrRoyaltyContractContainer
Type: container
A container of the royalty agreement record used to create MCRRoyaltyItemTable.
Return Value
Type: boolean
true if no errors occured; otherwise, false.