管理 Oracle CRM On Demand > Expression Builder > Expression Builder 函數 > ExcludeChannel
ExcludeChannel
如果指定的通路名稱是要求來源的通路,Expression Builder中的 ExcludeChannel 函數會傳回 FALSE。
語法
ExcludeChannel(channel name)
結果類型
布林
引數
下表說明函數的引數。
下表說明用於通路名稱引數的有效字串。字串會區分大小寫。
通路名稱字串
|
描述
|
Import
|
此通路字串排除透過匯入功能與透過 Oracle Data Loader On Demand 執行的更新。
|
Online
|
此通路字串排除使用者互動透過瀏覽器視窗執行的更新。
|
Mass Update
|
此通路字串排除透過清單頁面上「整批更新」選項執行的更新。
|
Record Merge
|
此通路字串排除透過合併記錄執行的更新。
|
Web Services
|
此通路字串排除來自 Web Services 的更新。
|
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的相關資訊,請參閱下列主題:
|