From ca1c0956ec5d16a44bd0a2c10e0e49db37c0fb32 Mon Sep 17 00:00:00 2001
From: 黄千龙 <huangqianlong@prec-tech.com>
Date: 星期三, 08 三月 2023 09:35:52 +0800
Subject: [PATCH] 20230307询价2期Batch增加入Schedule

---
 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