Module only showing current user items

Edwin Fuller
Tera Guru

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.

1 ACCEPTED SOLUTION

Abhinay Erra
Giga Sage

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();


View solution in original post

10 REPLIES 10

zain nawaz abba
Tera Contributor

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) ,Screen Shot 2024-04-15 at 2.35.26 AM.png to Me.