display a modal dialog without using a flow action

Is it possible to display a modal dialog without using a flow action?

Sometimes we just need popup a msg to user and user simply click Ok to close it.

We have to use a local action for this which look too trouble for such a simple thing.

Thanks.

Hi@MaxonL16591286\

For this requirement you might have to write a custom javascript code in a non auto generated section. Use this javascript on click event of the section on which you want to render the modal dialog.

For the above requirement you can use Alert box or Confirm box or Prompt box. Please have a look in the below link for code snippet.