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(){ }