Ho w to Field details and URL in Email notification
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2024 10:25 AM - edited 01-18-2024 11:36 PM
Hi,
Anyone can please help me on, how I can add Integration field details in the watchdog notification and URL(view) for that particular record.
Screenshots attached to this post.
Table : sn_vul_integration_run
Field: Integration
I have written one email script but it seems it's not working.
Script:
Thanks in advance.
Regards,
Juganta

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2024 01:56 PM
I think you can make correction here
var recordURL = gs.getProperty('glide.servlet.uri') + "/sn_vul_integration_run.do?sys_id=" + log;
Also never expose your company URL on public forums. You should remove the address bar part in your screenshot
Please mark this response as correct or helpful if it assisted you with your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2024 11:38 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2024 08:23 AM
How about below?
var recordURL = gs.getProperty('glide.servlet.uri') + "/sn_vul_integration_run.do?sys_id=" + current.sys_id;
Please mark this response as correct or helpful if it assisted you with your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2024 05:31 AM - edited 01-19-2024 05:32 AM
Hi @SanjivMeher ,
It's not working.
It's creating a new record every time I clicked on the View link.
Is there would any other solution?
Regards,
Juganta