黄千龙
2022-04-08 fe7d1b90f57b14ca09852c0e80f58a412b50478d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>Proposal_count_method_PB__c</fullName>
    <externalId>false</externalId>
    <formula>if(or(month(Customer_submit_day__c)&gt;=10,month(Customer_submit_day__c)&lt;=3),
Case(Status__c,
&quot;草案&quot;,0,
&quot;已申请&quot;,0,
&quot;已批准&quot;,Case(Attached_category__c,
&quot;客户提案&quot;,1,0),0)
,0)</formula>
    <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
    <label>提案书计算方法(2H’)</label>
    <precision>18</precision>
    <required>false</required>
    <scale>0</scale>
    <trackHistory>false</trackHistory>
    <trackTrending>false</trackTrending>
    <type>Number</type>
    <unique>false</unique>
</CustomField>