管理 Oracle CRM On Demand > Expression Builder > Expression Builder 函数 > ExcludeChannel
ExcludeChannel
如果指定的渠道名称是发出请求的渠道,则 Expression Builder 中的 ExcludeChannel 函数将返回 FALSE。
语法
ExcludeChannel(channel name)
结果类型
布尔
参数
下表说明该函数的参数。
参数
|
说明
|
channel name
|
要排除的渠道的名称。
|
下表说明了可用于 channel name 参数的有效字符串。这些字符串区分大小写。
渠道名称字符串
|
说明
|
Import
|
此渠道字符串不包括通过导入功能和 Oracle Data Loader On Demand 执行的更新。
|
Online
|
此渠道字符串不包括用户交互通过浏览器窗口执行的更新。
|
Mass Update
|
此渠道字符串不包括通过列表页面上的“批量更新”选项执行的更新。
|
Record Merge
|
此渠道字符串不包括记录合并执行的更新。
|
Web Services
|
此渠道字符串不包括 Web 服务中的更新。
|
Office
|
此渠道字符串不包括 Oracle CRM On Demand Integration for Office 中的更新。
|
OEI
|
此渠道字符串不包括 Oracle Outlook Email Integration On Demand 和 Oracle Notes Email Integration On Demand 中的更新。
|
Desktop
|
此渠道字符串不包括 Oracle CRM On Demand Desktop 中的更新。
|
Rest
|
此渠道字符串不包括 REST API 调用中的更新。
|
Mobile
|
此渠道字符串不包括 Oracle CRM On Demand Connected Mobile Sales 中的更新。
|
示例
以下示例将停止 Web 服务请求触发流程:
ExcludeChannel("Web Services")
以下示例将阻止导入操作或 Oracle Data Loader On Demand 触发一个流程:
ExcludeChannel("Import")
相关主题
请参阅以下主题以了解相关的 Expression Builder 信息:
|