<?xml version="1.0" encoding="UTF-8"?>
|
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
|
<fullName>Important_contract__c</fullName>
|
<externalId>false</externalId>
|
<formula>IF(
|
AND(Wholesale_Price_F_RMB__c >=2000,
|
OR(Text(Account.Parent.Department_Class_Label__c) ="消化科",
|
Text(Account.Parent.Department_Class_Label__c)
|
="呼吸科") ), 1,
|
IF(
|
AND(Wholesale_Price_F_RMB__c >=1000,
|
OR(Text(Account.Parent.Department_Class_Label__c) ="普外科",
|
Text(Account.Parent.Department_Class_Label__c)
|
="泌尿科",Text(Account.Parent.Department_Class_Label__c)="妇科",
|
Text(Account.Parent.Department_Class_Label__c)
|
="耳鼻喉科",Text(Account.Parent.Department_Class_Label__c)="其他")
|
),1,
|
0
|
)
|
)</formula>
|
<formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
|
<inlineHelpText>1是大合同</inlineHelpText>
|
<label>是否大合同</label>
|
<precision>18</precision>
|
<required>false</required>
|
<scale>0</scale>
|
<trackHistory>false</trackHistory>
|
<trackTrending>false</trackTrending>
|
<type>Number</type>
|
<unique>false</unique>
|
</CustomField>
|