hide section in workspace view
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-20-2024 04:26 AM
need help to hide the related record section based upon groups.
Anyone can have idea and suggest us.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-20-2024 05:22 AM
Hi @pawank2 ,
There is an OOB client side function, to hide the related list.
hideRelatedList(String listTableName)
If you want to hide from the particular group personas, then you need to invoke GlideAjax use
isMemberOf(String group)
function.
If it returns true, then inside IF block add the hideRelatedList().
If the above information helps you, Kindly mark it as Helpful and Accept the solution.
Regards,
Najmuddin.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-13-2024 05:28 AM
No, this is not helpful to hide the related record.