Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2023 12:52 AM
■assumption
・What we want to do is send an email to the users checked in the user table
・Email property settings.
・I wrote this code in the script include
(In fact, we will store the address obtained from the ui action)
(I put sys_id Third argument and it didn't work.)
gs.eventQueue('sendEmail', current, 'sample@aaa.co.jp', 'firstname lastname');
・event registration
・notification
・Checked.
Event parm 1 contains recipient
Can someone please help me?
Solved! Go to Solution.