Skip to content

Commit 259f648

Browse files
authored
Create open_email_client.js
This is a Client UI action. In the onClick field, call the function openEmailClient() and use below script in the script section.
1 parent 61004fa commit 259f648

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-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+
}

0 commit comments

Comments
 (0)