binxie
2024-01-22 102afa21c115e8c8b9333a326c3d1af08fe76faf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>FirstParagraph__c</fullName>
    <description>if(DealerTypeSum__c = &apos;特约经销商&apos;,false,if(MONTH(Advance_Payment_Identification_Approval__c) &gt;= 4,if( TODAY() &gt; DATE( YEAR(Advance_Payment_Identification_Approval__c )+1 ,4,1),true,false),if(TODAY() &lt; DATE( YEAR(Advance_Payment_Identification_Approval__c ) ,4,1),false,true)))
 
2022/09/26   zyh   update   start
if(FirstParagraph_txt__c,false,if(DealerTypeSum__c = &apos;特约经销商&apos;,false,if(MONTH(Advance_Payment_Identification_Approval__c) &gt;= 4,if( TODAY() &gt; DATE( YEAR(Advance_Payment_Identification_Approval__c )+1 ,4,1),true,false),if(TODAY() &lt; DATE( YEAR(Advance_Payment_Identification_Approval__c ) ,4,1),false,true))))
2022/09/26   zyh   update   end</description>
    <externalId>false</externalId>
    <formula>FirstParagraph_new__c</formula>
    <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
    <label>先款标识(后台用)</label>
    <trackHistory>false</trackHistory>
    <type>Checkbox</type>
</CustomField>