This repository has been archived on 2026-07-19. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
espocrm-base/application/Modules/Crm/Metadata/viewDefs/Account.json
T
2013-11-11 15:35:02 +02:00

54 lines
1.0 KiB
JSON
Executable File

{
"bottomPanels":{
"detail":[
]
},
"sidePanels":{
"detail":[
{
"name":"activities",
"label":"Activities",
"view":"Crm:Record.Panels.Activities"
},
{
"name":"history",
"label":"History",
"view":"Crm:Record.Panels.History"
}
]
},
"relationshipPanels":{
"contacts":{
"actions":[
],
"layout":"listSmall"
}
},
"menu":{
"list":{
"buttons":[
{
"label":"Create Account",
"link":"#account/create",
"style":"primary",
"acl":"edit"
}
]
},
"detail":{
"dropdown":[
{
"label":"Add Contact",
"action":"createRelated",
"data":{
"link":"contacts"
},
"acl":"edit",
"aclScope":"Contact"
}
]
}
}
}