- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-06-2024 02:07 AM
In OOB notificaiton table, when I search for a particular email template in list view, automatically dot walk is happening (Email teamplate.Name)
How is this configured?
In the list view/configure list, I dont see dot walk configured at all
Then from where this dot walk is appearing?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-06-2024 02:38 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-06-2024 02:29 AM
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)

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-06-2024 02:38 AM
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.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-06-2024 03:13 AM - edited ‎05-06-2024 03:16 AM
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
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-06-2024 09:03 AM
Thanks a lot everyone for your responses!!!