SYCLS CUSTOM EXCLUSIVE ACCESS
Revision as of 15:13, 15 February 2023 by MHM (Talk | contribs) (Created page with "{{ClassificationInfoBox | title = Customizable Exclusive Access Classification Object | name = {{PAGENAMEE}} | inheritance = - | namespace = System.Classification.Content | pu...")
Classifies an object as customizable Exclusive - Access - Object which means the object can provide information about it's checkout status but cannot be cecked out itself. This mechanism can be used to easily lock child objects (e.g. tasks) if their parent is checked out. This classification is an Autonomous Classification where the defined properties are autonomously added to the ACM/MetaDefinitions.
MetaProperties
Name | Data type | Comment |
---|---|---|
ENABLED | Boolean | As a customizable Exclusive - Access - Object cannot be checked out (or released) this boolean is always false. |
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. |