Send Email button on Incident Form
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2023 02:27 AM
Hi,
Need help for the below requirement.
On the incident form we need to create the "Send Email" button.
Whenever we click on the "Send Email" button we need to show pop up window in that window need to show the "To" and "CC" and "BCC" email address these three fields are present on the incident form. In the pop up window the "To" and "CC" and "BCC" email address data should be come from these fields only.
And in the pop-up window we should have a "Ok" and "Cancel" buttons. When the user clicks on the Ok button the email should be send to specified email address and when the user clicks on the click on the "Cancel" button it should be redirected to updated screen of Incident form.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2023 03:45 AM
@Yasin Shaik11 you need to add an attribute called email client for incident table
Follow this link for enabling it.
Once you enable it you can see by opening an incident and the banner you can see three doted icon and when you click on it you can see email and once you click on it you can see the pop up like below
Mark the answer correct if this helps you
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2023 06:32 AM
@Yasin Shaik11 did you get a chance to see if the above one fits your requirement ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2024 06:35 AM
Did you get a response for this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2023 05:45 AM
@Yasin Shaik11 Create the notification record and in the who will receive section in "Users/Groups in field" select the to field.
And on click on "Send Email" button trigger the notification record using the event.
Why you need popup?
ServiceNow Community Rising Star, Class of 2023
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2023 06:11 AM
Thanks for the reply. I will confirm it again.