Module with Tree view like Tree picker

s_lefebvre
Kilo Expert

Hi all,

I search to create a module to show hierarchical view like the "tree picker" and when I click on an element, I see the record.

I want to have cmn_department list like this but for a module => Tree picker examples

It is possible natively or can I make a custom UI page ?

Thanks for your help.

1 ACCEPTED SOLUTION

Ivano B
ServiceNow Employee
ServiceNow Employee

Hi Sebastien



Now is clear. Maybe I'm wrong but to be honest i think this is not possible OOB.


The only way is to create a UI Page that will provide this functionality. The UI page 'example_big_picture' can be a good starting point.



Cheers


R0b0


View solution in original post

6 REPLIES 6

Ivano B
ServiceNow Employee
ServiceNow Employee

Hi Sebastien



Now is clear. Maybe I'm wrong but to be honest i think this is not possible OOB.


The only way is to create a UI Page that will provide this functionality. The UI page 'example_big_picture' can be a good starting point.



Cheers


R0b0


Thanks R0b0,



I try to create an UI Page for my feature.


But yes, the UI page 'example_big_picture' is a good start to develop my UI Page.


I reply later to inform if my work is a success