binxie
2024-01-20 e0de9222da210f9c8eb1a9f5400f936a14923e11
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>Stage_prospect__c</fullName>
    <externalId>false</externalId>
    <formula>IF(Not(ISNULL(Min_FirstApproveDate__c)) ,9, 
(IF(OR(SAP_Send_OK__c, Text(StageName)=&quot;注残&quot;, Text(StageName)=&quot;出荷&quot;, Text(StageName)=&quot;完了&quot;) ,8, 
(IF(Not(ISNULL(Sales_Shop_Hospital_Contract__c )) ,7, 
(IF(Not(ISNULL(Agency_Contract_Date1__c    )) ,6, 
(IF(Not(ISNULL(Assistant_Applied_Date__c )) ,5, 
(IF(Not(ISNULL(Closing_Bid_Date__c )) ,4, 
 
(IF(Not(ISNULL(Autholization_Activated_Date__c )) ,3, 
(IF(Not(ISNULL(Authorized_Date__c )) ,3, 
(IF(Not(ISNULL(Last_Follow_Up_Date__c )) ,2, 
(IF(DATEVALUE(LastModifiedDate) &gt; DATEVALUE(CreatedDate) ,1, 
)) 
)) 
)) 
)) 
)) 
)) 
)) 
)) 
)) 
)</formula>
    <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
    <label>Stage</label>
    <precision>18</precision>
    <required>false</required>
    <scale>0</scale>
    <trackHistory>false</trackHistory>
    <trackTrending>false</trackTrending>
    <type>Number</type>
    <unique>false</unique>
</CustomField>