Need to add hyperlink in Compensating Controls

We have a requirement of showing a hyperlink to end user, under Compensating Controls dialog box, in case there is policy violation.

Version information - IIQ 8.4 p1

Hello,

Where did you change the text shown in your screenshot? Maybe I can help after understanding how you did that.

Regarding this, in Forms we need to add a key in debug for the hyperlink to work:

<Attributes>
    <Map>
        <entry key="contentIsEscaped" value="true"/>
    </Map>
</Attributes>

But i dont know if this works for you.

Thanks for the reply.
yeah this works in Forms and not for our use-case


This is where I am adding text meassage

I did a test in my environment and worked fine:


dont know if its a web browser problem, but i did nothing different from creating the SOD violation.

One observation - I added only “www.google.com” in anchor tag but at the output screen(when actually a violation occurs) its showing one more attribute which is automatically getting added.
rel=“nofollow”.
Does it mean anything?