Concepts > Attributes (MetaAttributes) > Notification Recipients
Notification Recipients
This property allows to define the template which will generate the message recipients.
 
Notification's recipients are specified in MegaCollection containing MEGA Users.
 
To add a new recipient, several possibilities :
- use a user tag [@User=<User
Adds the given user in the recipients collection.
- use a participant tag [@Participant=<Workflow Participant
Adds in the collection users who macth the given participant in the workflow definition.
- use a next transition tag [@NextTransitionAllowedUsers=<Workflow Transition
Adds in the collection users candidates to trigger the given Transition (from the current Status).
Use AllTransition to add all users who are candidate to trigger any transition leaving the current status.
- use a previous tag [@PreviousTransitionTriggerer=<Workflow Transition
Adds in the collection users who triggered the given Transition.
- use a macro tag [@Macro=<Macro
Adds users from a collection returned by a function implemented in the given macro.
The identified macro must contain a Function that matches the following signature :
* Function <FunctionName
 
Some tags contain the keyword "Transition=". This keyword is not mandatory. If it is not specified, the last transition triggered will be used to define the recipients.
Translations
Type
VarChar (4) Standard
 
List of MetaClasses