In the detail layout header there is normally the name of the entity. E.g. for contact „contacts >> first-name Last_name“. Is it possible to change this? I‘d like to have „contacts >> personName“ or even another field of the entity. Regards Michael
Announcement
Collapse
No announcement yet.
Detail layout
Collapse
X
-
You can do do it in two ways
1) override getHeader and updatePageTitle in detail view of these entities
source https://github.com/espocrm/espocrm/b...detail.js#L159
2) override Entity class and define own _getName method
example https://github.com/espocrm/espocrm/b...s/Lead.php#L35
Comment
Comment