New Module

Misgun
Tera Contributor

Am fairly new to ServiceNow and wondering how to create a new module that lists records from a table that are assigned to me.

1 ACCEPTED SOLUTION

Misgana
Tera Guru

hello @Misgun,

  1. Go to the modules module on the All menu

Misgana_0-1667561139294.png

      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.

View solution in original post

3 REPLIES 3

Community Alums
Not applicable

Hi @Misgun ,

Please follow below to create new module

Create a module

Misgana
Tera Guru

hello @Misgun,

  1. Go to the modules module on the All menu

Misgana_0-1667561139294.png

      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.

Bhagesh chavan
Tera Contributor

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