CO
Is there a way to get a report from ARIS that list all the locked models and objects? The list of locked models and objects can be viewed in the Locked items section. We would like to have report with all the the locked items.
Hi Christa,
This can be done using the [Locking] report script component, this script report component can be used to determine which models/objects are currently locked and by which user. They can also be used to lock/unlock models/objects through the script.
var oLockComp = Context.getComponent("Locking"), this component exposes methods such as [getLockedModels(), getLockedObjects(), getLockInfo(), getLockOwner()] all with variable parameters depending on the requirement or scope.
Regards.