Initial commit

This commit is contained in:
root
2026-01-19 17:44:46 +01:00
commit 823af8b11d
8721 changed files with 1130846 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
{
"massEmails": {
"index": 0
},
"trackingUrls": {
"index": 1
},
"campaignLogRecords": {
"index": 2
},
"_delimiter_": {
"index": 3
},
"opportunities": {
"index": 4
},
"leads": {
"index": 5
}
}

View File

@@ -0,0 +1,20 @@
[
{
"label": "",
"rows":[
[{"name":"name"}, {"name":"status"}],
[{"name":"type"}, {"name":"startDate"}],
[{"name":"budget"}, {"name":"endDate"}],
[{"name":"targetLists"}, {"name":"excludingTargetLists"}],
[{"name":"description", "fullWidth": true}]
]
},
{
"label": "Mail Merge",
"name": "mailMerge",
"rows":[
[{"name":"contactsTemplate"}, {"name":"leadsTemplate"}],
[{"name":"accountsTemplate"}, {"name":"mailMergeOnlyWithAddress"}]
]
}
]

View File

@@ -0,0 +1,10 @@
[
{
"label": "",
"rows": [
[{"name":"name", "fullWidth": true}],
[{"name":"type"}, {"name":"status"}],
[{"name":"endDate", "fullWidth": true}]
]
}
]

View File

@@ -0,0 +1,10 @@
[
"assignedUser",
"teams",
"createdAt",
"createdBy",
"modifiedAt",
"type",
"status",
"endDate"
]

View File

@@ -0,0 +1,6 @@
[
{"name":"name","width":40,"link":true},
{"name":"type","width":20},
{"name":"status"},
{"name":"createdAt"}
]

View File

@@ -0,0 +1,5 @@
[
{"name": "name", "width": 40,"link": true},
{"name": "type", "width": 30},
{"name": "status", "width": 30}
]