binxie
2024-01-17 92d30efcdebfc59500385e018d597a6b6a946075
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>Fixture_OneToOne_Link__c</fullName>
    <deleteConstraint>SetNull</deleteConstraint>
    <description>个体管理附属品的时候会设置一对一的反连
检索附属品Asset的时候要用
附属品一对一的个体管理不能单独在分附属品选择和追加画面检索出来</description>
    <externalId>false</externalId>
    <label>个体管理附属品反连一对一Link表</label>
    <referenceTo>Fixture_OneToOne_Link__c</referenceTo>
    <relationshipLabel>納入機器</relationshipLabel>
    <relationshipName>Asset</relationshipName>
    <required>false</required>
    <trackFeedHistory>false</trackFeedHistory>
    <trackHistory>false</trackHistory>
    <type>Lookup</type>
</CustomField>