<?xml version="1.0" encoding="UTF-8"?>
|
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
|
<fullName>AccDealerBlacklist__c</fullName>
|
<description>if(OR(Hospital__r.IFTradeComplianceIntercept__c =='intercept',Dealer__r.IFTradeComplianceIntercept__c =='intercept'),'1',
|
if(OR(Hospital__r.IFTradeComplianceIntercept__c =='WarningList',Dealer__r.IFTradeComplianceIntercept__c =='WarningList'),'2','4'))</description>
|
<externalId>false</externalId>
|
<formula>if(AND(Hospital__r.IFTradeComplianceIntercept__c =='intercept',Dealer__r.IFTradeComplianceIntercept__c =='intercept'),'12',
|
if(Hospital__r.IFTradeComplianceIntercept__c =='intercept','1',
|
if(Dealer__r.IFTradeComplianceIntercept__c =='intercept','2',
|
if(AND(Hospital__r.IFTradeComplianceIntercept__c =='WarningList',Dealer__r.IFTradeComplianceIntercept__c =='WarningList'),'56',
|
if(Hospital__r.IFTradeComplianceIntercept__c =='WarningList','5',
|
if(Dealer__r.IFTradeComplianceIntercept__c =='WarningList','6','4'
|
))))))</formula>
|
<formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
|
<label>客户/经销商为黑名单</label>
|
<required>false</required>
|
<trackHistory>false</trackHistory>
|
<trackTrending>false</trackTrending>
|
<type>Text</type>
|
<unique>false</unique>
|
</CustomField>
|