Is there a way to save a record in form script that will bypass the StdFormSave events? I am trying to allow a UET field be updated after a record is in a completed status, however when I allow the record to be saved when in completed status it is trying to validate if the record type is valid. So I was thinking I could just have an event that does the save when the selection is entered, but it is still doing the validation.
For a little more detail, this is the Engineering Change Notice Items form. After the ECN is completed we want to track the dispositioning of the material after the change has been implemented. In the case of a Current Operation Add Type of ECN Item it tries to validate if the Current Operation with Action Add is valid - which it is giving the error that it is not because an operation already exists. Since the ECN is already processed this is true, but we are not trying to add a new record, only save the status of the disposition.
Any help is greatly appreciated!