Tag: ShowSignIns

ShowSignIns launches the Sign-ins module.



<ShowSignIns/>
XML

Tag Attributes

AttributesAttribute ValueComment
KeepAliveTrue / False Defaults to True
CutOff

all

lastHour

lastDay

lastWeek

lastMonth

other (a date in iso8601 format)

Defaults to all
FilterPre-filter stringAs displayed in Filter editor Result -- see below

Example Script

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