- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2022 04:22 AM - edited 11-04-2022 04:23 AM
Am fairly new to ServiceNow and wondering how to create a new module that lists records from a table that are assigned to me.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2022 04:33 AM - edited 11-04-2022 04:34 AM
hello @Misgun,
- Go to the modules module on the All menu
2. Click on the New button to create a new one
3. Give the new module
- Title
- Application menu - The parent menu under which the new module goes if you have no application menu click on the search button on the application menu and create a new one.
- Order
4. On the Link Type related list
- link type - list of records
- table - your table name
- filter - choose assigned to with is(dynamic) operator Me
5. Submit the new module and refresh your window.
Please mark it as Helpful and Accept it as Solution if this helps you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2022 04:29 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2022 04:33 AM - edited 11-04-2022 04:34 AM
hello @Misgun,
- Go to the modules module on the All menu
2. Click on the New button to create a new one
3. Give the new module
- Title
- Application menu - The parent menu under which the new module goes if you have no application menu click on the search button on the application menu and create a new one.
- Order
4. On the Link Type related list
- link type - list of records
- table - your table name
- filter - choose assigned to with is(dynamic) operator Me
5. Submit the new module and refresh your window.
Please mark it as Helpful and Accept it as Solution if this helps you.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2022 04:38 AM
sys_app_application_list.do
Create a Parent application here give roles for visibility
go to related list for Module or navigate to sys_app_module_list.do
Create a New Record for a New module with Types like Form or list, add filter and roles for visibility