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
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.
02-19-2014 08:43 AM
May be be i dind not extlain well,
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.
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.