Hi,
I am trying to change a fields value after a user edits the record through an edit form. This field is not a lookup field linked to a relationship, it's a simple field. This field won't be accessible or visible in this edit form. It seems like through JavaScript could be an option, running some code when the user clicks the save button, but I would like not to have to check if the form is actually going to save the record or if it's going to encounter some validation error.
Is there a simpler option?
Thanks in advance.