Forum Discussion
Hello,
Your permissions are set up correctly to allow your users to add new relationships. The issue that you're seeing is that the Form view of the Innovator client is built around the parent item, so it's not possible to add a new relationship without first locking the parent. However, if you were to just apply AML like the simple example below, you will see that the permissions do allow you to add a new relationship.
<AML>
<Item type="Beta" action="add">
<source_id>ID_OF_ITEM_A</source_id>
<related_id>ID_OF_RELATED_ITEM</related_id>
</Item>
</AML>
One alternative you could take is to use a custom action that lets your users pick a related item to create a relationship to. This custom action would then use a query like the one above to add the relationship without modifying the parent.
Chris
Christopher Gillis
Aras Labs Software Engineer