Is there a way to display a message that fires when the record is saved, but doesn't abort the save?
I am trying to add a "save as draft" feature for one of my forms that will notify the user that the form is saved as a draft, and when they hit "Ok" on the dialogue it would just continue with the sa...