<?xml version="1.0" encoding="UTF-8"?>
|
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
|
<fullName>SpecialAsset_SP_Count__c</fullName>
|
<description>SP 主机台数(3D:190:180:S190:S7Pro:S7:其他:对手)</description>
|
<externalId>false</externalId>
|
<formula>IF(D3_System_Count_formula__c = 0,"0",text(D3_System_Count_formula__c)) &" : " &
|
IF(CV_190_Count_formula__c = 0,"0",text(CV_190_Count_formula__c)) &" : " &
|
IF(CV_180_Count_formula__c = 0 ,"0",text(CV_180_Count_formula__c)) &" : " &
|
IF(OTV_S190_Count_formula__c = 0 ,"0",text(OTV_S190_Count_formula__c))&" : " &
|
IF(OTV_S7Pro_Count_formula__c = 0 ,"0",text(OTV_S7Pro_Count_formula__c))&" : " &
|
IF(OTV_S7_Count_formula__c = 0 ,"0",text(OTV_S7_Count_formula__c))&" : " &
|
IF(OTV_Other_Count_formula__c = 0 ,"0",text(OTV_Other_Count_formula__c))&" : " &
|
IF(Competitor_Count_SP_formula__c = 0 ,"0",text(Competitor_Count_SP_formula__c))</formula>
|
<formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
|
<label>#SP 主机台数(3D:190:180:S190:S7Pro:S7:其他:对手)</label>
|
<required>false</required>
|
<trackHistory>false</trackHistory>
|
<type>Text</type>
|
<unique>false</unique>
|
</CustomField>
|