Edit system value
A system value can be defined in many different places in Intrexx, e.g. in the properties of process elements such as the email or WebSocket action, in order to provide the content in each case.
Type
System values can be retrieved from the following sources:
-
Request value
-
Session value
-
System data group
-
User value
Session value / Processing context
The parameter in the session value or processing context may contain, for example, a string list of user GUIDs separated by a double pipe (||). This then returns the business email addresses of the users. The parameter can also contain a list of email addresses separated by a semicolon, comma or line feed.
Application
If "System data group" is selected under "Type", the application, which contains the required system data group, can be selected here.
Value
Enter the name of the variable that provides the value. For system data groups, the data field that provides the value can be selected. A data field from the "User" module can be selected for the user value type.
Alternative, if the value is not set
This setting can only be accessed if the corresponding requirements are met. Here you can specify how to proceed if the value is not set. If you select this setting, the following options are activated:
NULL value
The value NULL is used, if a value is not set.
Static value
The static value is used, if a value is not set.