Modifying Project Properties

Each rule project has a set of properties, which are displayed in the Properties tab when a project is selected.

Figure 31: Project properties

By default, the following editable properties are displayed:

Default manually editable project properties

Property

Description

Effective date

Starting date from which project or file is valid.

Expiration date

Expiration date after which project or file is no longer valid.

Line of business

Company branch or territory in which project or file is valid.

Some properties are updated automatically by the system, but for others, values must be entered by an administrator.

To add more properties to UI, proceed as follows:

  1. Open the <tomcat directory>\webapps\webstudio\WEB-INF\conf\repository-artefact-props.properties file for editing.

  2. Enter the list of attributes to add to UI, delimited by comma, as follows:

  3. props.use = attribute1, attribute6, attribute8, attribute11, attribute13

    The following table describes types of attributes that can be added to UI:

  4. Define property names.

  5. An example is as follows:

    props.attribute1 = Attribute_Label_Name 1

    props.attribute2 = Attribute_Label_Name 2

    If a property name is not defined, the property appears in UI with its sequential number, such as attribute 6.

Project properties that can be added to UI

Property

Description

attribute 1 - attribute 5

String properties.

attribute 6 - attribute 10

Date properties.

attribute 11 - attribute 15

Number properties.

For example, if properties 1, 6, and 10 are added, they are displayed in UI as follows:

Figure 32: Project UI with properties 1, 6, and 10 added