Working with Node Properties

Properties are characteristics about a node, such as name and description.

When you select a node in a list or hierarchy viewpoint, the properties for the node are displayed in the right side of the viewpoint window.


properties in the properties pane

You can use requests to make updates to property values. For more information, see Updating Node Properties.

Property Details

In the viewpoint property pane, when you mouse over a property row, an information icon displays next to the property label. Click the icon to display information about the property including: name, description, type of property (default, defined, inherited, derived, or unknown), and custom instructions for the property. From the property detail window, you can click the property name to open the property in the inspector. See Inspecting Properties.

You can select and copy text from the information window. For inherited properties, you can click the link to the ancestor providing the inherited property. Click anywhere outside the property detail window to close it. The property information is available whether you are viewing or editing properties.

property information window

Property Origin

Property origin identifies how a property value originated for a node. Property values can have these origins:

  • Default: default value set up for the property during application registration or modification.

  • Defined: stored value entered or loaded from a file by user.

  • Inherited: value is inherited from an ancestor.

  • Derived: value is calculated. For example, number of children.

  • Unknown: the origin of the value cannot be determined.

Using Property Inheritance

Property inheritance enables you to define a property value for a node which is automatically inherited by all of the node's descendants. Allowing properties to inherit their values reduces the manual effort of maintaining properties and ensures consistency of values for entire branches of nodes. Inheritance of a property is based on a nodes position in a hierarchy. If a node has an inheriting property, the system looks up the tree of ancestors until it comes to the first ancestor that has a defined value for the property. That defined value is the value that is inherited by the descendant nodes.

Properties used in Universal applications can be configured with inheritance when the applications are registered or modified. Some properties in Planning are enabled with inheritance by default, see Predefined Properties for Planning and FreeForm Applications.

Searching for Properties

In the Properties pane, you can search the properties of a selected node by the property label. This allows you to quickly find a particular property or multiple properties with a similar label. In cases where a node has many properties, being able to search for a property label makes it easy to find the property you're looking for.


search in property pane

Resizing and Hiding the Properties Pane

You can resize the properties pane within the viewpoint window by hovering over the border of the pane until a slider control is displayed and then dragging the control to the left or right.

You can also hide the properties pane to enable more room on the screen to view the node list or hierarchy.

In tabbed layout, the properties are displayed to the right of the viewpoint. Click the right arrow to hide the properties pane, and click the left arrow to show them.


hide properties button for tabbed layout

In side by side layout, the properties are displayed beneath the viewpoints. Click the down arrow to hide the properties pane, and click the up arrow to show them.

hide properties button for side by side layout

For more information on tabbed and side by side layouts for viewpoints, see Navigating Viewpoints.