Initial commit
This commit is contained in:
@@ -0,0 +1,98 @@
|
||||
{
|
||||
"controller": "controllers/record",
|
||||
"aclPortal": "crm:acl-portal/account",
|
||||
"views": {
|
||||
"detail": "crm:views/account/detail"
|
||||
},
|
||||
"sidePanels": {
|
||||
"detail": [
|
||||
{
|
||||
"name": "activities",
|
||||
"reference": "activities"
|
||||
},
|
||||
{
|
||||
"name": "history",
|
||||
"reference": "history"
|
||||
},
|
||||
{
|
||||
"name": "tasks",
|
||||
"reference": "tasks"
|
||||
}
|
||||
],
|
||||
"detailSmall": [
|
||||
{
|
||||
"name": "activities",
|
||||
"reference": "activities"
|
||||
},
|
||||
{
|
||||
"name": "history",
|
||||
"reference": "history"
|
||||
},
|
||||
{
|
||||
"name": "tasks",
|
||||
"reference": "tasks"
|
||||
}
|
||||
]
|
||||
},
|
||||
"bottomPanels": {
|
||||
"detail": [
|
||||
{
|
||||
"name": "activities",
|
||||
"reference": "activities",
|
||||
"disabled": true
|
||||
},
|
||||
{
|
||||
"name": "history",
|
||||
"reference": "history",
|
||||
"disabled": true
|
||||
}
|
||||
]
|
||||
},
|
||||
"relationshipPanels": {
|
||||
"contacts": {
|
||||
"filterList": [
|
||||
"all",
|
||||
"accountActive"
|
||||
],
|
||||
"layout": "listForAccount",
|
||||
"orderBy": "name",
|
||||
"createAttributeMap": {
|
||||
"billingAddressCity": "addressCity",
|
||||
"billingAddressStreet": "addressStreet",
|
||||
"billingAddressPostalCode": "addressPostalCode",
|
||||
"billingAddressState": "addressState",
|
||||
"billingAddressCountry": "addressCountry",
|
||||
"id": "accountId",
|
||||
"name": "accountName"
|
||||
}
|
||||
},
|
||||
"opportunities": {
|
||||
"layout": "listForAccount"
|
||||
},
|
||||
"campaignLogRecords": {
|
||||
"rowActionsView": "views/record/row-actions/empty",
|
||||
"select": false,
|
||||
"create": false
|
||||
},
|
||||
"targetLists": {
|
||||
"rowActionsView": "crm:views/record/row-actions/relationship-target",
|
||||
"layout": "listForTarget",
|
||||
"view": "crm:views/record/panels/target-lists"
|
||||
}
|
||||
},
|
||||
"filterList": [
|
||||
{
|
||||
"name": "recentlyCreated"
|
||||
}
|
||||
],
|
||||
"boolFilterList": [
|
||||
"onlyMy"
|
||||
],
|
||||
"additionalLayouts": {
|
||||
"detailConvert": {
|
||||
"type": "detail"
|
||||
}
|
||||
},
|
||||
"color": "#edc755",
|
||||
"iconClass": "fas fa-building"
|
||||
}
|
||||
Reference in New Issue
Block a user