ProApp Designer - Release 14.10 (Package 27)

Messages

The Message API allows you to display different types of messages, each with a corresponding background color. When any of these APIs is called, a toast notification appears in the top-right corner of the wizard and remains visible for 5 seconds.

Show’s success message as flash notification with green background.

appStudioWizard.showSuccessMessage(message);

Shows error message as flash notification with red background.
appStudioWizard.showErrorMessage(message);

Shows warning message as flash notification with orange background.
appStudioWizard.showWarningMessage(message);

Shows info message as flash notification with blue background.
appStudioWizard.showInfoMessage(message);