
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-22-2016 02:06 PM
I need to create a new module/list of records that only displays items from the current logged in users department?
Does anyone know how to accomplish this ask?
Example: I logged into ServiceNow Self Service and click the "My Department Open" button. From there a list of records should appear showing only items related to my department.
Thanks.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-22-2016 02:44 PM
Create a new module and in the Link type select the list of records, table and then in the conditions put
business_unit is javascript:gs.getUser().getDepartmentID();
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-14-2024 02:36 PM
You just Create a new module and in the Link type select the list of records, table and then in the conditions select the Assigned to , is (Dynamic) , to Me.