binxie
2024-01-17 92d30efcdebfc59500385e018d597a6b6a946075
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>NBI_processor__c</fullName>
    <externalId>false</externalId>
    <formula>IF(AND(Product2.Category3__c=&quot;主机&quot;,Product2.Category5__c=&quot;290系列&quot;),&quot;NBI主机&quot;,
IF(AND(Product2.Category3__c=&quot;主机&quot;,Product2.Category5__c=&quot;260SL系列&quot;),&quot;NBI主机&quot;,
IF(AND(Product2.Category3__c=&quot;主机&quot;,Product2.Category5__c=&quot;190系列&quot;),&quot;NBI主机&quot;,
IF(AND(Product2.Category3__c=&quot;主机&quot;,Product2.Category5__c=&quot;180系列&quot;),&quot;NBI主机&quot;,&quot;其他主机&quot;))))</formula>
    <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
    <inlineHelpText>CV-290,260SL,190,180</inlineHelpText>
    <label>是否NBI主机</label>
    <required>false</required>
    <trackHistory>false</trackHistory>
    <type>Text</type>
    <unique>false</unique>
</CustomField>