- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-13-2018 11:37 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-14-2018 12:20 AM
Hi Ashutosh,
i requested currently logged in user Department only
now i got the result : javascript: gs.getUser().getDepartmentID();
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi Naveen87,
I know this is a very post, but I came across it while experiencing the same problem and thought I would reply in case anyone else comes across this article.
I solved the problem by using the following:
javascript:gs.getUser().getRecord().getDisplayValue('department');
Hopefully this helps someone else.
Thanks,
Adrian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-02-2025 12:18 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-02-2025 06:14 AM
Hi @sudhakarsnow1 this is a different use case right? you are trying to create a dynamic filter to show users within the same department?