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/OpportunitySpecialApply__c/validationRules/Other_Reason_Must_Memo.validationRule-meta.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/force-app/main/default/objects/OpportunitySpecialApply__c/validationRules/Other_Reason_Must_Memo.validationRule-meta.xml b/force-app/main/default/objects/OpportunitySpecialApply__c/validationRules/Other_Reason_Must_Memo.validationRule-meta.xml index 2e42c97..5a5ebc1 100644 --- a/force-app/main/default/objects/OpportunitySpecialApply__c/validationRules/Other_Reason_Must_Memo.validationRule-meta.xml +++ b/force-app/main/default/objects/OpportunitySpecialApply__c/validationRules/Other_Reason_Must_Memo.validationRule-meta.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata"> <fullName>Other_Reason_Must_Memo</fullName> - <active>false</active> + <active>true</active> <errorConditionFormula>ISBLANK(Apply_Memo__c) && text(Apply_Reason__c)=='鍏朵粬'</errorConditionFormula> <errorDisplayField>Apply_Memo__c</errorDisplayField> <errorMessage>鐞嗙敱涓衡�滃叾浠栤�濇椂锛岃澶囨敞鍏蜂綋鍘熷洜銆�</errorMessage> -- Gitblit v1.9.1