Advanced filter
Use the Advanced Filter to filter a trace based on the logic coded inside. You can use the available script filters to build custom filters.
The content must be an object named filter
with a keepTrace
function inside.
The keepTrace
function must return a Boolean that indicates whether the trace will be excluded.
Trace stands for case. Every trace is composed by one or more TraceEvent objects, which stand for the events occurred in the case.
For more information about case objects, event objects, and object methods, see the JavaScript Object methods for the case and event objects topic.