Hi can i show the related lists in the tab break in espocrm? i am aware that the related lists comes in the bottom but i want to show it in the tab panels. is it possible in ESPO???
Related List in Tab Break
Collapse
X
-
-
-
Hi Yuri,
Thanks for the solution but this is not working on case. my use case is i am creating email to case and it is working fine but when i am showing the attached emails on case detail page it is not working.
note: it is showing in the history section but i want it to display in bottom panel. i think the email to case uses Parent column for mapping and the tab panel uses some another column am i right?Comment
-
There's the ability to make the Emails panel appear in the Bottom Panels layout.
Create (or edit if already exists) custom/Espo/Custom/Resources/metadata/entityDefs/Case.json
Code:{ "links": { "emails": { "layoutRelationshipsDisabled": false } } }
Then, clear cache.
The Emails panel will be available in the Bottom Panels layout for Cases.
But I'm not sure whether everything will work fine as there can be some small conflicts between the Emails panel and the History panel.If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.Comment
-
Comment