EcoResProductCategory::createFromTmpProductTable Method
Creates a record in the EcoResProductCategory table.
Syntax
client server public static boolean createFromTmpProductTable(TmpRetailProductsToAdd _tmpProductTable, EcoResCategory _ecoResCategory)
Run On
Called
Parameters
- _tmpProductTable
Type: TmpRetailProductsToAdd Table
A TmpInventTable record.
- _ecoResCategory
Type: EcoResCategory Table
An EcoResCategory record.
Return Value
Type: boolean
true if any rows were created; otherwise, false.