Jump to: navigation, search

SYSCLS EXCLUSIVE ACCESS


(Redirected from SYCLS EXCLUSIVE ACCESS)
IC CLASSIFICATION.gif Exclusive Access Classification Object
Name SYSCLS_EXCLUSIVE_ACCESS
Inheritance -
Namespace System.Classification.Content
ID {599BA9C9-CC5F-4BC9-B78D-E43C87697CD5}
Purpose Classify objects as objec supporting exclusive acess (checkout and release)
Version 3.6.2+

Classifies an object as Exclusive - Access - Object which means the object is locked (on the client) until it is checked out by one user. Once it is checked out it can only be edited by this user. The object stays locked for all others until it is released again. This classification is an Autonomous Classification where the defined properties are autonomously added to the ACM/MetaDefinitions.


MetaProperties

Name Data type Comment
ENABLED Boolean Indicates whether the object supports to be checked out (based on the underlying business case /workflow). It does not indicate whether it is currently checked out.
CHECKOUT_TS Date/Time If the object is checked out, this property provides the time it was checked out. If this property is null, the object is NOT checked out.
CHECKOUT_USER_ID Guid If the object is checked out, this property provides the UID of the user who has checked out the object. If this property is null, the object is NOT checked out.