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