Need to add help text in variable
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2022 01:06 AM
Hi Team,
I have a variable set "Requested details" which we are using in all catalog item. I need to add help text in one of the variable using client script "requested for" which is under this variable set. Please help me with the client script so that the help text will only be visible for that particular catalog item.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2022 01:15 AM
Hello,
Help text cannot be add/remove dynamically so you have to settle with functions like showFieldMsg , you can easily control the behavior through client script, check below thread once.
Regards,
Musab

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2022 01:28 AM
Hi,
Had a look around, and it seems this is only doable by manipulating the DOM, which is to be avoided.
A workaround would be to set a field message on the variable instead of manipulating the help text.