The CreatorCon Call for Content is officially open! Get started here.

Need to know how dot walking is appearing in list view

Suggy
Giga Sage

In OOB notificaiton table, when I search for a particular email template in list view, automatically dot walk is happening (Email teamplate.Name)

Suggy_0-1714986331931.png

How is this configured?

In the list view/configure list, I dont see dot walk configured at all

Suggy_1-1714986434403.png

Then from where this dot walk is appearing?

1 ACCEPTED SOLUTION

Dhananjay Pawar
Kilo Sage

Hi,

It is based on which field is set to display true in reference table. If you set display true to other field then automatically it will take that field for dot walking.

 

Thanks. 

View solution in original post

5 REPLIES 5

Maik Skoddow
Tera Patron
Tera Patron

Enabling dot-walked fields is done in the list layout of a table and I assume the table was preconfigured accordingly. If you personalize a list layout you cannot add dot-walked fields. However when using the broser extension SNUtils you can do this (see https://www.linkedin.com/posts/martin-ivanov-01_servicenow-snutils-servicenowdev-activity-7132650750... for more information)

Dhananjay Pawar
Kilo Sage

Hi,

It is based on which field is set to display true in reference table. If you set display true to other field then automatically it will take that field for dot walking.

 

Thanks. 

Community Alums
Not applicable

Hi @Suggy ,

This is depend on display true of that particular table and at the time of adding filter on notification record this can be done by Show Related Feilds 

 

SarthakKashyap_0-1714990322116.png

SarthakKashyap_1-1714990348394.png 

Than select Name over there. By doing this you get the dot walking EmailTemplate.Name

 

Please mark my answer correct and helpful if this works for you

 

Thanks and Regards 

Sarthak

 

 

Suggy
Giga Sage

Thanks a lot everyone for your responses!!!