From e0de9222da210f9c8eb1a9f5400f936a14923e11 Mon Sep 17 00:00:00 2001 From: binxie <137736985@qq.com> Date: 星期六, 20 一月 2024 13:16:47 +0800 Subject: [PATCH] addvalidationrule --- force-app/main/default/objects/Repair__c/validationRules/ApplyMust_SubOrderCompleteDate_Same.validationRule-meta.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/force-app/main/default/objects/Repair__c/validationRules/ApplyMust_SubOrderCompleteDate_Same.validationRule-meta.xml b/force-app/main/default/objects/Repair__c/validationRules/ApplyMust_SubOrderCompleteDate_Same.validationRule-meta.xml index ac612dc..c4025ee 100644 --- a/force-app/main/default/objects/Repair__c/validationRules/ApplyMust_SubOrderCompleteDate_Same.validationRule-meta.xml +++ b/force-app/main/default/objects/Repair__c/validationRules/ApplyMust_SubOrderCompleteDate_Same.validationRule-meta.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata"> <fullName>ApplyMust_SubOrderCompleteDate_Same</fullName> - <active>false</active> + <active>true</active> <description>鈥滈棶棰樿仈缁滄敹鍒版棩鈥濋粯璁ゅ拰鈥滅Щ鍔ㄧ鐢宠淇悊鏃モ�濈殑鏃ユ湡涓�鑷达紝濡傛灉瀹㈡埛淇敼浜嗛棶棰樿仈缁滄棩锛屼繚瀛樹慨鐞嗗崟鏃舵牎楠屸�滈棶棰樿仈缁滄敹鍒版棩鈥濆拰鈥滅Щ鍔ㄧ鐢宠淇悊鏃モ�濅笉涓�鑷存椂SFDC涓嶅厑璁镐繚瀛�</description> <errorConditionFormula>TEXT(Repair_Source__c)=='浠庢姤淇瓙鍗�' &&DateReceiptQuestions__c!= SubOrderCompleteDate__c&& OR( ISNEW() ,DATEVALUE(CreatedDate) > DATEVALUE('2022-08-08')) && -- Gitblit v1.9.1