Skip to content

Instantly share code, notes, and snippets.

@strepicor
Last active July 20, 2021 15:55
Show Gist options
  • Save strepicor/aefaa664f40215185b120c65d89e47fb to your computer and use it in GitHub Desktop.
Save strepicor/aefaa664f40215185b120c65d89e47fb to your computer and use it in GitHub Desktop.
Epicor BPM - Display Message Box
this.PublishInfoMessage("Message Text", Ice.Common.BusinessObjectMessageType.Information, Ice.Bpm.InfoMessageDisplayMode.Individual, "", "");
@EliasEMS
Copy link

EliasEMS commented Mar 1, 2021

Is it possible to display a message from a customization?

@mrlamb
Copy link

mrlamb commented Jul 20, 2021

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