Print      Open PDF Version of Online Help


Previous Topic

Next Topic

ExcludeChannel Function

The ExcludeChannel function in Expression Builder returns N if the specified channel name is the channel that the request came from.

Syntax

ExcludeChannel(channel name)

Result Type

Boolean

Arguments

The following table describes the arguments for the function.

Argument

Description

channel name

The name of the channel to be excluded.

The following are valid channel strings:

  • Online
  • Mass Update
  • Record Merge
  • Offline
  • Web Services
  • Office
  • Partner
  • OEI
  • PIM

Examples

The following example stops a process from being triggered by a Web service request:

AND ExcludeChannel ("Web Services")

Related Information

See the following topics for related Expression Builder information:


Published May 2008