- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2023 08:23 PM
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.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2023 01:55 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2023 07:45 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2023 11:07 AM
Hi @Jyoti Jadhav9,
I could have done this but my HTML link is not constant, for each category there is a different HTML link.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2023 01:55 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2023 02:23 AM
Thanks @Jyoti Jadhav9, I will try it out.