Getting undefined values when I am triggering for event ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2024 03:33 AM - edited 04-10-2024 03:34 AM
Hi Everyone,
when user goes on legal hold, then user is not eligible for purchase, then I need to trigger a email. But I am getting undefined values and not able to trigger email, when I am trying to using Info messages.
Script:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2024 03:57 AM
Hi @venugopal s
just try the below change.
gs.eventQueue('user.legal.hold', grhard,grhard.assigned_to);
Thanks
dgarad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2024 04:29 AM
Not working, Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2024 04:49 AM
Hi @venugopal s
Can you try this-
gs.eventQueue('user.legal.hold', current, usercecid);
Regards,
Amit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2024 08:19 AM - edited 04-10-2024 08:21 AM
its not working, Notification on User table @Amit Pandey