From dec96e2f8b84ea04d773c0c520c39b0822912ee3 Mon Sep 17 00:00:00 2001 From: D C <chenbangcai@prec-tech.com> Date: 星期五, 26 五月 2023 10:32:20 +0800 Subject: [PATCH] Merge branch 'master' of http://47.92.229.245:8089/r/OlyMEBG --- force-app/main/default/objects/Repair__c/validationRules/When_NFM103_Required.validationRule-meta.xml | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/force-app/main/default/objects/Repair__c/validationRules/When_NFM103_Required.validationRule-meta.xml b/force-app/main/default/objects/Repair__c/validationRules/When_NFM103_Required.validationRule-meta.xml index 7c99f26..527b2a3 100644 --- a/force-app/main/default/objects/Repair__c/validationRules/When_NFM103_Required.validationRule-meta.xml +++ b/force-app/main/default/objects/Repair__c/validationRules/When_NFM103_Required.validationRule-meta.xml @@ -3,7 +3,10 @@ <fullName>When_NFM103_Required</fullName> <active>true</active> <description>NFM103閫佷俊鏅傘儊銈с儍銈�</description> - <errorConditionFormula>AND(Text(Status__c)='1.鍙楃悊瀹屾瘯', + <errorConditionFormula>AND(OR( + Text(Status__c)='1.鍙楃悊瀹屾瘯', + Text(Status__c)='0.鐢宠瀹屾瘯' +), OR( ISNEW(), ISCHANGED(Status__c) -- Gitblit v1.9.1