Li Jun
2022-04-13 5c01ebbfddb6b8674430b47c22977bea2e350084
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>Intake_Judgement_Date__c</fullName>
    <description>OCSM QARA确认日-问题联络收到日</description>
    <externalId>false</externalId>
    <formula>IF(ISBLANK(QIS_Submit_day__c)||ISBLANK(QIS_ConfirmationDate__c),&apos;未完成QARA确认&apos;,
&apos;第&apos;&amp;
if(QIS_ConfirmationDate__c-QIS_Submit_day__c&lt;10&amp;&amp;QIS_ConfirmationDate__c-QIS_Submit_day__c&gt;=0,&apos;0&apos;,&apos;&apos;)
&amp;
text(QIS_ConfirmationDate__c-QIS_Submit_day__c)
&amp;&apos;天&apos; )</formula>
    <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
    <label>录取判定日期(报表)</label>
    <required>false</required>
    <trackHistory>false</trackHistory>
    <trackTrending>false</trackTrending>
    <type>Text</type>
    <unique>false</unique>
</CustomField>