The ImportProductDefinition process creates a product using the input information
Input
XML file containing the product definition.
Output
HPD URI schema
Syntax
carisbatch --run ImportProductDefinition <options> <input> <output>
Options
Long | Short | Description | Can Repeat | Notes |
|---|---|---|---|---|
--product-id | -I | The identifier of the product type. This must match an entry in the product information file. See the Support Files guide for more information. | FALSE | |
--product-group-id | -G | The product group that the new product is assigned to | FALSE | |
--sounding-rounding | -S | Th sounding rounding rule used by the product. Valid values are rule names from the configuration file The default rule is | FALSE | |
--product-template-id | -T | The template for the product | FALSE | |
--usage-id | -U | The usages that are assigned as the product source. | TRUE | |
--product-version | -V | The version of the product type. This must match an entry in the product information file. See the Support Files guide for more information. | FALSE |
Examples
Example | ||
Objective | ||
Description | Command Line Syntax | |
| ||
| ||
Command Line | carisbatch -r ImportProductDefinition --usage-id 3 --usage-id 4 --product-group-id 1 --product-id S-101 --product-version "1.0 Final Draft" --product-template-id "1" C:\ProductDefinition\productdefinition.xml hpd://username:password@OracleDB | |