Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. The property attribute locked will be set to true. In case the lock is if type trash, additionally the attribute trashed will be set to true. See Property Store for more details about these attributes.

  2. A new tag with name property.lock will be created and put on the locked property. The value of the tag will be set to the lock tag in JSON format.

  3. Any write access to a property in the backend will check whether the property is locked or not and if so, whether the lock must take in effect or not. In case the lock is in effect, an exception is thrown.

...

In this example only users with role ROLE_SUPPORT can alter the property.

Alos see: Groups, Roles and Permissions

Lock exclusive to group

A lock exclusive to a group allows only users which are member of this particular group to alter the property.

...

In this example only users which are member of custom group Sales can alter the property.

Also see: Groups, Roles and Permissions

Lock exclusive to namespace

...

Also see: https://pipeforce.github.io/docs/api/commands#propertylockget-v1

Remove a Property Lock

Manually

In order to manually remove a lock, use the command property.lock.remove.

...