I am using the cloud version of Mongoose.
Is there a way to turn off the Framework message when a command is executed in Form Script? I just want to turn them off for this one command, not a global setting.
I have a form that is getting an error because of another user updating the IDO after the first user opens a form and loads the IDO into a Primary Collection. I know an error occurred by setting a variable when the Primary collection is saved.
var success = ThisForm.PrimaryIDOCollection.Save();
I display the user a message when success = False. But a Framework message fires that says "Unable to perform update, record has been deleted or modified by another user". I would like for the user to only see my message because I give them instructions on what to do. Is there a way to suppress the Framework message?