:REMOVE_ATT

Script statement: Removes recipients in a notification at runtime.

Syntax

:REMOVE_ATT OPERATOR , Name

Syntax

Description/Format

OPERATOR

Name of the attribute that should be removed.
Format:AE name, script literal or script variable
Allowed value: "RECIPIENT"

Name

Name of a user, user group or email address.
Format: script literal, script variable or number

User and UserGroup objects: The wildcard characters "*" and "?" can be used. "*" refers to any number of characters, "?" refers to exactly one character.

This script statement can only be used in the Process page of Notifications. It removes the specified users, user groups or email addresses from the list of responsible recipients. For more information, see Notification (CALL).

The specified recipients are not permanently deleted as this script statement does not change the Notification object. The modification only applies for a particular execution.

Warning! Ensure that you do not remove all responsible recipients when you use wildcard characters.  Otherwise, script processing aborts and an error message is generated.

Note: Refer to the report to see the recipients that have been removed with this script statement.

Warning! Note that users must be specified in the format User name/Department. It must comply with the name of the User object. The script aborts if the user cannot be found.

Examples

The following example removes the user "BU/AE" from the list of responsible recipients of a notifications.

:REMOVE_ATT RECIPIENT,"BU/AE"

The second example removes all users of the department "AE".

:REMOVE_ATT RECIPIENT,"*/AE"

The user group "ADMIN" is removed in the third example.

:REMOVE_ATT RECIPIENT,"ADMIN"

See also:

seealso

MODIFY_UC_OBJECT