<?xml version="1.0" encoding="UTF-8"?>
|
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
|
<fullName>Phase__c</fullName>
|
<externalId>false</externalId>
|
<formula>IF(TEXT(Opportunity_Stage__c)=='报价已决定'||TEXT(Opportunity_Stage__c)=='确定价格/中标'||TEXT(Opportunity_Stage__c)=='商谈/招标'||TEXT(Opportunity_Stage__c)=='确定参数(含预算)'||TEXT(Opportunity_Stage__c)=='意向确认','询价阶段',
|
IF(TEXT(Opportunity_Stage__c)=='盖章审批'||TEXT(Opportunity_Stage__c)=='合同生效','签约阶段',
|
''
|
)
|
)</formula>
|
<inlineHelpText>取决于询价进展状态</inlineHelpText>
|
<label>阶段</label>
|
<required>false</required>
|
<trackHistory>false</trackHistory>
|
<trackTrending>false</trackTrending>
|
<type>Text</type>
|
<unique>false</unique>
|
</CustomField>
|