message when user leaves form without saving changes

This is a big miss in SC.

A user cannot see if there are changes made in the form. When the user leaves a form (simple or editable grid) the user gets no message at all when there are unsaved changes.

I don’t understand why there’s no standard feature for this in SC.

Please add it in the next release!

Re: message when user leaves form without saving changes

Yes a onExit event would be helpful. Of course they would have to check for ‘dirty’ fields on exit so you could prompt of unsaved changes.

I would think that you could bypass this in SC by creating your own cancel button and then you would have to either compare the records arrays on exit or setup a changed flag assign to each field onchange/blur to alert app.

Regards,
Scott.

Re: message when user leaves form without saving changes

I agree, also urgently need this feature