Introducing datastore inspectors

Dashboards have access to a persistent data store allowing them to remember configuration options. You can get a good overview of these datastore inspectors by evaluating the following relevance expression in the Presentation debugger:

properties whose (direct object type of it as string starts with "bes")
These keywords are also referred to as Session inspectors. Some of the basic types are:
  • BES Fixlet
  • BES action
  • BES property
  • BES computer

The names of these types double as global iterated properties. For example:

bes properties

This inspector returns a list of all property objects.

bes computers

This returns a list of all computers that can be administered by the current user. For a complete guide to these inspectors, see the Session Inspector Library.