Dynamic Fields Tab (3.3)
In the Dynamic Fields tab you can configure fields that you may retrieve data from in the APL code. These fields can then be updated from the workflow table. The fields can be of either boolean
, int
, or string
type.
Example, The Dynamic Fields tab, using the APL function dynamicFieldGet
Item | Description |
---|---|
Fields | The Fields table displays all the dynamic fields that have been created. |
Name | This column shows the name of the field. |
Description | This column will show any description of the field that has been added. |
Type | This column shows the type of the field. |
Default Value | This column will show any default value that has been set for the field. |
To add a dynamic field:
- In the Dynamic Fields tab click the Add button.
The Add new dynamic field definition dialog opens.
Add new dynamic field definition dialog
- Select an existing category, or enter a new category in the Category field. If there is no existing category, you have to enter a new one.
- Enter a name for the field in the Name field.
- If you want, you can enter a brief description of the field in the Description field.
- Select what type the field should have;
boolean
,int
, orstring
in the Type field. - Enter/select a default value for the field in the Default Value field. This is mandatory for
boolean
andint
fields, but optional forstring
fields. - Click the Add button to add the field to the table in the Dynamic Fields tab.
- Repeat the steps above for all the fields you want add and then click the Close button.
Your new fields are now added, and you can configure them to be either Final, Default, or Per Workflow in the Workflow Table tab.