Add requested for in cc email adress,ritm table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-22-2024 10:10 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-22-2024 10:35 AM
@praveen50 In your email script log the following
gs.info('Request for email is '+current.requested_for.email.toString());
Check if the above line prints the email address of the user in system logs.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-22-2024 10:40 AM
Log is printing ,but in copied column it not coming email

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-22-2024 10:48 AM
@praveen50 Check if the requested for user is an active user or not in sys_user table.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-22-2024 10:53 AM
It's active user only,even I passed the same email id directly it's coming but instead of email id passing the requested_ for it not coming
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-22-2024 11:15 AM
Hi @praveen50 ,
Please try below script
email.addAddress("cc", current.requested_for.email, current.requested_for.getDisplayValue());
Please mark my answer correct and helpful if this works for you
Thanks and Regards
Sarthak