1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>ServiceContractNextYear_Report__c</fullName>
    <deleteConstraint>SetNull</deleteConstraint>
    <description>LJPH-C95AQ2    
进程:当来年服务合同新建后,此字段就会赋值。与原有的来年服务合同字段取值逻辑有区别</description>
    <externalId>false</externalId>
    <label>来年服务合同(报表)</label>
    <referenceTo>Maintenance_Contract__c</referenceTo>
    <relationshipLabel>维修合同 (来年服务合同(报表))</relationshipLabel>
    <relationshipName>ContractseR9</relationshipName>
    <required>false</required>
    <trackHistory>false</trackHistory>
    <trackTrending>false</trackTrending>
    <type>Lookup</type>
</CustomField>