| 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
37
38
39
40
41
 | | <?xml version="1.0" encoding="UTF-8"?> |  | <CustomField xmlns="http://soap.sforce.com/2006/04/metadata"> |  |     <fullName>VisitCountThisFiscalYearPB_Eng__c</fullName> |  |     <externalId>false</externalId> |  |     <formula>Case(month(today()),  |  | 4,if(day(today()) <= value($Label.ShowLastYear_DefermentDay),ThisYear10_Eng__c +  |  | ThisYear11_Eng__c +  |  | ThisYear12_Eng__c +  |  | ThisYear1_Eng__c +  |  | ThisYear2_Eng__c +  |  | ThisYear3_Eng__c,ThisYear4_Eng__c),  |  | 10,ThisYear10_Eng__c,  |  | 11,ThisYear10_Eng__c +  |  | ThisYear11_Eng__c,  |  | 12,ThisYear10_Eng__c +  |  | ThisYear11_Eng__c +  |  | ThisYear12_Eng__c,  |  | 1,ThisYear10_Eng__c +  |  | ThisYear11_Eng__c +  |  | ThisYear12_Eng__c +  |  | ThisYear1_Eng__c,  |  | 2,ThisYear10_Eng__c +  |  | ThisYear11_Eng__c +  |  | ThisYear12_Eng__c +  |  | ThisYear1_Eng__c +  |  | ThisYear2_Eng__c,  |  | 3,ThisYear10_Eng__c +  |  | ThisYear11_Eng__c +  |  | ThisYear12_Eng__c +  |  | ThisYear1_Eng__c +  |  | ThisYear2_Eng__c +  |  | ThisYear3_Eng__c,0)</formula> |  |     <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs> |  |     <label>今年2H’拜访次数(能量)</label> |  |     <precision>18</precision> |  |     <required>false</required> |  |     <scale>0</scale> |  |     <trackTrending>false</trackTrending> |  |     <type>Number</type> |  |     <unique>false</unique> |  | </CustomField> | 
 |