Last active
July 20, 2021 15:55
-
-
Save strepicor/aefaa664f40215185b120c65d89e47fb to your computer and use it in GitHub Desktop.
Epicor BPM - Display Message Box
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
this.PublishInfoMessage("Message Text", Ice.Common.BusinessObjectMessageType.Information, Ice.Bpm.InfoMessageDisplayMode.Individual, "", ""); |
In a customization you have access to MessageBox.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is it possible to display a message from a customization?