Versions Compared

Key

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

Learn more about the system entity attributes system.USER, system.CHANNEL, system.CURRENTPAGE, system.LANGUAGE, system.PAGEVALID, system.EVENT, system.ROLES, system.TODAY. 


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.

...

Panel
bgColorwhite

EVENT

Code Block
system.event (List)

This attribute contains the current events, which can be set as parameters on an Event. This value is unknown if no event is triggered.

Info

Current events could be defined on buttons or as special events on specific container types.

Furthermore, the type of button also sets these values:

Button Event Typesystem.event value
Validate and Continueno value
Continue_draft
Cancel_void

Also:

Button Refreshessystem.event value
True_refresh
Falseno value

...