buli
2023-06-05 e9e1806b0f4b5bae1fc36204ccc5d6fdad52d66f
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
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>Working_day__c</fullName>
    <externalId>false</externalId>
    <formula>IF(text(month(Evaluation_date__c)) = &quot;4&quot;,21, 
 IF(text(month(Evaluation_date__c)) = &quot;5&quot;,20, 
 IF(text(month(Evaluation_date__c)) = &quot;6&quot;,20, 
 IF(text(month(Evaluation_date__c)) = &quot;7&quot;,23, 
 IF(text(month(Evaluation_date__c)) = &quot;8&quot;,21, 
 IF(text(month(Evaluation_date__c)) = &quot;9&quot;,22, 
 IF(text(month(Evaluation_date__c)) = &quot;10&quot;,17, 
 IF(text(month(Evaluation_date__c)) = &quot;11&quot;,21, 
 IF(text(month(Evaluation_date__c)) = &quot;12&quot;,22, 
 IF(text(month(Evaluation_date__c)) = &quot;1&quot;,20, 
 IF(text(month(Evaluation_date__c)) = &quot;2&quot;,16, 
 IF(text(month(Evaluation_date__c)) = &quot;3&quot;,23,0) 
 ) 
 ) 
 ) 
 ) 
 ) 
 ) 
 ) 
 ) 
 ) 
 ))</formula>
    <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
    <label>每月工作日</label>
    <precision>18</precision>
    <required>false</required>
    <scale>0</scale>
    <trackTrending>false</trackTrending>
    <type>Number</type>
    <unique>false</unique>
</CustomField>