Initial commit
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
[
|
||||
{"name": ":assignedUser"},
|
||||
{"name": "teams"},
|
||||
{"name": "portalUser"}
|
||||
]
|
||||
@@ -0,0 +1,11 @@
|
||||
[
|
||||
{
|
||||
"label": "",
|
||||
"rows":[
|
||||
[{"name":"name"},{"name":"accounts"}],
|
||||
[{"name":"emailAddress"},{"name":"phoneNumber"}],
|
||||
[{"name":"address"}, false],
|
||||
[{"name":"description", "fullWidth": true}]
|
||||
]
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,11 @@
|
||||
[
|
||||
{
|
||||
"rows": [
|
||||
[{"name":"name"}, {"name": "account"}],
|
||||
[{"name":"emailAddress"}, {"name":"phoneNumber"}],
|
||||
[{"name":"title"}, false],
|
||||
[{"name":"address"}, false],
|
||||
[{"name":"description", "fullWidth": true}]
|
||||
]
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,13 @@
|
||||
[
|
||||
{
|
||||
"label": "",
|
||||
"rows": [
|
||||
[{"name":"name", "fullWidth": true}],
|
||||
[{"name":"accounts", "fullWidth": true}],
|
||||
[{"name":"emailAddress", "fullWidth": true}],
|
||||
[{"name":"phoneNumber", "fullWidth": true}],
|
||||
[{"name":"addressCity"}, {"name":"addressCountry"}],
|
||||
[{"name":"description", "fullWidth": true}]
|
||||
]
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,15 @@
|
||||
[
|
||||
"assignedUser",
|
||||
"teams",
|
||||
"createdAt",
|
||||
"createdBy",
|
||||
"modifiedAt",
|
||||
"streamUpdatedAt",
|
||||
"accounts",
|
||||
"address",
|
||||
"emailAddress",
|
||||
"phoneNumber",
|
||||
"title",
|
||||
"targetLists",
|
||||
"campaign"
|
||||
]
|
||||
@@ -0,0 +1,6 @@
|
||||
[
|
||||
{"name":"name", "link":true},
|
||||
{"name":"account","width":25},
|
||||
{"name":"emailAddress", "notSortable": true, "width": 20},
|
||||
{"name":"phoneNumber", "notSortable": true, "width": 18}
|
||||
]
|
||||
@@ -0,0 +1,16 @@
|
||||
[
|
||||
{
|
||||
"name": "name",
|
||||
"link": true,
|
||||
"view": "crm:views/contact/fields/name-for-account"
|
||||
},
|
||||
{
|
||||
"name": "accountRole",
|
||||
"width": 28,
|
||||
"notSortable": true
|
||||
},
|
||||
{
|
||||
"name":"emailAddress",
|
||||
"width": 33
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,5 @@
|
||||
[
|
||||
{"name":"name", "link":true, "width": 40},
|
||||
{"name":"account"},
|
||||
{"name":"emailAddress", "notSortable": true}
|
||||
]
|
||||
@@ -0,0 +1,5 @@
|
||||
[
|
||||
{"name": "name", "link": true},
|
||||
{"name": "account", "width": 35},
|
||||
{"name": "emailAddress", "notSortable": true, "width": 30}
|
||||
]
|
||||
@@ -0,0 +1 @@
|
||||
["opportunities", "cases", "targetLists"]
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"activities": {
|
||||
"disabled": true
|
||||
},
|
||||
"history": {
|
||||
"disabled": true
|
||||
},
|
||||
"tasks": {
|
||||
"disabled": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user