How To Close a Modal Dialog via Sequential Workflow

Is it possible to close modal dialog via sequential workflow?

When there is a modal dialog and you want to close it you need to:

  1. Define a UI Action (Sequential Workflow Action) for that dialog
  2. Set the CloseType to CloseAndCommit

After executing the workflow (which will probably also process the data entered in the modal dialog) the dialog will automatically close.

1 Like