From e0de9222da210f9c8eb1a9f5400f936a14923e11 Mon Sep 17 00:00:00 2001 From: binxie <137736985@qq.com> Date: 星期六, 20 一月 2024 13:16:47 +0800 Subject: [PATCH] addvalidationrule --- force-app/main/default/objects/Contact/validationRules/DealerMobilePhone.validationRule-meta.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/force-app/main/default/objects/Contact/validationRules/DealerMobilePhone.validationRule-meta.xml b/force-app/main/default/objects/Contact/validationRules/DealerMobilePhone.validationRule-meta.xml index 921a493..4dd998a 100644 --- a/force-app/main/default/objects/Contact/validationRules/DealerMobilePhone.validationRule-meta.xml +++ b/force-app/main/default/objects/Contact/validationRules/DealerMobilePhone.validationRule-meta.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata"> <fullName>DealerMobilePhone</fullName> - <active>false</active> + <active>true</active> <description>缁忛攢鍟嗘墜鏈哄彿楠岃瘉锛屽繀椤�11浣�</description> <errorConditionFormula>IF(RecordType.DeveloperName == 'Agency' && LEN( MobilePhone )!= 11 && !ISBLANK(MobilePhone) ,TRUE,FALSE)</errorConditionFormula> <errorDisplayField>MobilePhone</errorDisplayField> -- Gitblit v1.9.1