change the label to make it meaningful to both create duplicate and update conflict. The scenario of create duplicate is when user is creating a record whose key value already exist in the database; an action should be stopped to protect the existing record data. The scenario of update conflict is when two users are updating on the same record; the later one should be blocked because the record is dirty.