涂煌豪
2022-03-30 ae4088132b8d18959452d0ca172f6c004e8c2c82
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>Elapsed_day_after_recept_category__c</fullName>
    <externalId>false</externalId>
    <formula>IF(ISBLANK(Elapsed_day_after_recept_c__c),&quot;&quot;,
IF(Elapsed_day_after_recept_c__c  &lt;= 90,&quot;1.90天以内&quot;,
IF(Elapsed_day_after_recept_c__c  &lt;= 180,&quot;2.90天-180天以内&quot;,
IF(Elapsed_day_after_recept_c__c  &lt;= 360,&quot;3.180天-360天以内&quot;,&quot;4.360天以上&quot;))))</formula>
    <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
    <label>开发票天数分类</label>
    <required>false</required>
    <trackHistory>false</trackHistory>
    <trackTrending>false</trackTrending>
    <type>Text</type>
    <unique>false</unique>
</CustomField>