feat: create default opportunities view on workspace creation + add seed data (#1461)
Closes #1314
This commit is contained in:
@ -97,5 +97,28 @@
|
||||
"size": 150
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "All Opportunities",
|
||||
"objectId": "company",
|
||||
"type": "Pipeline",
|
||||
"fields": [
|
||||
{
|
||||
"key": "closeDate",
|
||||
"name": "Close Date"
|
||||
},
|
||||
{
|
||||
"key": "amount",
|
||||
"name": "Amount"
|
||||
},
|
||||
{
|
||||
"key": "probability",
|
||||
"name": "Probability"
|
||||
},
|
||||
{
|
||||
"key": "pointOfContact",
|
||||
"name": "Point of Contact"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user