李彤
2022-05-30 115b1ebc6e433315a9835af24d4fe0f90343a3ca
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>Is_New_Contract__c</fullName>
    <externalId>false</externalId>
    <formula>IF((Estimation_Id__r.Estimation_Decision__c &amp;&amp; Ispickval(Estimation_Id__r.Process_Status__c, &quot;批准&quot;)), Estimation_Id__r.Is_New_Contract__c,false)</formula>
    <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
    <label>新品合同</label>
    <trackHistory>false</trackHistory>
    <trackTrending>false</trackTrending>
    <type>Checkbox</type>
</CustomField>