- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2020 07:10 AM
Hi,
Is there anyway too add an annotation to the top of a field or below a section header in Service Portal? I need the yellow part to be displayed. I am using a showFieldMsg client script but that always places the text underneath the field box.
Thanks Ian
Solved! Go to Solution.
- Labels:
-
Service Portal Development

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2020 07:13 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2020 07:53 AM
Business Rule suggested by
Please mark my answer correct/helpful , If it helped you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2020 12:23 PM
I appreciate the advice. I forgot about the display option for BR was possible.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2020 07:16 AM
Hi Ian,
If you are using variable on the form, then could you please use Show Help checkbox as shown below:
Mark ✅ Correct if this solves your issue and also mark 👍 Helpful if you find my response worthy based on the impact.
Thanks,
Archana
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2020 07:32 AM
Hi Archana,
The Help box does not appear in the Service portal it seems. The hint is not suitable either.
Thanks Ian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2020 08:11 AM
Hi Ian,
You can either do some css hacks to try and place the field message below your field label, or, a cleaner way would be to try using:
g_form.addDecoration('your_field_name', 'icon-alert', 'Please complete this section and provide....');
This should add an alert icon against your field, indicating that the users have to take certain action, and the message would be displayed on hovering on the icon. So it'll also save you some real estate on the UI, that'd be otherwise taken up by displaying a long message all the time.
Thanks & Regards,
Rishabh Jha
Aavenir (https://www.aavenir.com)