- 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:12 AM
Hi Ian,
I take it this is a record producer or catalog item. Could you use a label variable before the field box?
Thanks
Sam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-05-2020 07:27 AM
Hi Sam,
This is a form on a custom table. The field below the yellow part is just a normal string field.
Thanks Ian

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-05-2020 07:13 AM
You can use addInfoMessage
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-05-2020 07:40 AM
Thanks Mike, that looks promising, but a business rule is no good as it kinda needs to be displayed before the form is updated. It needs to be there each time the end user opens the form.
Thanks Ian