Li Jun
2022-04-21 ca7998ae82d116f177e7a1f26e99a57346069102
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>Financial_dept_rule__c</fullName>
    <externalId>false</externalId>
    <formula>IF(and(Received_money_day_finacial_dapt__c      &lt;=  today()- 90,
Recipt_mating_result__c   &lt;= today()-90,
 
Confirmed_received_document__c=TRUE,
Confirmed_Collect_money__c=TRUE
 
 
),&quot;备份对象&quot;,&quot;备份对象外&quot;)</formula>
    <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
    <label>财务部备份</label>
    <required>false</required>
    <trackHistory>false</trackHistory>
    <trackTrending>false</trackTrending>
    <type>Text</type>
    <unique>false</unique>
</CustomField>