I'm trying to create an event handler to only trigger an email after
business hours, but the regular expression I'm using doesn't seem to
work. How do you specify regular expression in the generic txt filter.
This is the regex I'm trying to use. (iti...
Is there any way to customize on of the default reports or set of
default reports for all ADOMs? For example, if I wanted to customize the
cover page of a report across all ADOMs would I have to customize each
report individually in each ADOM? What a...
Created a support ticket on this. The solution was to use the following
generic txt filter time ~ "18:[0-9][0-9]:[0-9][0-9]" or time ~
"19:[0-9][0-9]:[0-9][0-9]" or time ~ "20:[0-9][0-9]:[0-9][0-9]" or time
~ "21:[0-9][0-9]:[0-9][0-9]" or time ~ "22:...