It is configurable that system administrator can decide whether to lock a record or not while someone is editing the record. If the system is set to lock the record and use table lock, every time, when user is editing a record, a record is added in the record locks table. When user finished editing, either via update or cancel, or session timeout, the lock is released by delete the record mark form record locks table.
In rare situation, if the application server is terminated abortly, the record will stay in the record locks table.
This function is used to manage those record locks, either delete unused one, or force someone to unlock it.
Click the "Record Locks" in the left navigation menu under Administration, a new "Record Locks" Tab folder will created in the right panel. There are 2 sub-Tab folders, Search Manage Locked Records and Search result Manage Locked Records.

| Table Name | The table name that record is locked. |
| Record Id | The locked record Id. |
| Lock Time | When the lock occurred. |
| Session Id | The session Id of the user who locks the record. |
| AND and OR | Select AND radio box if you want those criteria add together. Select OR radio box if you want to get the result of either criteria meet |

The top part is the table, shows the list of the admin history that meet the search criteria. The bottom part is the details of the selected entry.
Double Click the selected record in the table to modify this entry. A new Tab folder "Update/Delete Manage Locked Records" will be added, as show below:

There is no updated on the Record Locks function.
There is no create new on the Record Locks function either.