Validity Update Rules
Validity Update Rules instruct Iotellect Server when the Validity Expression should be re-calculated for a certain context, to check whether the context has become valid for a given resource. Every Validity Update Rule consists of:
Mask of contexts to monitor events in
Name of Event to listen for
Target Expression that, if specified, points to a context those validity should be checked. If the Target Expression is not specified (which is suitable in most cases), the system checks validity of context in which Event has occurred.
Target Expression Resolution Environment: | |
Context of the event that has triggered validity update rule. | |
Data of the event that has triggered validity update rule. | |
0 | |
Standard variables only. |
![]() | Assuming we want to make a report that is valid for all device contexts whose description has the
This Validity Expression checks the
This rule will be activated every time an |
![]() | We need to make a dashboard that can be opened only for devices that belong to a certain group. We have to use the following Validity Expression:
This Validity Expression uses the If we want our dashboard to be registered in the context menu of devices right after we add them to the
Once a new member is added to the group, the To ensure that dashboard is no longer valid when devices are removed from the group, we need to add another Validity Update Rule:
The only difference is that at the time of the |
Was this page helpful?