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/Repair__c/fields/RC_Mail_Address1__c.field-meta.xml |   20 +++++++++++++++++++-
 1 files changed, 19 insertions(+), 1 deletions(-)

diff --git a/force-app/main/default/objects/Repair__c/fields/RC_Mail_Address1__c.field-meta.xml b/force-app/main/default/objects/Repair__c/fields/RC_Mail_Address1__c.field-meta.xml
index ca20ac7..a8946cb 100644
--- a/force-app/main/default/objects/Repair__c/fields/RC_Mail_Address1__c.field-meta.xml
+++ b/force-app/main/default/objects/Repair__c/fields/RC_Mail_Address1__c.field-meta.xml
@@ -2,7 +2,25 @@
 <CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
     <fullName>RC_Mail_Address1__c</fullName>
     <externalId>false</externalId>
-    <formula>&apos;liuyan@prec-tech.com&apos;</formula>
+    <formula>IF(Text(On_site_repair__c)=&apos;鐩撮�丼ORC淇悊&apos;, &apos;OSH-SORC@olympus.com.cn&apos;,
+case(work_location_select__c,
+&quot;闄曡タ鍔炰簨澶�&quot;, &quot;OCM-XARC@olympus.com.cn&quot;,
+&quot;灞辫タ鍔炰簨澶�&quot;, &quot;OCM-XARC@olympus.com.cn&quot;,
+&quot;娌冲崡鍔炰簨澶�&quot;, &quot;OCM-XARC@olympus.com.cn&quot;,
+&quot;鏂扮枂鍔炰簨澶�&quot;, &quot;OCM-XARC@olympus.com.cn&quot;,
+&quot;瀹佸鍔炰簨澶�&quot;, &quot;OCM-XARC@olympus.com.cn&quot;,
+&quot;鐢樿們鍔炰簨澶�&quot;, &quot;OCM-XARC@olympus.com.cn&quot;,
+&quot;闈掓捣鍔炰簨澶�&quot;, &quot;OCM-XARC@olympus.com.cn&quot;,
+&quot;鍥涘窛鍔炰簨澶�&quot;, &quot;OCM-CDRC@olympus.com.cn&quot;,
+&quot;閲嶅簡鍔炰簨澶�&quot;, &quot;OCM-CDRC@olympus.com.cn&quot;,
+&quot;浜戝崡鍔炰簨澶�&quot;, &quot;OCM-CDRC@olympus.com.cn&quot;,
+&quot;璐靛窞鍔炰簨澶�&quot;, &quot;OCM-CDRC@olympus.com.cn&quot;,
+&quot;娴欐睙鍔炰簨澶�&quot;, &quot;OCM-HZRC@olympus.com.cn&quot;,
+&quot;鏉窞鍔炰簨澶�&quot;, &quot;OCM-HZRC@olympus.com.cn&quot;,
+&quot;瑗垮畨鍔炰簨澶�&quot;, &quot;OCM-XARC@olympus.com.cn&quot;,
+&quot;鎴愰兘鍔炰簨澶�&quot;, &quot;Yang_Fan@olympus.com.cn&quot;,
+&quot;&quot;
+))</formula>
     <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
     <label>RC Mail Address1</label>
     <required>false</required>

--
Gitblit v1.9.1