- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2024 03:59 PM
Hello,
Is it possible to modify the Compose Email into a button for easier access?
I changed the UI Action Compose Email to a From button, but when I clicked on the button not thing triggered. Thank you
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2024 09:38 PM
Yes, it is. You only need a simple UI Action with checked "Client"
And at field "onClick" enter the following code:
popupOpenEmailClient('email_client.do?sysparm_table=' + g_form.getTableName() + '&sysparm_sys_id=' + g_form.getUniqueValue());
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2024 09:38 PM
Yes, it is. You only need a simple UI Action with checked "Client"
And at field "onClick" enter the following code:
popupOpenEmailClient('email_client.do?sysparm_table=' + g_form.getTableName() + '&sysparm_sys_id=' + g_form.getUniqueValue());
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2024 10:02 PM
Thank you so much @Maik Skoddow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2024 01:22 PM
@MaikK This worked wonderfully, but now I have a button in Agent Workspace that does nothing.