| Name | Description | Type | Additional information | 
|---|---|---|---|
| Field | The table´s field to insert the data (results) take data from (tasks) | string | None. | 
| IndexName | The optional identifier of a value within form control. | string | None. | 
| SourceName | The identifier of the form control that is used to input the data (AppXML). | string | None. | 
| Table | The target table the data will be inserted to (results) / taken from (tasks) | string | None. | 
| UseForTasks | Specifies if the item will be used when creating a task. False: the item will be used only for results, not for tasks. Defaulöt is false. | boolean | None. | 
| UseForUpdate | Specifies if the item will be used when updating an existing record. False: the item will be used only creating new records, not for updating existing ones. Default is true. | boolean | None. | 
| Value | The static value which will be inserted in the target field instead of the form control value. | string | None. | 
| ValueProperty | Name of the xml-attribute which value will be inserted in the target field instead of the form control value. | string | None. |