How to show entity details instead of id in the side panel, entities has one to one right link among them.
How to show Entity Details instead of ID
Collapse
X
-
That name is what display, you have to code the change if you want it to show some other field, such as: MenstruateHistoryNumber
As for how to change that I can't help you, your question is similar to this question here I believe: https://forum.espocrm.com/forum/gene...-display-field
Comment
-
As a workaround you would need to either use the name field, or to use a formula to populate the name field. If you want to combine multiple field into a single field you have to use concatenate formula: https://docs.espocrm.com/administration/formula/#syntax
-
Comment