-
Notifications
You must be signed in to change notification settings - Fork 0
/
Contractor__c.object
43 lines (43 loc) · 1.3 KB
/
Contractor__c.object
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<?xml version="1.0" encoding="UTF-8"?>
<CustomObject xmlns="http://soap.sforce.com/2006/04/metadata">
<deploymentStatus>Deployed</deploymentStatus>
<fields>
<fullName>Account__c</fullName>
<label>Account</label>
<referenceTo>Account__c</referenceTo>
<relationshipLabel>契約者</relationshipLabel>
<relationshipName>Contractors</relationshipName>
<type>Lookup</type>
</fields>
<fields>
<fullName>ContractDate__c</fullName>
<label>契約日</label>
<type>Date</type>
</fields>
<fields>
<fullName>Email__c</fullName>
<label>メールアドレス</label>
<type>Email</type>
</fields>
<fields>
<fullName>ForeignKey__c</fullName>
<caseSensitive>true</caseSensitive>
<externalId>true</externalId>
<label>外部キー</label>
<length>50</length>
<type>Text</type>
<unique>true</unique>
</fields>
<label>契約者</label>
<listViews>
<fullName>All</fullName>
<filterScope>Everything</filterScope>
<label>すべて選択</label>
</listViews>
<nameField>
<label>契約者名</label>
<type>Text</type>
</nameField>
<searchLayouts/>
<sharingModel>ReadWrite</sharingModel>
</CustomObject>