How to trigger an email from we click on button( button is available in a widget)
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2024 03:49 AM
Dear Team,
How to send a report though email after we click the button on the portal widget,
Report has to trigger after we clicked on 'I am member of group' button(in a widget). We need a send a mail.
Any suggestions?
Thank you.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2024 02:16 PM
Hi, you can trigger a sysevent directly from a widget server script
/sp_widget_list.do?sysparm_query=scriptLIKEeventqueue&sysparm_view=
or you could call a script-include function from the server script and trigger the sysevent from the function.