Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Excerpt
hiddentrue

setFilter(pipeName, filterName) Applies a script-based Filter Condition to a Pipe, causing a lookup to be performed on the Pipe.


Function: setFilter()

Applies a script-based Filter Condition to a Pipe, causing a lookup to be performed on the Pipe. Once the lookup is completed the filter is cleared.

...

ArgumentTypeDescription
pipeNameStringThe name of the Pipe for which to apply the Filter.
filterNameStringThe name of the Filter to be applied to the Pipe.

Examples

setFilter(telephoneCalls, callFilter)

Sets the Filter called callFilter on the Pipe called telephoneCalls.

...