Li Jun
2022-04-13 5c01ebbfddb6b8674430b47c22977bea2e350084
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>quotation_approval_period__c</fullName>
    <description>2018.1.2之前:
IF(ISBLANK(Quotation_approval_date__c),today()-LatestQuotationDate__c,Quotation_approval_date__c - LatestQuotationDate__c)</description>
    <externalId>false</externalId>
    <formula>IF(OR(ISBLANK(Quotation_approval_date__c),ISBLANK(LatestQuotationDate__c)),null,Quotation_approval_date__c - LatestQuotationDate__c)</formula>
    <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
    <label>报价同意天数</label>
    <precision>18</precision>
    <required>false</required>
    <scale>0</scale>
    <trackHistory>false</trackHistory>
    <trackTrending>false</trackTrending>
    <type>Number</type>
    <unique>false</unique>
</CustomField>