1"Internal" : {
2 "callRelatedFields" : [
3 "ANI",
4 "DNIS",
5 ]
6 "objects" : {
7 "User" : [ {
8 "displayName" : "Name",
9 "apiName" : "Name"
10 }
11 ]
12 },
13 "screenPopSettings" : {}
14 },
15 "Inbound" : {
16 "callRelatedFields" : [
17 "ANI",
18 "DNIS",
19 "SEGMENT",
20 "QUEUE"
21 ],
22 "objects" : {
23 "Account" : [ {
24 "displayName" : "Account Name",
25 "apiName" : "Name"
26 }
27 ]
28
29 },
30 "screenPopSettings" : {
31 "NoMatch" : {
32 "screenPopType" : "PopToEntity",
33 "screenPopData" : "Contact"
34 },
35
36 "SingleMatch" : {
37 "screenPopType" : "PopToVisualforce",
38 "screenPopData" : "Visualforce_Page_Name"
39 },
40 "MultipleMatches" : {
41 "screenPopType" : "PopToSearch"
42 }
43 }
44 },
45 "Outbound" : {
46 "callRelatedFields" : [
47 "DNIS"
48 ],
49 "objects" : {
50 "Account" : [ {
51 "displayName" : "Account Name",
52 "apiName" : "Name"
53 }
54 ]
55 },
56 "screenPopSettings" : {}
57 }
58 }