ShowUsers: Open Users Module
Tag: ShowUsers
ShowUsers launches the All Users module.
With the Filter attribute, the Filtered list of Users module is launched.
<ShowUsers/>
Tag Attributes
Attributes | Attributes Value | Comment |
---|---|---|
KeepAlive | True / False | Defaults to True |
Filter | Filter string for the Options dialog | As seen in Filter editor Result -- see below |
frameId | Name of the id | will create if it doesn’t exist yet, and reuse if it exists already |
Example Script
<ytriaAutomation>
<ShowUsers Filter="department ne 'IT'">
...
</ShowUsers>
</ytriaAutomation>