Advanced Pack 2.5.14
EspoCRM Version 5.9.3
Hello!
I had troubles to get a nice readable list view with many link fields in it. My problem: link fields from foreign custom entities do not have a line break in the list view, no mater which kind of field you use in the foreign entity.
See image 1
Its difficult or impossible to read the content of the foreign fields in list view.
So my workaround to get the line break in the list:
See image 2:
I created to each foreign field a textbox field with the same name in entity manager.
See image 3:
Formula to fetch the content of foreign field into textbox field.
See image 4:
Result:
Layout manager List view: Take out foreign field and put in textbox field with same name.
My question:
Is this workaround the way to go? I dont like the idea, to have so many additional fields in the entity. Only to be able to show the content of foreign field with line break.
Is there a better way to do it - if you are not a developer?
Does this workaround slow down the app, specially when it is growing with many records?
Please give me feedback if there is a better way!
Thank you!
EspoCRM Version 5.9.3
Hello!
I had troubles to get a nice readable list view with many link fields in it. My problem: link fields from foreign custom entities do not have a line break in the list view, no mater which kind of field you use in the foreign entity.
See image 1
Its difficult or impossible to read the content of the foreign fields in list view.
So my workaround to get the line break in the list:
See image 2:
I created to each foreign field a textbox field with the same name in entity manager.
See image 3:
Formula to fetch the content of foreign field into textbox field.
See image 4:
Result:
Layout manager List view: Take out foreign field and put in textbox field with same name.
My question:
Is this workaround the way to go? I dont like the idea, to have so many additional fields in the entity. Only to be able to show the content of foreign field with line break.
Is there a better way to do it - if you are not a developer?
Does this workaround slow down the app, specially when it is growing with many records?
Please give me feedback if there is a better way!
Thank you!
Comment