How can I display "Yes" and "No" button on confirmation dialog box instead of "Ok" and "Cancel" on click of button?
Have you looked into this:
https://success.outsystems.com/Documentation/How-to_Guides/Front-End/How_to_create_animated_and_styled_dialog_messages
Hi Vijay,
you can refer this component :
https://www.outsystems.com/forge/component-overview/717/confirmation-dialog
thanks,
Samiksha
@Vinay Sonawane you have to create a component, or using a modal, to simulate a confirmation dialog box.
You can create a component with an output event to simulate a click on "Yes" and "No" Button.
Regards,
Nelson