Open Outlook Client from UI Action
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2018 09:32 AM
Hi,
I'm trying to open outlook client from UI Action in catalog task but the browser does nothing. Please advise what I'm missing here.
var subject="test";
var ex="this is a test";
gs.setRedirect("mailto:ashu@example.com?subject="+subject+ "&body=" +ex+ '');
Any help will be appreciated.
Thank you,
Mujtaba
Labels:
- Labels:
-
Scripting and Coding
5 REPLIES 5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2018 10:10 AM
Ah ... found the error ... my bad ... Default mail client on my pc was Chrome, changing it to Outlook resolves the issue.
Thank you all for your help