ShowAuditLogs: Open Audit Logs Module
Tag: ShowAuditLogs
ShowAuditLogs launches the Audit Logs module.
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:
Example Scripts
<ytriaAutomation>
<ShowAuditLogs/>
</ytriaAutomation>
<ytriaAutomation>
<ShowAuditLogs Cutoff="lastWeek" Filter="contains(activityDisplayName, 'Test')">
...
</ShowAuditLogs>
</ytriaAutomation>