Global states file

The global states file lists all possible states for marketing objects in your installation. The globalstates.xml file is located in the <Plan_Home>\conf\<locale> folder.

You define states using the following XML tags:

Tag

Description

id

A unique identifier for the state. It cannot contain spaces.

displayName

The name that displays an object's state, when in that state. For example, “In progress.”

icon

The icon that represents this state on the object’s list page.

frozen

A flag that indicates whether the object can be edited in this state:

*
false: users can edit the object when it is in this state.
*
true: users cannot edit the object when it is in this state.

Here is example code for the IN_PROGRESS state:


<state id="IN_PROGRESS">
<displayName>In Progress</displayName>
<icon>status_onschedule.gif</icon>
<frozen>false</frozen>
</state>
*


IBM Unica Marketing Operations
 
8.5.0
For more information, see our support and community site: Customer Central