HTML link in showfieldmsg()

zeist_
Tera Expert

Hello all,
I have a requirement where in if a user selects a particular category, a message with a HTML link should pop up below this category field.
I tried using the showfieldmsg() but that does not add the HTML  link.
I have used the addinfomessage() and opened a  button using spmodal, but I need this message below my category field according to my requirement.

Is there any way of achieving this? 
Thanks and Regards.

1 ACCEPTED SOLUTION

Hi @zeist_ ,

 

If for each category there is a different HTML link then we can create separate "Rich Text Label" variables for each category and configure the Message+HTML link based on category and control the visibility of each "Rich Text Label" variable using the UI policy.

 

Please hit like button if my suggestion has helped you in any way.
Please mark correct if my response has solved your query.

 

Thanks & Regards

Jyoti Jadhav

View solution in original post

4 REPLIES 4

Jyoti Jadhav9
Tera Guru

Hi @zeist_,

 

Create the variable with the type "Rich Text Label" and configure your message with a HTML link. You can hide/display that message using UI policy.

 

Please hit like button if my suggestion has helped you in any way.
Please mark correct if my response has solved your query.

 

Thanks & Regards

Jyoti Jadhav

Hi @Jyoti Jadhav9,
I could have done this but my HTML link is not constant, for each category there is a different HTML link.

Hi @zeist_ ,

 

If for each category there is a different HTML link then we can create separate "Rich Text Label" variables for each category and configure the Message+HTML link based on category and control the visibility of each "Rich Text Label" variable using the UI policy.

 

Please hit like button if my suggestion has helped you in any way.
Please mark correct if my response has solved your query.

 

Thanks & Regards

Jyoti Jadhav

zeist_
Tera Expert

Thanks @Jyoti Jadhav9, I will try it out.