Skip to Content
0
Jul 19, 2016 at 09:05 PM

Confirmation Dialog Box on Button SEND

98 Views

Hello All,

I am new to FPM. Here, I am working on EHHSS_INCIDENT object, where, I have copied the standard Incident Creation Page to customized Z page to create a different type of record.

I want to pop up the Confirmation Dialog box when the user clicks 'SEND' button. Note: Send button creates the record in the database table. So, the confirmation box should be standard "Yes or No". How can I achieve this?

I have enhanced the standard "AFTER_NEED_CONFIRMATION" method. However, it looks like when the pointer reaches here, the record is already generated. So, I am getting the pop up but after the record is created which is useless. Can you please give some suggestions on this issue?

Thanks.