<?xml version="1.0" encoding="UTF-8"?>
|
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
|
<fullName>ProductCategory__c</fullName>
|
<externalId>false</externalId>
|
<formula>IF( AND( TEXT(IsRelateProject__c)='是',NOT(ISBLANK(Hospital__c))),
|
IF(AND(OR(INCLUDES(department_selection__c,'01210000000QemLAAS'),
|
INCLUDES(department_selection__c,'01210000000QezZAAS')),
|
!INCLUDES(department_selection__c,'01210000000QezeAAC'),
|
!INCLUDES(department_selection__c,'01210000000QezjAAC'),
|
!INCLUDES(department_selection__c,'01210000000QezoAAC'),
|
!INCLUDES(department_selection__c,'01210000000QeztAAC')
|
),'GI',
|
IF(AND(!INCLUDES(department_selection__c,'01210000000QemLAAS'),
|
!INCLUDES(department_selection__c,'01210000000QezZAAS'),
|
OR(INCLUDES(department_selection__c,'01210000000QezeAAC'),
|
INCLUDES(department_selection__c,'01210000000QezjAAC'),
|
INCLUDES(department_selection__c,'01210000000QezoAAC'),
|
INCLUDES(department_selection__c,'01210000000QeztAAC'))
|
),'SP','ALL')
|
),'')</formula>
|
<label>产品分类</label>
|
<required>false</required>
|
<trackHistory>false</trackHistory>
|
<trackTrending>false</trackTrending>
|
<type>Text</type>
|
<unique>false</unique>
|
</CustomField>
|