Li Jun
2022-04-24 fc8a8cea62e5d248834482a1ade9db6ab0758bf2
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>Youbi2__c</fullName>
    <externalId>false</externalId>
    <formula>CASE(MOD(  Reported_Date__c  - DATE(1900, 1, 7), 7), 
0, &quot;Sun&quot;, 
1, &quot;Mon&quot;, 
2, &quot;Tue&quot;, 
3, &quot;Wed&quot;, 
4, &quot;Thu&quot;, 
5, &quot;Fri&quot;, 
6, &quot;Sat&quot;, 
&quot;#Error#&quot;)</formula>
    <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
    <label>星期</label>
    <required>false</required>
    <trackHistory>false</trackHistory>
    <trackTrending>false</trackTrending>
    <type>Text</type>
    <unique>false</unique>
</CustomField>