I have some custom javascript on a form that executes on change of the "Created On" field. I did it this way because I only wanted this particular function to execute once, on creation of the record, and not on save. This works great when the user fills out the form, then clicks "Save", but it does not execute if the user clicks "Save and Close". Does anyone know a way to handle this issue? Thanks in advance for any help.
*This post is locked for comments