From 4688e276eee13cd2e521aa55afb5725cb0fda270 Mon Sep 17 00:00:00 2001 From: binxie <137736985@qq.com> Date: 星期一, 22 一月 2024 21:21:18 +0800 Subject: [PATCH] backuprentalapply0122 --- force-app/main/default/objects/eSignForm__c/validationRules/HPAcceptanceOrRejection.validationRule-meta.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/force-app/main/default/objects/eSignForm__c/validationRules/HPAcceptanceOrRejection.validationRule-meta.xml b/force-app/main/default/objects/eSignForm__c/validationRules/HPAcceptanceOrRejection.validationRule-meta.xml index 6ce482c..0053ddc 100644 --- a/force-app/main/default/objects/eSignForm__c/validationRules/HPAcceptanceOrRejection.validationRule-meta.xml +++ b/force-app/main/default/objects/eSignForm__c/validationRules/HPAcceptanceOrRejection.validationRule-meta.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata"> <fullName>HPAcceptanceOrRejection</fullName> - <active>false</active> + <active>true</active> <description>$Profile.Id != '00e10000000dzzG'&&$Profile.Id != '00e10000000Y3o5'&&$User.Id != '00510000000fSYI'&& (GoodCount__c-GoodCountAgency__c>0) &&ISBLANK(handleOpinionHP__c) &&PRIORVALUE(agencyAutoSignUpStatus__c)='鐢宠涓�'&&text(agencyAutoSignUpStatus__c)='宸叉壒鍑�'</description> <errorConditionFormula>(GoodCount__c-GoodCountAgency__c>0) &&ISBLANK(handleOpinionHP__c) && text(agencyAutoSignUpStatus__c)='宸叉壒鍑�' && ISCHANGED(agencyAutoSignUpStatus__c)&&Sales_Root_Formula__c='OCM鐩存帴璨╁2'</errorConditionFormula> -- Gitblit v1.9.1