How to generate a popup window for sending emails with recipients and content using ui action button from INCIDENT form?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-22-2018 11:34 PM
Hi
I want to generate a popup window for sending emails with recipients and content filled using UI action button from INCIDENT form. On clicking, it will open a popup like client template with details filled, like recipients, INC number, short description, etc
Please help me out.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-23-2018 01:01 AM
Hi
What is getting run from the above code?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-23-2018 01:08 AM
This is the code given, i want a popup window like client template to send mails to different distribution lists

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-23-2018 01:17 AM
Hi
Try using table name in the GlideDialogWindow ex change_request.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-23-2018 01:21 AM
Tried nothing happens. I dont know why nothing is happening
Any changes to be done, like any condition for onclick?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-23-2018 01:24 AM
HI Amit,
Have creaed any UI page? Because in side GlideDilogWindow("UI_page_id") you need to pass the name of the UI page to load into the dialog window.