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