User Defined Properties Window

Specifies ClientData values that are associated with the AgileShape's associated tasks at runtime. This is a way for you to specify a set of variable-like name/value pairs that are passed to your web page via a WorkItem object. This is an alternative to passing data via URL parameters. On your web page you can retrieve this data via the ClientData property of the WorkItem and use it however you want.



Navigation

  1. In AgilePoint Envision, open a process template.
  2. Navigate to the Premier Extension stencil.
  3. Drag one of the following AgileShapes, and drop it on the process model:
    • Dynamic Parallel Approval
    • Dynamic Sequential Approval
    • Process Adaptation
    • Vote
    • Web Form
    • Workload Balance
  4. To view the entire list of properties, in the Design Tasks pane, click Show Properties.
  5. On the UserDefinedProperties field, click the Ellipses button.

Field Definitions

Field Name Definition

Add

Function:
Creates a row where you can specify a ClientData property.

Schema

Opens the Following Window:
Select XPath from Attributes Window
Purpose of this Window:
Enables you to select a schema node from the XML schema for your process.

To activate the Schema button, select the row you want.

Name

Definition:
Specifies the name for the ClientData.
Note: The ClientData property is used to store data related to the AgileWork AgileShapes. This is like defining a variable to store specific values.
Allowed Values:
A text string with spaces.
Default Value:
None
Custom Attributes:
Yes

Value

Definition:
The value for the ClientData variable.
Allowed Values:
A number or a text string that can contain spaces.

You can dynamically set the value for the variable by using XML metadata.

Default Value:
None
Custom Attributes:
Yes

Type

Definition:
Determines the data type for the ClientData variable.
Allowed Values:
  • Integer
  • String
  • Float
  • Decimal
  • DateTime
  • Boolean
Default Value:
None

Remove

Function:
Deletes the selected row from the user defined properties list.

Remove All

Function:
Deletes all rows from the user defined properties list.

Common Configuration Tasks