cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to Display InstallScript Messages in Suite Installs

How to Display InstallScript Messages in Suite Installs

Summary

How to Display InstallScript Messages in Suite Installs

Synopsis

By default, any external UI being launched by the Installscript portion of the Suite project will be suppressed. As the result, any attempts to display notifications like message boxes will not be displayed.

Discussion

Instead of displaying the notification in an external UI when the script runs, the alternative is to save the message to a property using SuiteSetProperty. The content of the property can then be displayed in a suite dialog using a text field.

The Visible field can be conditioned so the particular dialog would show only if the property is populated.

Related Documents

For more information on how to use this function you can refer to the following help articles:

SuiteSetProperty

SuiteSetProperty Example

Was this article helpful? Yes No
No ratings
Version history
Last update:
‎Jul 18, 2018 01:30 AM
Updated by: