how to create custom list layout?

yandp
Tera Guru

Hello all, 

I have a custom application.

with a field as document type, and based on document type different variable will be used.
i need to create different module with the filter of document type and have different list layout for every module.

i just tried to modify one of the list layout, but noticed that the changes are applied to all module using the same table.
how can i created module with different list layout?

Appreciate if some one please share with me. Thank you so much.

1 ACCEPTED SOLUTION

Within the module, you can specify which view should be opened. So in theory you can have multiple modules, which all use a different view so different view for the list layout, though in reality the same table.

 

Kind regards,

 

Mark Roethof

Independent ServiceNow Consultant

10x ServiceNow MVP

---

 

~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field

LinkedIn

View solution in original post

5 REPLIES 5

Mark Roethof
Tera Patron
Tera Patron

Hi there,

 

You can create different views. With that you could create invidiual List Layouts.

 

Kind regards,

 

Mark Roethof

Independent ServiceNow Consultant

10x ServiceNow MVP

---

 

~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field

LinkedIn

@Mark Roethof 
Hi Mark, thank you for your help.
i see, 
i wanted to have this list (with different list column ) open when user click on the left application navigation.
sorry for trouble. Thanks.

Within the module, you can specify which view should be opened. So in theory you can have multiple modules, which all use a different view so different view for the list layout, though in reality the same table.

 

Kind regards,

 

Mark Roethof

Independent ServiceNow Consultant

10x ServiceNow MVP

---

 

~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field

LinkedIn

@Mark Roethof 
Hi Mark, Thank you so much for your help, i had completed these task with your advice. appreciate your help.