3648- Concurrency enhancements when 2 or more users edit the same record

Issue No: FRM-3982
Created 10/11/2016 1:36:00 PM
Type Feature
Priority Minor
Status Closed
Resolution Fixed
Fixed Version 17.1
Description This issue relates to i21 Help Desk ticket. Click the link below to go to Help Desk ticket.   [ - 3648- Concurrency enhancements when 2 or more users edit the same record|http://helpdesk.irely.com/iRelyi21live/i21/#/HD/Ticket/?ticket=] *Concurrency (existing)*   * Currently multiple users can edit the same record at the same time. * It will merge changes if users edit different fields of the same record. * If multiple users change the same field, then it will overwrite based on the last user saving.     *Concurrency (new)*   * When a user edits a record, it will make that record Read-Only (but still viewable) for all other users. * The trigger point for edit mode is when a user starts to make a change to a record. ** If a user opens a record and simply looks at it or click a few tabs, it will assume you are just viewing the record. ** However, if a user starts to type data in any control, it will attempt to lock the record for that user (assuming no other user is currently editing it) and put that record in Edit mode. ** It will release the record as soon as the user clicks the Save button or closes the screen without saving. * If anyone else opens that same record, they can view it, click tabs and so forth without a problem. ** However, if that user starts to type data in any field they will see an alert saying “This record is currently be editing by \{USERNAME\}.” and prevent them from making any changes. * In the Alert, display who is editing the record and how long the user has been editing the record. * !pastedImage_d63699_0.png|height=59,width=343!