Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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.

Index: 

...


Overview: 

System attributeDescription
USERContains a relation to the active user instance. 
CHANNELContains the current device channel.
CURRENTPAGEContains the name of the current page.
LANGUAGEContains the current language name. This attribute is updated after a language switch.
PAGEVALIDContains a value that represents the validity of the current page: unknown, true, false. 
EVENTContains the current events, which can be set as parameters on an Event. This value is unknown if no event is triggered.
ROLESContains a list of the roles of the current user. 
TODAYContains the current date (yyyy-MM-dd) from the runtime environment.

...


Include Page
System attribute USER, system.user
System attribute USER, system.user

...