binxie
2024-01-22 4688e276eee13cd2e521aa55afb5725cb0fda270
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>ImportDemonstration_state__c</fullName>
    <externalId>false</externalId>
    <formula>IF( if_NeedImportDemonstration__c ,
IF( NOT(ISBLANK(ImportDemonstration_Rejection_date__c)) , &apos;失败&apos;, 
IF( NOT(ISBLANK(ImportDemonstration_Approval_date__c)) , &apos;已批准&apos;, 
IF( NOT(ISBLANK(ImportDemonstration_Filing_date__c)) , &apos;已提交&apos;,
&apos;准备中&apos;))),
&apos;&apos; )</formula>
    <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
    <label>进口论证状态</label>
    <required>false</required>
    <trackHistory>false</trackHistory>
    <trackTrending>false</trackTrending>
    <type>Text</type>
    <unique>false</unique>
</CustomField>