Hello All Experts,
I have written a custom function on form save for confirming user input.
it's working fine when we are working on web mode ,but it's not working well when we are using ipad .
it gives the confirm message but after actual operation is done, but i need to wait till confirmation.
e.g
Merge one record with another.
Before giving confirmation it's performing merging and then showing confirm dialog.
is there any feasibility that i could avoid this and make it function as required.