Trying to create/insert a new record, getting "Invalid update"Issue The user was trying to insert a new record (in this case, a Problem record, but this issue can affect any table). On trying to save, the page reloaded and threw an "Invalid update" error. The user wanted to know why, and how to resolve this.CauseThis was due to some mandatory fields not being filled out.ResolutionThe user had some mandatory fields that were not filled out. These fields can be "hidden" in the current view, and to see what all is truly mandatory on a given record form, the user was counseled to set the view to default. This revealed a certain field marked as mandatory that, when filled out with a value, allowed the user to create/insert the record as expected. Note: the system will always abort creating/inserting a record into any table if mandatory fields are not filled out on the form before attempting to create/insert.