Configure the "Send to.." on Notification Send Email
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-19-2014 07:55 AM
Hi , I need to create a Email Notification, its working with a harcoded email adress but i need to know if it is possible to choose the mail recipients such a users or groups when the notification is triggered. Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-19-2014 08:31 AM
Hi,
Yes you can put as recipient a MVEL expression to fetch email users or groups:
@{Fn.getEmail(user)}
As user is the user id. Same for the group.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-19-2014 08:43 AM
May be be i dind not extlain well,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-19-2014 09:33 AM
To fetch selected document/user/object in a Nuxeo listing, the platform provides seam components to access to them with EL Expression (#{parameter}) you can put as recipient into your operation parameter.
