Hello,
I am trying to display a confirmation message to user before committing save, the confirmation message is displayed in a custom view ( using dialog box), I am using an OVP. The problem is, the FPM_EVENT continues after launching the confirmation popup. I want to find a way to suspend the FPM_SAVE event till I get the user response to the confirmation popup. if the user selects 'OK' FPM_EVENT continues.
I can get this behavior by using the NEEDS_CONFIRMATION method, but I need the confirmation popup to look a certain way. The solution I am looking for will behave like NEEDS_CONFIRMATION but allows using the custom views to display confirmation message.
Regards,
Vivek