25
Views
1
Comments
Entry screen confirmation Dialog
Question
I am trying to build an entry screen using OutSystems. I want like while user press the 'Submit' button a modal popup will come up and if user selects 'Yes' the the Submit button action will be fired. 
I found the below link but the popup is very poor. Is there any Rich Widget or inbuilt function to invoke dialog. I didn't find any.
https://www.outsystems.com/forge/component/717/confirmation-dialog/
2017-10-09 20-45-22
André Siébra
Hi Suman,

You just need to implement your own popup: a Layout_Popup Webscreen with only 2 buttons (Ok, Cancel). Take a look at this post, it would help.

Cheers,
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.