Add a Local Object Data Source
Use a local object as a temporary storage of data when running actions. A local object cannot be populated by using a data filter, but is populated by effects such as Create a data aggregate, Create object(s), Import data and Open a form. For example, you can use a local object for storing user response during the execution of a Task.
To add a local object, do the following:
- Add a data source of type Local Object. For more information see Add a Data Source.
- Add fields to the data source. For more information, see below.
A group is defined by:
- Name. The name of the group. The name must be unique within the parent group.
- Repeating. Determines whether data for the group can occur more than once.
- Cannot be blank. Determines whether the group must contain a value.
Note that for the top-level group you can only specify a name. Repeating and Cannot be blank is defined in the property dialog for the data source.
A field is defined by:
- Name. The name of the field. The name must be unique within the parent group.
- Screen Tip. Text displayed when the user hovers the mouse over the field.
- Data Type. The kind of data the field can store.
- Data Interpretation. The meaning of the value in the field. E.g. a string field is interpreted as an E-mail address.
- Complex Association. The field can refer to different types of objects. See Complex Association Data Interpretation.
- Data Calculation. The initial value the field has when an object is created.
- Data Filter. A condition restricting valid values for the field. Only available for complex data types.
- Cannot be blank. Determines if the field must contain a value.
- Read Only. Determines if the field value is possible to edit.
- Data Validations.
To change the order for a field or group, click the field or group and press the key combination CTRL+Up or CTRL+Down.