:ADD_ATT

Use the :ADD_ATT script statement on the Process page of a Notification object to add recipients to a notification at runtime. Specify the user, user group or email address to add to the list of recipients. Specify a Calendar object if you only want the recipient to receive the notification when a Calendar Event applies.

More Information:

Syntax

:ADD_ATT RECIPIENT , Name [, Calendar, Calendar Event]

Parameters

Notes:

Example

The following example adds the user SUE/MARKETING to the list of recipients of a notification. This user only receives a notification if there is a valid calendar day in the READINESS calendar.

:ADD_ATT RECIPIENT, "SUE/MARKETING", "READINESS","WEEKDAYS"

The following example notifies all members of the ADMIN user group.

:ADD_ATT RECIPIENT, "ADMIN"

See also:

seealso

MODIFY_UC_OBJECT