ShowAuditLogs: Open Audit Logs Module

Tag: ShowAuditLogs

ShowAuditLogs launches the Audit Logs module.

image2022-10-26_14-42-24.png

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

CutOff and Filter set the value for the Options dialog:

image2022-10-26_14-51-46.png

Example Scripts

XML
<ytriaAutomation>

	<ShowAuditLogs/>

</ytriaAutomation>


XML
<ytriaAutomation>

	<ShowAuditLogs Cutoff="lastWeek" Filter="contains(activityDisplayName, 'Test')">
		...
	</ShowAuditLogs>

</ytriaAutomation>