Jump to: navigation, search

Difference between revisions of "Locked Objects"


(Locked template objects)
Line 21: Line 21:
 
=== Locked template objects ===
 
=== Locked template objects ===
 
Objects can be classified as [[SYSCLS_TEMPLATABLE_DATA|templatable]]. If the objects  "IsTemplate" property is set to read-only the objects properties are locked.
 
Objects can be classified as [[SYSCLS_TEMPLATABLE_DATA|templatable]]. If the objects  "IsTemplate" property is set to read-only the objects properties are locked.
 +
 +
[[Category:WinX|Locked Objects]]
 +
[[Category:Xamarin|Locked Objects]]

Revision as of 08:59, 1 June 2023

In UBIK objects can be locked for multiple reasons, these different types of locking are discussed in this article.


Locking in MRO tasks

Locked by hierarchy

By design, an MRO object is locked if its parent MRO work package is confirmed. This type of locking is applied recursively to all child MRO objects.

Locked by sequence

An MRO task can also be locked if it belongs to a sequential list of tasks that must be completed in order, in this case all tasks but the ones that are currently active in the sequence are locked.


Locking through access rights

Locked by exclusive access

Objects may have exclusive access, allowing only a single user to edit it by checking it out, for all other users this objects is locked and can not be edited.

Locked by user rights

If a user does not have the necessary right to write to, or even read the contents of an object this object appears locked. This can apply to groups of objects, single objects or even properties of objects.

Unlock by Scan

A classification that locks an object or group of objects until a certain optical code is scanned.

Locking for other reasons

Locked during initialization

After logging in objects are locked to prevent them from being edited before the session is fully initialized.

Locked template objects

Objects can be classified as templatable. If the objects "IsTemplate" property is set to read-only the objects properties are locked.