From cecd98b1ccbe67a2530c9d066ed5f12c7f3e8e2b Mon Sep 17 00:00:00 2001
From: FUYU <fuyu@prec-tech.com>
Date: 星期五, 19 五月 2023 16:20:17 +0800
Subject: [PATCH] 备份省目标录入

---
 force-app/main/default/objects/PCLLostBrand__c/validationRules/SelectOtherAgent.validationRule-meta.xml |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/force-app/main/default/objects/PCLLostBrand__c/validationRules/SelectOtherAgent.validationRule-meta.xml b/force-app/main/default/objects/PCLLostBrand__c/validationRules/SelectOtherAgent.validationRule-meta.xml
index 35af050..22566c3 100644
--- a/force-app/main/default/objects/PCLLostBrand__c/validationRules/SelectOtherAgent.validationRule-meta.xml
+++ b/force-app/main/default/objects/PCLLostBrand__c/validationRules/SelectOtherAgent.validationRule-meta.xml
@@ -2,6 +2,7 @@
 <ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata">
     <fullName>SelectOtherAgent</fullName>
     <active>true</active>
+    <description>Agency__r.Management_Code__c = &apos;8888888888&apos; &amp;&amp; isblank(AgencyMannual__c)</description>
     <errorConditionFormula>Agency__r.Management_Code__c = &apos;8888888888&apos; &amp;&amp; isblank(AgencyMannual__c)</errorConditionFormula>
     <errorDisplayField>AgencyMannual__c</errorDisplayField>
     <errorMessage>涓爣缁忛攢鍟嗕负鈥滃叾浠栫粡閿�鍟嗏�濇椂锛屽繀椤诲~鍐欎腑鏍囩粡閿�鍟嗘墜鍔紒</errorMessage>

--
Gitblit v1.9.1