ShowMessageTraces: open Message Traces module

Tag: ShowMessageTraces

ShowMessageTraces launches the Nessage Trace module.

Tag Attributes

Attributes

Attribute Value

Comment

KeepAlive

True / False 

Defaults to True

CutOff

lastHour

lastDay

last2Days

lastWeek

last10Days

Defaults to all

From

a date in iso8601 format

Start date of a custom date range

UpTo

a date in iso8601 format

End date of a custom date range

Filter

Pre-filter string

As displayed in Filter editor Result -- see below

CutOff and Filter set the value for the Options dialog:

image-20260522-221546.png


Example Scripts

<ytriaAutomation>
	<ShowMessageTraces/>
</ytriaAutomation>

 

<ytriaAutomation>
	<ShowMessageTraces Cutoff="lastWeek" Filter="contains(subject, 'TEST')">
		...
	</ShowMessageTraces>
</ytriaAutomation>