Skip to content

Commit a43ccb9

Browse files
authored
Merge pull request #879 from sanjivmeher/main
Open Email Client in a Single Click
2 parents f284dab + 95f3a8c commit a43ccb9

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
// This is a Client UI action. In the onClick field, call the function openEmailClient() and use below script in the script section.
2+
function openEmailClient(){
3+
emailClientOpenPop('<table_name>');
4+
}
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
When an agent needs a button on the form to open Email Client in a single click, This UI action can be used, which works similar to the out of box Email button. Some user may not prefer the out of box button because it is two clicks.
2+
To use this UI action, mark the UI action as Client and add the openEmailClient function in the onClick Field in the UI action. Then use the script provided in the script field.

0 commit comments

Comments
 (0)