Initial commit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
[
|
||||
{
|
||||
"label": "",
|
||||
"rows":[
|
||||
[{"name":"name"},{"name":"account"}],
|
||||
[{"name":"stage"},{"name":"amount"}],
|
||||
[{"name":"probability"},{"name":"closeDate"}],
|
||||
[{"name":"contacts"},{"name":"leadSource"}],
|
||||
[{"name":"description", "fullWidth": true}]
|
||||
]
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,12 @@
|
||||
[
|
||||
{
|
||||
"label": "",
|
||||
"rows":[
|
||||
[{"name":"name"}, false],
|
||||
[{"name":"stage"},{"name":"amount"}],
|
||||
[{"name":"probability"}, false],
|
||||
[{"name":"closeDate"},false],
|
||||
[{"name":"description", "fullWidth": true}]
|
||||
]
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,13 @@
|
||||
[
|
||||
{
|
||||
"label": "",
|
||||
"rows":[
|
||||
[{"name":"name", "fullWidth": true}],
|
||||
[{"name":"account", "fullWidth": true}],
|
||||
[{"name":"stage"}, {"name":"closeDate"}],
|
||||
[{"name":"amount", "fullWidth": true}],
|
||||
[{"name":"contacts", "fullWidth": true}],
|
||||
[{"name":"description", "fullWidth": true}]
|
||||
]
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,18 @@
|
||||
[
|
||||
"assignedUser",
|
||||
"teams",
|
||||
"createdAt",
|
||||
"createdBy",
|
||||
"modifiedAt",
|
||||
"streamUpdatedAt",
|
||||
"account",
|
||||
"amountConverted",
|
||||
"amountWeightedConverted",
|
||||
"campaign",
|
||||
"closeDate",
|
||||
"contacts",
|
||||
"leadSource",
|
||||
"probability",
|
||||
"stage",
|
||||
"description"
|
||||
]
|
||||
@@ -0,0 +1,7 @@
|
||||
[
|
||||
{"name":"name", "link": true},
|
||||
{"name":"amount", "align": "right", "isLarge": true},
|
||||
{"name":"account"},
|
||||
{"name":"closeDate", "align": "right", "isMuted": true},
|
||||
{"name":"assignedUser", "hidden": true}
|
||||
]
|
||||
@@ -0,0 +1,9 @@
|
||||
[
|
||||
{"name": "name","link":true},
|
||||
{"name": "account","width": 22},
|
||||
{"name": "stage", "width": 15},
|
||||
{"name": "assignedUser", "width": 12},
|
||||
{"name": "createdAt", "width": 12},
|
||||
{"name": "closeDate", "width": 9, "hidden": true},
|
||||
{"name": "amount", "align": "right", "width": 10}
|
||||
]
|
||||
@@ -0,0 +1,6 @@
|
||||
[
|
||||
{"name":"name", "link": true},
|
||||
{"name":"stage", "width": 21},
|
||||
{"name":"closeDate", "width": 18},
|
||||
{"name":"amount", "align": "right", "width": 20}
|
||||
]
|
||||
@@ -0,0 +1,6 @@
|
||||
[
|
||||
{"name":"name", "link": true},
|
||||
{"name":"stage", "width": 22},
|
||||
{"name":"contactRole", "width": 22, "notSortable": true},
|
||||
{"name":"amount", "align": "right", "width": 20}
|
||||
]
|
||||
@@ -0,0 +1,6 @@
|
||||
[
|
||||
{"name":"name", "link": true},
|
||||
{"name":"account", "width": 25},
|
||||
{"name":"stage", "width": 20},
|
||||
{"name":"amount", "width": 20, "align": "right"}
|
||||
]
|
||||
@@ -0,0 +1 @@
|
||||
["stage","assignedUser","teams"]
|
||||
@@ -0,0 +1 @@
|
||||
["documents"]
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"activities": {
|
||||
"disabled": true
|
||||
},
|
||||
"history": {
|
||||
"disabled": true
|
||||
},
|
||||
"tasks": {
|
||||
"disabled": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user