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