Initial commit
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
[
|
||||
{"name": ":assignedUser"},
|
||||
{"name": "teams"},
|
||||
{"name": "convertedAt"}
|
||||
]
|
||||
@@ -0,0 +1,20 @@
|
||||
[
|
||||
{
|
||||
"label":"Overview",
|
||||
"rows": [
|
||||
[{"name":"name"},{"name":"accountName"}],
|
||||
[{"name":"emailAddress"},{"name":"phoneNumber"}],
|
||||
[{"name":"title"}, {"name":"website"}],
|
||||
[{"name":"address"}, false]
|
||||
]
|
||||
},
|
||||
{
|
||||
"label":"Details",
|
||||
"rows": [
|
||||
[{"name":"status"},{"name":"source"}],
|
||||
[{"name":"opportunityAmount"},{"name":"campaign"}],
|
||||
[{"name":"industry"}, false],
|
||||
[{"name":"description", "fullWidth": true}]
|
||||
]
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,31 @@
|
||||
[
|
||||
{
|
||||
"label":"",
|
||||
"rows":[
|
||||
[
|
||||
{"name":"name", "fullWidth": true}
|
||||
],
|
||||
[
|
||||
{"name":"accountName", "fullWidth": true}
|
||||
],
|
||||
[
|
||||
{"name":"emailAddress", "fullWidth": true}
|
||||
],
|
||||
[
|
||||
{"name":"phoneNumber", "fullWidth": true}
|
||||
],
|
||||
[
|
||||
{"name":"title"}, {"name":"website"}
|
||||
],
|
||||
[
|
||||
{"name":"addressCity"}, {"name":"addressCountry"}
|
||||
],
|
||||
[
|
||||
{"name":"status"}, {"name":"source"}
|
||||
],
|
||||
[
|
||||
{"name":"description", "fullWidth": true}
|
||||
]
|
||||
]
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,19 @@
|
||||
[
|
||||
"assignedUser",
|
||||
"teams",
|
||||
"createdAt",
|
||||
"createdBy",
|
||||
"modifiedAt",
|
||||
"streamUpdatedAt",
|
||||
"address",
|
||||
"accountName",
|
||||
"campaign",
|
||||
"emailAddress",
|
||||
"phoneNumber",
|
||||
"status",
|
||||
"source",
|
||||
"opportunityAmountConverted",
|
||||
"industry",
|
||||
"targetLists",
|
||||
"createdAccount"
|
||||
]
|
||||
@@ -0,0 +1,7 @@
|
||||
[
|
||||
{"name":"name", "link": "true"},
|
||||
{"name":"status", "width": 15},
|
||||
{"name":"emailAddress", "notSortable": true, "width": 20},
|
||||
{"name":"assignedUser", "width": 18},
|
||||
{"name":"createdAt", "width": 13}
|
||||
]
|
||||
@@ -0,0 +1,5 @@
|
||||
[
|
||||
{"name":"name"},
|
||||
{"name":"emailAddress"},
|
||||
{"name":"city"}
|
||||
]
|
||||
@@ -0,0 +1,6 @@
|
||||
[
|
||||
{"name":"name", "link": true},
|
||||
{"name":"status", "width": 17},
|
||||
{"name":"emailAddress", "notSortable": true, "width": 27},
|
||||
{"name":"createdAt", "width": 18}
|
||||
]
|
||||
@@ -0,0 +1 @@
|
||||
["status","assignedUser","teams"]
|
||||
@@ -0,0 +1 @@
|
||||
["targetLists"]
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"activities": {
|
||||
"disabled": true
|
||||
},
|
||||
"history": {
|
||||
"disabled": true
|
||||
},
|
||||
"tasks": {
|
||||
"disabled": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user