Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2019 10:27 AM
I need to remove certain options from a dropdown field based on whether the current user is a member of a "Database application support" group that we have in our service now instance, but i cannot use the following
if (gs.getUser().isMemberOf('Database Application Support')) {
}else{
}
The object "gs" should not be used in client scripts.
How can I check if the user is a member of this group?
Solved! Go to Solution.
Labels:
- Labels:
-
Scripting and Coding