How to dotwalk to task survey table to Assessment instance table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-21-2016 04:10 AM
HI Everyone,
I have notification in Assessment Instance table. Now, i have to display Incident number and Short description of incident in notification subject.I can see task reference field in Task Survey table.
But, how can I dotwalk from assessment instance table to task survey table. Or how can I get through glide.
Thanks,
Alekhya N
- Labels:
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-21-2016 04:18 AM
Hi Alekhya,
Use ${trigger_id} and ${trigger_id.short_description} for number and short description.
Thanks,
Madan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-21-2016 04:25 AM
HI Madan,
Thanks for you reply!..
But, let me know one thing trigger_id is of type 'document Id' how can we use that field.
Thanks
Alekhya N

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-21-2016 05:50 AM
Hi Alekhya, Are you using Legacy Survey Application or Survey Application (which is the newer version)? In the new Survey application, we have added the functionality to easily dot walk to task table in Istanbul release. If you want to do it for reporting before Istanbul release then refer to this - https://community.servicenow.com/community/blogs/blog/2016/06/30/create-survey-reports-on-using-the-... Thanks, Manjeet