How to set same permissions for related item in Relationship?
Former Member
I am wondering if there is any way to force the same permission for a related item as the source item?
Consider the following case where I have an ItemType, with a relationship against Document. The ItemType can be related to multiple Documents, for example a main document, appendix, some Excel file etc.
Now I will use a Workflow for my ItemType and I will have permissions for each state of the LifeCycle. If I forbid updates of the main ItemType in the Released state, then I also want to forbid updates of the related Documents.
Is there any way to handle that in ARAS?
Hi,
Yes via a method you can change the permission_id of an object (I'm not 100% if the assigned permission should be either allowed in the itemtypes or a private permission). But be carefull to check if the document is not used by other items.
Hi,
Yes via a method you can change the permission_id of an object (I'm not 100% if the assigned permission should be either allowed in the itemtypes or a private permission). But be carefull to check if the document is not used by other items.