Forum Discussion
Hello,
There are two special identities that exist inside of Aras Innovator to satisfy just this use case: Owner and Manager. These identities map to two properties on the item which are owned_by_id and managed_by_id respectively. You can update the Permission on your item to include access for the Owner and Manager and those permissions will be applied to whatever Identity is set as the owned_by_id or managed_by_id.
You can see an example of this in place under the New Part permission on the standard Part ItemType.
Chris
- mouad6 years agoCreator I
Hi Chris,
Thanks a lot for your suggestion, you are absolutely right as we have used the managed_by_id identitie and applied a
method in Form Event that manage my item based on a list with the help of managed_by_id identitie. It works perfectly fine.
Thanks.