permissions error when trying to create a relationship
Dear Community,
I am new to Aras and am trying to create a relationship from a RelationshipType with the following code:
Innovator inn = this.getInnovator();
string ItemId = this.getID();
Item ite...