I want to create a tab with custom content inside it, integrated with the rest of espo (ACL etc) but without an associated entity. I think a custom view may be. Can you provide more information?
Announcement
Collapse
No announcement yet.
Creating a custom tab
Collapse
X
-
Hello,
Note: It's possible to create custom entity through Admin UI. This article is outdated. I'm going to show you how to create new entities in EspoCRM manually. We will make new simple module called PM (Project Management) with Projects and Tasks entities.
EspoCRM Documentation. Contribute to espocrm/documentation development by creating an account on GitHub.
Discover how Calendar is implemented
-
Thanks. Do I have to copy all the content from adminPanel.json or just add the new panel object like this ?
Code:{ "customGroup":{ "label": "Example Group", "itemList": [ { "url":"#DataHolders", "label":"Data Holders", "description":"Can this be a string?" }] } }
Last edited by tothewine; 11-29-2018, 02:46 PM.
Comment
Comment