涂煌豪
2022-03-11 a8a58e334c884ae34c28ab24f870bdb961e4fc3f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>old_Project_No__c</fullName>
    <deleteConstraint>SetNull</deleteConstraint>
    <externalId>false</externalId>
    <label>原项目编号</label>
    <lookupFilter>
        <active>true</active>
        <errorMessage>请选择同一医院下面的原项目编号!</errorMessage>
        <filterItems>
            <field>SolutionProjectRequirements__c.Hospital__c</field>
            <operation>equals</operation>
            <valueField>$Source.Hospital__c</valueField>
        </filterItems>
        <isOptional>false</isOptional>
    </lookupFilter>
    <referenceTo>SolutionProjectRequirements__c</referenceTo>
    <relationshipLabel>Solution项目需求</relationshipLabel>
    <relationshipName>OldSolution</relationshipName>
    <required>false</required>
    <trackHistory>false</trackHistory>
    <trackTrending>false</trackTrending>
    <type>Lookup</type>
</CustomField>