高章伟
2022-02-24 2aa8da8af66aa8ae00f25831aed6bb0364176e7b
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>Estimate_effective_date__c</fullName>
    <externalId>false</externalId>
    <formula>if( Not(ISBLANK(Submit_quotation_day__c)),if(ADDMONTHS(Submit_quotation_day__c,3)  &gt;  Contract_End_Date__c ,ADDMONTHS(Submit_quotation_day__c,3),Contract_End_Date__c),null)</formula>
    <label>报价有效期</label>
    <required>false</required>
    <trackHistory>false</trackHistory>
    <trackTrending>false</trackTrending>
    <type>Date</type>
</CustomField>