付煜
2022-03-31 f26297c82c7ea74fa34043fc6ddb032bcf37997e
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>ProspectCode__c</fullName>
    <externalId>false</externalId>
    <formula>Case(Opportunity__r.Purchase_Type__c,
  &quot;一般引合&quot;, &quot;PRO-00010&quot;,
  &quot;ET24時間販売&quot;, &quot;PRO-00110&quot;,
  &quot;SI(手術室案件)&quot;, &quot;PRO-00210&quot;,
  &quot;&quot;
)</formula>
    <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
    <label>询价编码</label>
    <required>false</required>
    <trackTrending>false</trackTrending>
    <type>Text</type>
    <unique>false</unique>
</CustomField>