TAMFundInvent::insertTAMPromotionItemFromProduct Method
Inserts a trade promotion item record from the product provided.
Syntax
server public static boolean insertTAMPromotionItemFromProduct(container _productContainer, TAMFundTable _tamFundTable)
Run On
Server
Parameters
- _productContainer
Type: container
A container of the products to be inserted into the TAMFundInvent table.
- _tamFundTable
Type: TAMFundTable Table
The trade fund record used to get the fund ID.
Return Value
Type: boolean
true if no errors occured; otherwise, false.