沙世明
2022-09-13 bfca7a84bec815da594f1d12558535ed06d2490b
force-app/main/default/objects/Repair__c/fields/AwareDate__c.field-meta.xml
@@ -2,18 +2,17 @@
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>AwareDate__c</fullName>
    <description>AE或者Intake判定为PAE/UNKNOWN时,用&lt;问题联络收到日&gt;
Final判定为PAE/UNKNOWN时,用&lt;初次报价日&gt;</description>
    <externalId>false</externalId>
    <formula>if( DOJ_Status__c = &apos;非对象&apos;,null,
Final判定为PAE/UNKNOWN时,用&lt;初次报价日&gt;
/*if( DOJ_Status__c = &apos;非对象&apos;,null,
   IF( AE_DetermineResult__c = &apos;AE&apos;,
      if( !ISBLANK(MBC_AwareDate__c  ),
         MBC_AwareDate__c, 
         DateReceiptQuestions__c),
      null
   )
)
/*if( DOJ_Status__c = &apos;非对象&apos;,null,
)*/</description>
    <externalId>false</externalId>
    <formula>if( DOJ_Status__c = &apos;非对象&apos;,null,
   IF( AE_DetermineResult__c = &apos;AE&apos;,DateReceiptQuestions__c,
      if( text( PAE_Determine__c) = &apos;PAE&apos; || text(PAE_Determine__c) = &apos;Unknown&apos;,
         DateReceiptQuestions__c,
@@ -23,9 +22,9 @@
         )
      )
   )
)*/</formula>
)</formula>
    <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
    <label>AwareDate</label>
    <label>AwareDate.</label>
    <required>false</required>
    <trackHistory>false</trackHistory>
    <trackTrending>false</trackTrending>