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/task__c/validationRules/HopeDateAndWorkDesDontEdit.validationRule-meta.xml | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/force-app/main/default/objects/task__c/validationRules/HopeDateAndWorkDesDontEdit.validationRule-meta.xml b/force-app/main/default/objects/task__c/validationRules/HopeDateAndWorkDesDontEdit.validationRule-meta.xml index 8c281ed..1897458 100644 --- a/force-app/main/default/objects/task__c/validationRules/HopeDateAndWorkDesDontEdit.validationRule-meta.xml +++ b/force-app/main/default/objects/task__c/validationRules/HopeDateAndWorkDesDontEdit.validationRule-meta.xml @@ -3,7 +3,6 @@ <fullName>HopeDateAndWorkDesDontEdit</fullName> <active>true</active> <description>//2022-01-07 mzy 浠诲姟绠$悊鏀瑰杽 涓婄骇鍒嗛厤鍚�,甯屾湜瀹屾垚鏃ャ�佹湡鏈涘伐浣滃唴瀹归兘涓嶅彲鏇存敼</description> - <errorConditionFormula>Text(taskDifferent__c) = '涓婄骇鍒嗛厤浠诲姟'&& ( ISCHANGED(HopeCompletionDate__c ) || ISCHANGED(HopeWorkDescription__c))</errorConditionFormula> - <errorDisplayField>Opd_Plan__c</errorDisplayField> - <errorMessage>涓婄骇鍒嗛厤鍚�,甯屾湜瀹屾垚鏃ャ�佹湡鏈涘伐浣滃唴瀹归兘涓嶅彲鏇存敼</errorMessage> + <errorConditionFormula>Text(taskDifferent__c) = '涓婄骇鍒嗛厤浠诲姟'&& ( ISCHANGED(HopeCompletionDate__c ) || ISCHANGED(HopeWorkDescription__c)|| ISCHANGED(PlanProdDetail__c))</errorConditionFormula> + <errorMessage>涓婄骇鍒嗛厤鍚�,甯屾湜瀹屾垚鏃ャ�佹湡鏈涘伐浣滃唴瀹广�侀噸鐐逛骇鍝佹槑缁嗛兘涓嶅彲鏇存敼銆�</errorMessage> </ValidationRule> -- Gitblit v1.9.1