Fixing errors on new user form results in invalid updateDescriptionWhen creating a new user, use the existing value for a unique and mandatory field and try to save it. User will see the error message "Unique Key violation detected by database(……)", "invalid update" and remain on same page. Now when user fixes those errors and tries to save it again, user will see invalid update message: "Invalid update. Record has been deleted or you no longer have access to read."Steps to Reproduce Prerequisite: Log in to an OOB instance. Left pan > dictionary. Make the email column on sys_user table mandatory and unique. Steps to reproduce: Log in to an OOB instance. Open a new user form. Fill any preexisting email address from the database in the email field. (Email field is unique in the user profile.) Complete the other fields and save the record. You will get error messages: "Unique Key violation detected by database(……)", "invalid update" Without reloading the form, correct the email field value with a unique value that is not preexisting in the database. Save the record.Note that you get the error message: "Invalid update. Record has been deleted or you no longer have access to read." WorkaroundThere is currently no known workaround for this issue. You can subscribe to this known error article (click Subscribe button at the top of the article) to receive notifications when more information is available.Related Problem: PRB590876