The CreatorCon Call for Content is officially open! Get started here.

How to change Compose Email into a button.

Annie10
Tera Contributor

Hello,

Is it possible to modify the Compose Email into a button for easier access?

 

Annie10_0-1718146573960.png

 

I changed the UI Action Compose Email to a From button, but when I clicked on the button not thing triggered.  Thank you

 

Annie10_1-1718146705465.png

 

1 ACCEPTED SOLUTION

Maik Skoddow
Tera Patron
Tera Patron

Yes, it is. You only need a simple UI Action with checked "Client"

MaikSkoddow_0-1718167045812.png

And at field "onClick" enter the following code:

popupOpenEmailClient('email_client.do?sysparm_table=' + g_form.getTableName() + '&sysparm_sys_id=' + g_form.getUniqueValue());

 

View solution in original post

3 REPLIES 3

Maik Skoddow
Tera Patron
Tera Patron

Yes, it is. You only need a simple UI Action with checked "Client"

MaikSkoddow_0-1718167045812.png

And at field "onClick" enter the following code:

popupOpenEmailClient('email_client.do?sysparm_table=' + g_form.getTableName() + '&sysparm_sys_id=' + g_form.getUniqueValue());

 

Thank you so much @Maik Skoddow 

@MaikK This worked wonderfully, but now I have a button in Agent Workspace that does nothing.