I developed a team collaboration application. In the application each task is a record and can be routed amongst different people. The problem is, if both people have access to the same record, they can both edit it at the same time. One solution is to assign different record sets to different people; but a better one is record locking, which means, if a record is being edited it is locked and displays a status message "being edited" , so other people can't edit the same record.
When will "record locking" become available in Zoho Creator?