• How do I "edit"/"update" a Relationship instance using js or AML.

    All, I am trying to "edit"/"update" the properties on a Non-Related Relationship; "rh_OraMfgMaster_ProdNumNomen". I must be missing something. I tried the following AML from AML Studio: <AML> <Item type="rh_Oracle_Manuf_Master_Item" action=…
  • How to edit individual relationship properties from a Form?

    Hi community, has anyone of you experience with editing multiple relationship properties directly from a Form? I have an ItemType with a couple of sub relationships, something like this: -- MyTopItemType -----Null-Relationship 1 -------Null-Relationship…
  • Handle Lock Unlock

    Hi All, Please consider the following Use Case: On Part Item , On After Update Server Event based on the property Values update the Related Document Property. For this I am using the action edit to update the Document. From the Design point of…
  • Unlock Item using REST API

    Hello, Consider the scenario 1. User A has locked the Document from Innovator GUI and edited Name property but did not Save, unlock and Close 2. Same user using REST API (through Postman, does not matter though) unlock the Item. Rest call as below…
  • Capturing Edit Events for Non-Versioned Items

    Is it possible to capture the edit/done event of an item that is not versioned? For example, for itemType Manufacturer, which is set to not versioned, I want to capture the event when the Manufacturer name changes, preferably when Done is clicked. I…
  • isLocked vs isEditMode

    Hi, In my application, by javascript, I need to know if my opened ItemType is in "Edit" mode or not to enable or disable some html widgets. In ARAS 11, I used document.thisItem.isLocked() to know that. In ARAS 12, with the same code, the behavior…
  • Possible to update source_id? Aras Version 11.0 SP14

    I would like to change a record's "source_id" value using a command like: <Item type="myType" action="edit" id="F54D10BECFC14EAA88D09048A6EFCA1E"> <source_id>07DD8562F5FB43E7BC04DD152268B002</source_id> </Item> Does Aras forbid any "source_id" editing…
  • Prevent ECO Copy Option

    Is there a way I can remove the "Copy" choice from the ECO Edit menu. We do not want users to be able to copy ECO's. Thank you