<?xml version="1.0" encoding="UTF-8"?>
|
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
|
<fullName>Opportunity_Level__c</fullName>
|
<externalId>false</externalId>
|
<formula>CASE(Opportunity_Stage__c,
|
'询价关闭', '关闭',
|
'报价已决定', 'A',
|
'确定价格/中标', 'B',
|
'商谈/招标','C',
|
'确定参数(含预算)','D',
|
'意向确认','E',
|
'盖章审批','签约准备',
|
'合同生效','盖章完毕',
|
'')</formula>
|
<inlineHelpText>询价进展状态</inlineHelpText>
|
<label>询价等级</label>
|
<required>false</required>
|
<trackHistory>false</trackHistory>
|
<trackTrending>false</trackTrending>
|
<type>Text</type>
|
<unique>false</unique>
|
</CustomField>
|