cancel
Showing results for 
Search instead for 
Did you mean: 

OnCustomActionExecuteAction display message box

John_Sommervill
Confirmed Champ
Confirmed Champ

Which implementations are able to display message boxes?  I have a custom action that executes on a Unity Form, and found an edge case where I need to notify the user to take an action outside of OnBase.  I attempted using the MessageBox with the OnCustomActionExecuteAction script, but received this error:

Showing a modal dialog box or form when the application is not running in UserInteractive mode is not a valid operation. Specify the ServiceNotification or DefaultDesktopOnly style to display a notification from a service application. 

 

Any ideas on how I can deliver this message to the user from this Unity Form?

 

Thanks!

John

 

2 REPLIES 2

Richard_Ruiz
Confirmed Champ
Confirmed Champ

Custom Action scripts run on the server. The best workaround I found id to display a message on the form.

Adam_Kuhn
Star Collaborator
Star Collaborator

Custom Action scripts run on the server. The best workaround I found id to display a message on the form.

This is correct, and likely the best workaround.

Getting started

Find what you came for

We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.