I have a form where I’ve used Ajax events to automatically save a record when any field is updated. I’ve removed the save button from the form (using the toolbar) so that users will not click on it since when there are multiple records on the form if the user clicks on the save button they are automatically navigated to the first record of the form, even if the record they clicked on is record number #4, #12, etc.
So, to save users from having to navigate back to the record they were on I’ve hidden the save button and used Ajax events to automatically save any updates. However, the problem remains that if the user attempts to navigate to another record a popup is displayed mentioning that they will lose any unsaved changes. I want to be able to disable this warning message but didn’t know how to do it. I would appreciate any help. Thanks.