Hide Related list for external users on the portal
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2024 01:15 AM
Good Day,
I'm trying to hide related list from external users on the portal.
function onLoad() {
if(g_user.hasRole('snc_internal')) {
g_form.showRelatedList('REL:91c19d8d9752b1d0e36173b71153af71');
}
else {
g_form.hideRelatedList('REL:91c19d8d9752b1d0e36173b71153af71');
}
}
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2024 05:22 AM
so did you add alert and see where it's going?
Is the name of related list correct?
Regards,
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader