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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
| <?xml version="1.0" encoding="UTF-8"?>
| <CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
| <fullName>Key_product_sql__c</fullName>
| <externalId>false</externalId>
| <formula>IF(Important_Rroduct_1GI__c=TRUE, Date(2000,1, 1),
| IF(Important_Rroduct_2GI__c=TRUE, Date(2000,1, 2),
| IF(Important_Rroduct_3GI__c=TRUE, Date(2000,1, 3),
| IF(Important_Rroduct_4GI__c=TRUE, Date(2000,1, 4),
| IF(Important_Rroduct_5GI__c=TRUE, Date(2000,1, 5),
| IF(Important_Rroduct_6GI__c=TRUE, Date(2000,1, 6),
| IF(Important_Rroduct_7GI__c=TRUE, Date(2000,1, 7),
| IF(Important_Rroduct_8GS__c=TRUE, Date(2000,1, 8),
| IF(Important_Rroduct_9GS__c=TRUE, Date(2000,1, 9),
| IF(Important_Rroduct_10GS__c=TRUE,Date(2000,1,10),
| IF(Important_Rroduct_11GS__c=TRUE,Date(2000,1,11),
| IF(Important_Rroduct_12GS__c=TRUE,Date(2000,1,12),
| IF(Important_Rroduct_13GS__c=TRUE,Date(2000,1,13),
| IF(Important_Rroduct_14GS__c=TRUE,Date(2000,1,14),
| IF(Important_Rroduct_15GS__c=TRUE,Date(2000,1,21),
| IF(Important_Rroduct_16GS__c=TRUE,Date(2000,1,16),
| IF(Important_Rroduct_17GS__c=TRUE,Date(2000,1,17),
| IF(Important_Rroduct_18GS__c=TRUE,Date(2000,1,18),
| IF(Important_Rroduct_19GS__c=TRUE,Date(2000,1,19),
| IF(Important_Rroduct_20GS__c=TRUE,Date(2000,1,20),
| IF(Important_Rroduct_21GS__c=TRUE,Date(2000,1,21),
| IF(Important_Rroduct_22GS__c=TRUE,Date(2000,1,22),
| IF(Important_Rroduct_23GS__c=TRUE,Date(2000,1,23),
| IF(Important_Rroduct_24GS__c=TRUE,Date(2000,1,24),
| IF(Important_Rroduct_25GS__c=TRUE,Date(2000,1,25),
| IF(Important_Rroduct_26GS__c=TRUE,Date(2000,1,26),
| IF(Important_Rroduct_27GS__c=TRUE,Date(2000,1,27),
| IF(Important_Rroduct_28GS__c=TRUE,Date(2000,1,28),
| IF(Important_Rroduct_29GS__c=TRUE,Date(2000,1,29),
| IF(Important_Rroduct_30GS__c=TRUE,Date(2000,1,30),
| null
| )
| )
| )
| )
| )
| )
| )
| )
| )
| )
| )
| )
| )
| )
| )
| )
| )
| )
| )
| )
| )
| )
| )
| )
| )
| )
| )
| )
| )
| )</formula>
| <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
| <label>战略产品区分_sql</label>
| <required>false</required>
| <trackHistory>false</trackHistory>
| <type>Date</type>
| </CustomField>
|
|