• ARAS 12 - Before saving children's Item Type get the ID of the parent's Item Type

    Hello everyone, Try explain, my scenario: I have the Item Types related: 1° Item type Authorization. 2° Item type AuthorizationTittle. 3° Item type AuthorizationTittleRelation (only to related). In the Authorization register view, I…
  • How can I get the entire list of Item Types by using the RESTful API?

    Hello guys! I'm working in an implementation in which I need to get the list of item types that are available in the Aras application and if possible with their relations, but for my case I need to get this list through the REST API. I also need to…
  • Include relationship when exporting ItemType?

    Why aren't my RelationshipTypes on my custom ItemType exported when I run Aras's export.exe program? It renders it useless if it doesn't include *everything*.
  • relationshipType api rest

    Hi community, I'm trying to get the list of all the relationshipTypes of an ItemType thanks to the REST API. Is this possible ? Thanks for any help ! Arnaud
  • How to set related item property having datatype as Item?

    Hi, I want to set related Item property( owned_by_id ) of Itemtype dynamically on grid "OnIsertRow" event . I tried using following syntax var set_property = setRelatedItemProperty(relationshipID, "owned_by_id", "48BB4278F78C4D52872036D77EF5812F…