Modal dialog box
A modal dialog box combines a pop-up window with a flow action, as the front-most screen where the user is working.
A modal dialog box is an interaction with the user, such as a form to be filled in or a statement to be acknowledged, that pops up in its own window on top of the application. The user cannot continue in the application without processing the form or dismissing the modal dialog box. A flow action provides the section or sections containing the form fields that the user must complete. When the user submits the form, the system updates the work item and the modal dialog closes. The user can then continue working with the main screen.
To ensure accurate server processing of a modal dialog, use auto-generated controls. If a modal dialog box is configured with an action on a work item based on an event, the modal dialog box does not roll back the changes if the modal dialog box is canceled or dismissed.
- Configuring a modal dialog box for a button
Display records for reviewing or editing in an interactive pop-up window by configuring a button in a layout cell that opens a modal dialog box.
- Configuring a modal dialog box for a grid layout
Access the data in a row or an element of a grid layout for reviewing or editing, without leaving the main screen, by configuring a modal dialog box.
- Modal dialog box templates
You can use the modal dialog box templates to model the process flows while designing your application.
- Creating custom modal dialog box templates
You can customize the modal dialog box by altering the color, corner shapes, and other settings in the skin. You can save these settings by customizing the modal dialog box templates and saving them as a section.
Previous topic Available actions and conditions Next topic Configuring a modal dialog box for a button