CARIS HPD : CARIS® Batch : HPD® Processes : ProductBuilder License : Version HPD Product
 

Version HPD Product

Description

The VersionHPDProduct process makes a new update or new edition of a product.

Previous updates continue to exist.

This process can also convert an update into a new edition. In this case, the update no longer exists.

This process requires Product Editor, Product Editor (all data) or the Administration HPD role.

Input

HPD URI containing a Product Version ID and a Project ID.

Output

None.

Command Line Syntax

carisbatch --run VersionHPDProduct [options] <input>

User Interface Command

Open an exported HPD Product

Options

Long

Short

Description

Can Repeat

Notes

--type

Type of version to create.

UPDATE: Create a new update from a released product. This is the default value if the type is not specified.

EDITION: Create a new edition.

CONVERT_TO_EDITION: Convert the update into a new edition with the next edition number. Any existing later editions are incremented by one. If later editions exist, they must not have been exported.

A new update can only be created from an exported product version, or from the latest update of an edition.

A new update can only be created if the product Release Status is set to Released in the Product Management Centre.

A new edition can only be created from an exported product version.

Only an update can be converted to be the next edition.

The update to be converted cannot be Published or Exported.

FALSE

Optional

--exclude-features

Create the update or edition without features.

FALSE

Optional

Example

Objective

Create a new edition without features.

Description

Command Line Syntax

Make a new edition.

--type EDITION

Exclude features in the new edition.

--exclude-features

Path of the current version to update.

hpd://username:password@database?ProductVersionId=3;ProjectId=1

Command Line

carisbatch --run VersionHPDProduct --type EDITION --exclude-features hpd://username:password@database?ProductVersionId=3;ProjectId=1

Outcome

A new edition of the product is created without features.