From 1d91be0be5220ce19ee64de5a5c9a8237b1c15b1 Mon Sep 17 00:00:00 2001 From: binxie <137736985@qq.com> Date: 星期六, 20 一月 2024 13:53:08 +0800 Subject: [PATCH] add workflow0120 --- force-app/main/default/objects/Report__c/validationRules/VOC_follow_chk1.validationRule-meta.xml | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/force-app/main/default/objects/Report__c/validationRules/VOC_follow_chk1.validationRule-meta.xml b/force-app/main/default/objects/Report__c/validationRules/VOC_follow_chk1.validationRule-meta.xml index 9199005..83caf6c 100644 --- a/force-app/main/default/objects/Report__c/validationRules/VOC_follow_chk1.validationRule-meta.xml +++ b/force-app/main/default/objects/Report__c/validationRules/VOC_follow_chk1.validationRule-meta.xml @@ -2,11 +2,11 @@ <ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata"> <fullName>VOC_follow_chk1</fullName> <active>true</active> - <errorConditionFormula>RecordTypeId = "012C600000003KE" + <errorConditionFormula>RecordTypeId = "01210000000Qeky" && TEXT(Status__c) = "璺熻繘涓�" -&& $User.Id != "005C60000001ULY" -&& $User.Id != "005C60000001Ucp" -&& $Profile.Id != "00eC800000005Cb" -&& (ISNEW() || ISCLONE())</errorConditionFormula> +&& $User.Id != "00510000000gWAE" +&& $User.Id != "00510000004reg2" +&& $Profile.Id != "00e10000000Y3o5"</errorConditionFormula> + <errorDisplayField>AWS_Data_Id__c</errorDisplayField> <errorMessage>浣犳病鏈夌紪杈戔�滆窡杩涗腑鈥濇姤鍛婁功鐨勬潈闄�</errorMessage> </ValidationRule> -- Gitblit v1.9.1