<?xml version="1.0" encoding="UTF-8"?>
|
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
|
<fullName>Negotiation_Date__c</fullName>
|
<description>LJPH-C95AQ2</description>
|
<externalId>false</externalId>
|
<formula>IF(!ISBLANK( Closing_Bid_Date__c ) , Closing_Bid_Date__c,
|
IF(!ISBLANK( Bid_Date__c ) , Bid_Date__c,
|
IF(!ISBLANK( Quotation_Submission_Date__c ), Quotation_Submission_Date__c,
|
IF(!ISBLANK( Negotiation_Start_Date__c ), Negotiation_Start_Date__c,
|
NULL)
|
)
|
)
|
)</formula>
|
<formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
|
<label>**商谈日期</label>
|
<required>false</required>
|
<trackHistory>false</trackHistory>
|
<trackTrending>false</trackTrending>
|
<type>Date</type>
|
</CustomField>
|