李彤
2022-05-30 115b1ebc6e433315a9835af24d4fe0f90343a3ca
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>signUpServiceCount__c</fullName>
    <description>LJPH-C95AQ2
换成serviceContractNextYear_new取值</description>
    <externalId>false</externalId>
    <formula>if(RenewTargetCount__c &gt; 0 &amp;&amp; !isblank(serviceContractNextYear_new__c) &amp;&amp;
 serviceContractNextYear_new__r.Contract_Conclusion_Date__c  &gt;= halfFinancialStartDate__c &amp;&amp;
serviceContractNextYear_new__r.Contract_Conclusion_Date__c &lt;= halfFinancialEndDate__c, 1 , 0)</formula>
    <label>153PA签回新合同件数(不用)</label>
    <precision>18</precision>
    <required>false</required>
    <scale>0</scale>
    <trackHistory>false</trackHistory>
    <trackTrending>false</trackTrending>
    <type>Number</type>
    <unique>false</unique>
</CustomField>