Lock the record edit page to prevent multiple users from editing the record at the same time. If it is already locked, the details page will appear.
Prevent multiple users from accessing the edit page of the same record simultaneously.
When executing this action, it checks if other users are currently editing that record when accessing the record editing page. If there are no users, the record editing page opens and locks the record. If a user locks the record, they will be denied access to the edit page and redirected to the record details page.
Editing a record by clicking the pencil icon on the record list treats the action similarly, with the lock being checked when the pencil icon is clicked. If there are no locks on the record, it can be locked and edited as it is. If another user has locked the record, the transition to editing mode will not be allowed.
The lock will be released after editing, enabling users to make changes.
Leaving the editing page open without doing anything will automatically unlock after about 20 minutes, allowing other users to edit.
Also, while the record is locked, other users cannot perform process management actions.
This action must always be used in combination with the specific condition “when the record should be locked.” If other conditions or additional conditions are set, an error will occur when registering to the Kintone app.
There are no parameters to be set.
It is possible to update locked records using other customizations on Customine, as well as customizations through your own JavaScript or plugins.