How to set view

shaik_irfan
Tera Guru

Hello all,

I need to set view depends on the application modules,

Example as shown below: whenever i select on "My Company members" which a list view of user defined table i want to set view "Default View" for it, when i client "surv" it should shown different view "ITIL View"

find_real_file.png

Can anyone please help me out how to achieve this ?

1 ACCEPTED SOLUTION

Ankur Bawiskar
Tera Patron
Tera Patron

Hi Shaik,



Yes you can set it . Just edit that module and you should see a field "View name" give name of view here and it should work.



Mark Correct if this solves your issue and also hit Like and Helpful if you find my response worthy based on the impact.


Thanks


Ankur


Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader

View solution in original post

3 REPLIES 3

Ankur Bawiskar
Tera Patron
Tera Patron

Hi Shaik,



Yes you can set it . Just edit that module and you should see a field "View name" give name of view here and it should work.



Mark Correct if this solves your issue and also hit Like and Helpful if you find my response worthy based on the impact.


Thanks


Ankur


Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader

Chuck Tomasi
Tera Patron

Hi Shaik,



You can either create different modules that display for different roles (e.g. a surv role only sees My Company Members that has a listing which includes a view parameter "surv".



You can also create a view rule that checks table being displayed and uses rules to determine which view to display.


Create a view rule


Harsh Vardhan
Giga Patron

Hi Shaik,



open the module and select List of records in link type tab and mention the view you want when ever user click on module.



find_real_file.png