Compose Email UI Action on RITM List View in Workspace
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
6 hours ago - last edited 6 hours ago
Hi All,
I have a requirement to make the Compose Email UI Action available on the RITM list view in Workspace.
I attempted to add the UI Action, but it is not working as expected in Workspace.
Has anyone implemented this successfully in Workspace, or can you guide me on the correct approach or any limitations to be aware of?
Any help or pointers would be greatly appreciated.
Thanks in advance.
Regards,
Raj
- Labels:
-
Workspace : Next Experience
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
6 hours ago
As per Servicenow Documentation : how the Email Composer and Email Viewer function with Configurable Workspace.
Enable the email client for a table :
Enable the email client for a table so that users can send emails directly from the table record.
Before you begin
Role required: admin
About this task
The email client is enabled by default on the Incident [incident] table. You can enable the email client for another table by adding the email_client dictionary attribute to the table.
Procedure
- Open a record in the table that you want to enable the email client for.For example, to enable the email client for the Problem [problem] table, navigate to Problem > Open, and then open any problem record.
- On the form, click the menu icon (
) and then click Configure > Dictionary. - On the Dictionary Entries list, open the first record.The first record has the record type Collection and does not have any entry for Column name.
- On the form, in the Related Links section, click Advanced view.
- In the Attributes field, enter email_client=true.If there are other values in the field, separate the attribute with a comma.
- Click Update.
Also Refer: Guidance on Configuring Compose Email Action in Workspace
How to compose an email and have that same email sent to multiple records
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
6 hours ago
Hi Tanushree,
Thanks for the quick response, but this is only working in form view not in list view.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
6 hours ago
Check this :
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 hours ago - last edited 4 hours ago
Hello @RajP79032538207
Is your requirement specifically to display the "Compose Email" button on the RITMs list view in Workspace:
If yes, then share the code you are using.
If not, then active stream compose with email tab out-of-the-box can be leveraged here: https://www.servicenow.com/community/csm-forum/email-client-in-quot-compose-quot-section-in-record-v...
Hope that helps!
