Can you check if a node is checked out or locked by another user or process to prevent update conflicts?
Hi,
I have written some functionality to iterate though nodes on a scheduled task. It iterates though and performs some field updates based on certain conditions.
Is it possible to add a check to check whether a node is locked by some other process so that conflicts to not take place? It may not be advisable to attempt to update at the same time,
Can you check if a node is checked out or locked by another user or process to prevent update conflicts?
Hi,
I have written some functionality to iterate though nodes on a scheduled task. It iterates though and performs some field updates based on certain conditions.
Is it possible to add a check to check whether a node is locked by some other process so that conflicts to not take place? It may not be advisable to attempt to update at the same time,
Thanks a lot!
In short : no.
I know Tim Geyssens worked on package that gives the backend user a indication when somebody is editing a node : https://github.com/TimGeyssens/LookWhosEditingToo
I don't think it has been released yet in the package repository.
Dave
is working on a reply...