@advancedMessage::setHandlerScript

Set the response script to be used for this advanced message notification. The response script is used to handle all responses to a notification.

Syntax:

@advancedMessage::setHandlerScript(String responseScriptId)

Parameters:

(String) responseScriptId: name of the response script. This script should be accessible within the current script package.

Returns:

None

Example: