• 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…
  • 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…