Display hyperlink in Error Message.
We have a requirement to display a link on the message rule to direct the users to a different page on error.
But the message displays raw text i.e. anchor tags on the UI instead of hyperlinks due to cross script filter. Is there any other way to achieve this?
Hi @DolluM39 ,
You can achieve the above requirement in many ways like Rich text editor control, by using html tags and etc.
I am sharing one of the approaches as follows:
You can customize the “pyCaseErrorSection” section into your ruleset and customize. I have included the basic html code for you to include the hyper link.
<a href="Please add your link" target="_blank">Link Text</a>
I have also attached the screenshots for your quick reference. Please let me know if the issue still persists.
Thanks,
Ravoof.