saveCurrentRecordWithoutEvents
Last updated
Was this helpful?
Last updated
Was this helpful?
Works exactly like . Except, that it does not trigger any events (like close on save).
Simple (pay attention to the await keyword)
The saveCurrentRecordWithoutEvents function returns a Promise. If the validation of input is successful, it proceeds to save the current record without triggering additional events. The function then returns the result of the save operation (internally) obtained from the saveRecord function.