- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2024 09:53 PM
How to add a help text for a variable whose type is HTML
Thanks in Advance
Utsav
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2024 11:14 PM
Hi @Utsav JAISWAL ,
You can try the below:
Write a onLoad Client script:
g_form.showFieldMsg('variable_name', 'Help text goes here', 'info');
OR,
Navigate to configure dictionary of the HTML field and define the hint as below:
It will look like below:
Please Mark My Response as Correct/Helpful based on Impact
Mark this as Helpful / Accept the Solution if this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2024 03:37 AM
Hi @Utsav JAISWAL ,
Unfortunately that won't be achievable out of the box. DOM manipulation is never recommended as it will break things in future.
Please Mark My Response as Correct/Helpful based on Impact
Mark this as Helpful / Accept the Solution if this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2024 10:03 PM
Hi @Utsav JAISWAL ,
You can define it under the annotation as shown below:
The output on the portal:
Please Mark My Response as Correct/Helpful based on Impact
Mark this as Helpful / Accept the Solution if this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2024 10:45 PM
Hi @SN_Learn
In my scenario, the variable (whose type is HTML) is not under any catalog item.
It is simply defined under a table.
Thanks in Advance
Utsav
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2024 11:14 PM
Hi @Utsav JAISWAL ,
You can try the below:
Write a onLoad Client script:
g_form.showFieldMsg('variable_name', 'Help text goes here', 'info');
OR,
Navigate to configure dictionary of the HTML field and define the hint as below:
It will look like below:
Please Mark My Response as Correct/Helpful based on Impact
Mark this as Helpful / Accept the Solution if this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2024 01:16 AM
Hi @SN_Learn
Thankyou for the support, I have tried putting the text in Hint, it is working..
What will happen if we will put the help text in HELP field.
I have tried this also but no..result is reflecting on the variable
Thanks in Advance
Utsav