How can we create a Group by View in ServiceNow

nnethikunta
Tera Contributor

Hi 

 

Can someone please help me in creating Group by View, wanted to have Grouping based on capability

nnethikunta_0-1707288959175.png

 

1 ACCEPTED SOLUTION

Sohail Khilji
Kilo Patron
Kilo Patron

Hi @nnethikunta ,

 

  1. Open sys_dictionary.list in Native UI
  2. Filter with required Table Name and Column Name that you want to restrict.

    For example, Opened Dictionary entries page, filtered table name = Incident, and Column Name = Created by

  3. In the Created by Dictionary Entry page, below you can find Attributes sections.
  4. Click New -> Dictionary Attribute page opens
  5. Under Field name: "Attribute" update as 'Can group' and set the Value as 'false'
  6. Click submit.

 

I hope these steps help...

 


☑️ Please mark responses as HELPFUL or ACCEPT SOLUTION to assist future users in finding the right solution....

LinkedIn - Lets Connect

View solution in original post

1 REPLY 1

Sohail Khilji
Kilo Patron
Kilo Patron

Hi @nnethikunta ,

 

  1. Open sys_dictionary.list in Native UI
  2. Filter with required Table Name and Column Name that you want to restrict.

    For example, Opened Dictionary entries page, filtered table name = Incident, and Column Name = Created by

  3. In the Created by Dictionary Entry page, below you can find Attributes sections.
  4. Click New -> Dictionary Attribute page opens
  5. Under Field name: "Attribute" update as 'Can group' and set the Value as 'false'
  6. Click submit.

 

I hope these steps help...

 


☑️ Please mark responses as HELPFUL or ACCEPT SOLUTION to assist future users in finding the right solution....

LinkedIn - Lets Connect