Li Jun
2022-04-19 2f183a6b0a83ec3f7d35375d5d25d200efc2a3e1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>RC_not_send_to_Office_after_final__c</fullName>
    <externalId>false</externalId>
    <formula>IF( 
AND(ISBLANK(Repair_Shipped_Date__c),Return_Without_Repair__c=False,Request_repair__c=False,or(text(On_site_repair__c)=&quot;1. RC修理&quot;,text(On_site_repair__c)=&quot;2. 直送RC修理&quot;) 
 
),today()-Repair_Final_Inspection_Date__c,0)</formula>
    <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
    <label>RC最后检查后-还没寄送到办事处的天数</label>
    <precision>18</precision>
    <required>false</required>
    <scale>0</scale>
    <trackHistory>false</trackHistory>
    <trackTrending>false</trackTrending>
    <type>Number</type>
    <unique>false</unique>
</CustomField>