-
Notifications
You must be signed in to change notification settings - Fork 0
/
LiveChatTranscriptEvent.object
46 lines (45 loc) · 1.31 KB
/
LiveChatTranscriptEvent.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
44
45
46
<?xml version="1.0" encoding="UTF-8"?>
<<<<<<< HEAD
<CustomObject xmlns="http://soap.sforce.com/2006/04/metadata"/>
=======
<CustomObject xmlns="http://soap.sforce.com/2006/04/metadata">
<actionOverrides>
<actionName>CancelEdit</actionName>
<type>Default</type>
</actionOverrides>
<actionOverrides>
<actionName>Delete</actionName>
<type>Default</type>
</actionOverrides>
<actionOverrides>
<actionName>List</actionName>
<type>Default</type>
</actionOverrides>
<actionOverrides>
<actionName>New</actionName>
<type>Default</type>
</actionOverrides>
<actionOverrides>
<actionName>SaveEdit</actionName>
<type>Default</type>
</actionOverrides>
<actionOverrides>
<actionName>Tab</actionName>
<type>Default</type>
</actionOverrides>
<actionOverrides>
<actionName>View</actionName>
<type>Default</type>
</actionOverrides>
<enableFeeds>false</enableFeeds>
<fields>
<fullName>AgentId</fullName>
<type>Lookup</type>
</fields>
<fields>
<fullName>LiveChatTranscriptId</fullName>
<type>MasterDetail</type>
</fields>
<sharingModel>ControlledByParent</sharingModel>
</CustomObject>
>>>>>>> d86af2223b9040b6337f5479af3c67fa3e9917be