From 6a471bc62a8567abd74dcef733fcddf9911b6a16 Mon Sep 17 00:00:00 2001 From: denny chen <chenbangcai@prec-tech.com> Date: 星期三, 29 三月 2023 15:47:48 +0800 Subject: [PATCH] Merge branch 'master' of http://47.92.229.245:8089/r/OlyMEBG --- force-app/main/default/objects/TransferApplyDetail__c/validationRules/Cannot_Update_When_Finish.validationRule-meta.xml | 6 ++---- 1 files changed, 2 insertions(+), 4 deletions(-) diff --git a/force-app/main/default/objects/TransferApplyDetail__c/validationRules/Cannot_Update_When_Finish.validationRule-meta.xml b/force-app/main/default/objects/TransferApplyDetail__c/validationRules/Cannot_Update_When_Finish.validationRule-meta.xml index dee55cc..cebdfab 100644 --- a/force-app/main/default/objects/TransferApplyDetail__c/validationRules/Cannot_Update_When_Finish.validationRule-meta.xml +++ b/force-app/main/default/objects/TransferApplyDetail__c/validationRules/Cannot_Update_When_Finish.validationRule-meta.xml @@ -1,9 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> <ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata"> <fullName>Cannot_Update_When_Finish</fullName> - <active>false</active> - <description>宸插畬鎴愮殑璋冩嫧澶囧搧閰嶅涓�瑙堟槑缁嗕笉鍙互鍐嶅仛鏇存柊 -update lxy 2021/11/15 鍋滅敤鍚庡啀鍚敤</description> + <active>true</active> + <description>宸插畬鎴愮殑璋冩嫧澶囧搧閰嶅涓�瑙堟槑缁嗕笉鍙互鍐嶅仛鏇存柊</description> <errorConditionFormula>ISNEW() == false && ( (ISCHANGED(Detail_Finish__c) && Detail_Finish__c = false @@ -16,6 +15,5 @@ ) ) )</errorConditionFormula> - <errorDisplayField>CDS_complete__c</errorDisplayField> <errorMessage>宸插畬鎴愮殑璋冩嫧澶囧搧閰嶅涓�瑙堟槑缁嗕笉鍙互鍐嶅仛鏇存柊</errorMessage> </ValidationRule> -- Gitblit v1.9.1