ShowSignIns: Open the Sign-ins Module.
Tag: ShowSignIns
ShowSignIns launches the Sign-ins module.
<ShowSignIns/>
Tag Attributes
Attributes | Attribute Value | Comment |
---|---|---|
KeepAlive | True / False | Defaults to True |
CutOff | all lastHour lastDay lastWeek lastMonth other (a date in iso8601 format) | Defaults to all |
Filter | Pre-filter string | As displayed in Filter editor Result -- see below |

Example Script
<ytriaAutomation Application="sapio365">
<ShowSignIns CutOff="lastWeek" Filter="startsWith(deviceDetail/browser, 'Brave'">
...
</ShowSignIns>
</ytriaAutomation>