Liu Cheng
2022-06-09 cdcd7ebced39e63ebbca5295ed8e34b66d515130
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
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>This_year_inspection_times_PA__c</fullName>
    <externalId>false</externalId>
    <formula>Case(month(today()), 
4,if(day(today()) &lt;= value($Label.ShowLastYear_DefermentDay),This_year_inspection_times4__c + 
This_year_inspection_times5__c + 
This_year_inspection_times6__c + 
This_year_inspection_times7__c + 
This_year_inspection_times8__c + 
This_year_inspection_times9__c ,This_year_inspection_times4__c), 
5,This_year_inspection_times4__c +This_year_inspection_times5__c, 
6,This_year_inspection_times4__c + 
This_year_inspection_times5__c + 
This_year_inspection_times6__c, 
7,This_year_inspection_times4__c + 
This_year_inspection_times5__c + 
This_year_inspection_times6__c + 
This_year_inspection_times7__c, 
8,This_year_inspection_times4__c + 
This_year_inspection_times5__c + 
This_year_inspection_times6__c + 
This_year_inspection_times7__c + 
This_year_inspection_times8__c, 
9,This_year_inspection_times4__c + 
This_year_inspection_times5__c + 
This_year_inspection_times6__c + 
This_year_inspection_times7__c + 
This_year_inspection_times8__c + 
This_year_inspection_times9__c,This_year_inspection_times4__c + 
This_year_inspection_times5__c + 
This_year_inspection_times6__c + 
This_year_inspection_times7__c + 
This_year_inspection_times8__c + 
This_year_inspection_times9__c)</formula>
    <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
    <label>点检次数(按单据)今年1H’</label>
    <precision>18</precision>
    <required>false</required>
    <scale>0</scale>
    <trackTrending>false</trackTrending>
    <type>Number</type>
    <unique>false</unique>
</CustomField>