Learn more about the system entity attributes systemattributes system.USER, system.CHANNEL, system.CURRENTPAGE, system.LANGUAGE, system.PAGEVALID, system.EVENT, system.ROLES, system.TODAY, system.TASKID and system.CASEID.
The Blueriq Runtime provides access to specific system properties via the system
entity. This entity is created when the Runtime starts and contains attributes which may be used in expressions in your application. These attributes are owned by the runtime and should not be modified. The following attributes are available.
Overview
...
System attribute | Description |
---|
USER | Contains a relation to the active user instance. |
CHANNEL | Contains the current device channel. |
CURRENTPAGE | Contains the name of the current page. |
LANGUAGE | Contains the current language name. This attribute is updated after a language switch. |
PAGEVALID | Contains a value that represents the validity of the current page: unknown, true, false. |
EVENT | Contains the current events, which can be set as parameters on an Event. This value is unknown if no event is triggered. |
ROLES | Contains a list of the roles of the current user. |
TODAY | Contains the current date (yyyy-MM-dd) from the runtime environment. |
TASKID | Contains the task id of the current started task. This value is unknown if there is no active task. This property will only be set if DCM 2.0 is active. |
CASEID | Contains the id of the the case where the started task belongs to. This value is unknown if there is no active task. This property will only be set if DCM 2.0 is active. |
System attribute details
Include Page |
---|
| System attribute USER, system.user |
---|
| System attribute USER, system.user |
---|
|
...
Include Page |
---|
| System attribute TODAY, system.today |
---|
| System attribute TODAY, system.today |
---|
|
Include Page |
---|
| System attribute TASKID, system.taskId |
---|
| System attribute TASKID, system.taskId |
---|
|
Include Page |
---|
| System attribute CASEID, system.CaseId |
---|
| System attribute CASEID, system.CaseId |
---|
|