Sets the presentation script to be used for this advanced message. This will automatically switch the notification to presentation content mode. This method no longer functions after the performNotification method has been called.
@advancedMessage::setPresentationScript(String presentationScriptId)
(String) presentationScriptId: ID of the presentation script to use for this notification
(Boolean) true for success; false for failure
The following script sets a presentation script for an advanced message and forces the content mode to be presentation-script based:
@advancedMessage::setPresentation("generic")