Can we remove the hyperlinks (blue-colored text) from the contact names in the selection window? Users find it cumbersome because they expect clicking on a name to select it, but instead, it navigates to the profile.
Like
Hello,
The parameter “showValueAsLink: false” works only for the lookup fields on the form pages.
As for the Lists, unfortunately, there is no such possibility so far.
However, our R&D team is already working on the feature that will allow disabling link generation for lookup columns of related objects, so it is expected to be implemented in future releases (no ETA yet).
Best regards,
Ivan
Ivan Savenko,
Hi Ivan,
Understood. I just wanted to confirm—does the same apply when selecting an email template to send an email?
Hello,
Unfortunately, this applies to the email templates as well.
Best regards,
Ivan
You can do it using Global CSS.
Install the CSS/JS Addon https://marketplace.creatio.com/app/experceo-global-jscss-editor-creatio
Then use the CSS code below:
mat-dialog-container crt-link { pointer-events: none!important; cursor: default!important; }
You can improve the css selector as needed.
Hope this helps!