Show and Hide annotation onload client script throws error in Portal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2022 12:23 AM
Hi All,
We have created a onload client script for annotation show/hide on a sn_hr_core_task table.
But we get some error in portal , Please find the attached screenshots.
function onLoad() {
//Type appropriate comment here, and begin script below
if ((g_form.getValue('u_is_an_extension_granted1') == '1' || g_form.getValue('u_is_an_extension_granted1') == '2') && g_form.getValue('short_description') == 'Localisation date confirmation') {
// Hide the annotation
$('my_annotation').up().show();
} else {
// Show the annotation
$('my_annotation').up().hide();
}
}
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2022 01:02 AM
Hi Aman,
We are getting same portal error, that attached in screenshot .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2022 10:17 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2022 01:41 AM
Can you share screenshot of how the annotation looks like on portal form?
I believe annotations rendered on native and rendered on portal are in different manner.
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2022 01:53 AM
Hi Ankur,
Annotation script throws error when open any task from email with portal view . can you please guide please ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2022 05:27 AM
Hi,
you didn't share screenshots of the form where and how the annotation is shown
regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader