Skip to main content
June 9, 2021
Question

Can I create a popup window without clicking link/button needed by user?

  • June 9, 2021
  • 2 replies
  • 0 views

My case is to display error message in a popup window, which should be displayed when a interface is opened. I know there is a confirm option in buttonWidget and link but they are not applicable for my case.

Can any help on this?

Thanks in advance. 

2 replies

June 9, 2021

I don't think that there is any direct option to do that...What you can do is to show / hide a section with richTextItem component or to build an "Error or Warning Banner". You can have a look here on how to do it: 

https://docs.appian.com/suite/help/21.2/alert-banners.html

danl0003Author
June 11, 2021

Thank you so much. It works to me to show error banner!