From 2e38b5c0b5e2ce302aed60be311f1c56986b1c06 Mon Sep 17 00:00:00 2001
From: 高章伟 <gaozhangwei@prec-tech.com>
Date: 星期一, 16 五月 2022 14:55:55 +0800
Subject: [PATCH] 【预测】预测问题

---
 force-app/main/default/classes/StaticParameter.cls |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/force-app/main/default/classes/StaticParameter.cls b/force-app/main/default/classes/StaticParameter.cls
index e8862ac..fef4b69 100644
--- a/force-app/main/default/classes/StaticParameter.cls
+++ b/force-app/main/default/classes/StaticParameter.cls
@@ -57,6 +57,15 @@
     public static Boolean EscapeOtherUpdateTenOwner = true;
 
     public static Boolean EscapeContactToUser = false;
+    
+    // 璺宠繃NFM701鎺ュ彛
+    public static Boolean EscapeNFM701Trigger = true;
+
+    // 璺宠繃NFM106鎺ュ彛
+    public static Boolean EscapeNFM106Trigger = false;
+
+    // 棰勬祴璺宠繃璇环鍜屾敞娈�
+    public static Boolean EscapeOppandStaTrigger = false;
 
     public StaticParameter(){
     }

--
Gitblit v1.9.1