Hi everyone,
in our application we have a list of related records on the Case detail page.
Those related records have a field of type Link that are rendered as an HTML link , is there a way to render them without the HTML link but just as plain text?
I read a similar thread at https://forum.espocrm.com/forum/gene...6-link-in-list, and the solution proposed is to use fieldName (i.e accountName instead of account), the problem is that, when using this approach, the attribute fieldName is correctly rendered only if the original field is present in the layout (both account and accounName must be present) otherwise the attribute accountName is not retrieved and so not rendered.
Any solution to that?
thank you in advance
in our application we have a list of related records on the Case detail page.
Those related records have a field of type Link that are rendered as an HTML link , is there a way to render them without the HTML link but just as plain text?
I read a similar thread at https://forum.espocrm.com/forum/gene...6-link-in-list, and the solution proposed is to use fieldName (i.e accountName instead of account), the problem is that, when using this approach, the attribute fieldName is correctly rendered only if the original field is present in the layout (both account and accounName must be present) otherwise the attribute accountName is not retrieved and so not rendered.
Any solution to that?
thank you in advance
Comment