Hello,
I have a button in the crm form view. When I click this button I want to open a wizard with 2 buttons: YES or NO.
When the user click yes button the yes() function is executed, if the user click no button the no() function is executed.
How to do that?