Skip to Main Content
HCL Domino Ideas Portal

Welcome to the #dominoforever Product Ideas Forum! The place where you can submit product ideas and enhancement request. We encourage you to participate by voting on, commenting on, and creating new ideas. All new ideas will be evaluated by HCL Product Management & Engineering teams, and the next steps will be communicated. While not all submitted ideas will be executed upon, community feedback will play a key role in influencing which ideas are and when they will be implemented.

For more information and upcoming events around #dominoforever, please visit our Destination Domino Page

Status Needs Review
Workspace Volt
Created by Guest
Created on Dec 12, 2023

Configurable prompt dialog box on form submission

In Leap form workflow, you can set form submission settings "upon submission". It should optionally be possible to define a messagebox that is shown on submission. A typical message box for submission would be a yes/no box with customizable text e.g. "Are you really sure, you want to save the document? Yes/No". There is no built-in function for promting a dialog with yes/no/cancel options. There is only the function app.showMessage() where we can show a Dialog with only an OK button. We need a functionality for showing a configurable prompt, similar to that in LotusScript ( https://help.hcltechsw.com/dom_designer/10.0.1/basic/H_PROMPT_METHOD_7966_ABOUT.html ). That way we can call a prompt within validateButtonPressed and after that respond with true or false, either which was selected in the prompt.

  • Attach files