Work Item Property Names - EnterWorks_Process_Exchange_(EPX) - 10.5

EnterWorks EPX Administration

Product type
Software
Portfolio
Verify
Product family
EnterWorks
Product
Precisely EnterWorks > EnterWorks Process Exchange (EPX)
Version
10.5
Language
English
Product name
Precisely EnterWorks
Title
EnterWorks EPX Administration
First publish date
2007
Last updated
2023-07-28
Published on
2023-09-20T03:37:01.911821

Previous EPX versions required developers to use underscores to separate parent and child attribute relationships for work item property names (underscore notation).

Example: Property Name = Parent_Child_Attribute Value = 100

EPX 3.1 allows developers to assign work item property names in work item viewers using standard "parent" "." "children" notation (dot notation).

Example: Property Name = Parent.Child.Attribute Value = 100

For existing EPX installations upgrading to 3.1 or new EPX installations, these can be configured to accept either forms for denoting the work item property names. By default, EPX 3.1 is configured to accept dot notation for work item property names.

To change the EPX configuration to accept the former underscore notation, you must modify the config.properties file for the following configuration attribute to "true":

taskmanager.wivProps.dotUnderscore.conversion.enabled = true

For customers upgrading EPX to version 3.1, with the config.properties file still set to the default value ("false"), you must update all viewers (change the "underscore" to "dot" for all work item property names). If you want to continue using the underscore notation, you must set the above property value to "true".