Print      Open PDF Version of Online Help


Previous Topic

Next Topic

ExcludeChannel

The ExcludeChannel function in Expression Builder returns FALSE 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 table describes the valid strings for use in the channel name argument.

Channel Name String

Description

Import

This channel string excludes updates performed through the import functionality and through Oracle Data Loader On Demand.

Online

This channel string excludes updates performed by user interactions through browser windows.

Mass Update

This channel string excludes updates performed through the Mass Update option on list pages.

Record Merge

This channel string excludes updates performed by record merges.

Web Services

This channel string excludes updates from Web services.

Office

This channel string excludes updates from Oracle CRM On Demand Integration for Office.

OEI

This channel string excludes updates from Oracle Outlook Email Integration On Demand and Oracle Notes Email Integration On Demand.

Examples

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

ExcludeChannel("Web Services")

The following example stops a process from being triggered by an import operation or Oracle Data Loader On Demand:

ExcludeChannel("Import")

Related Topics

See the following topics for related Expression Builder information:


Published 7/6/2017 Copyright © 2005, 2017, Oracle. All rights reserved. Legal Notices.