• Voting Problem: you are trying to edit is in a Not Lockable lifecycle state

    Good day all. We are still using version 11 SP10. One of my change ItemTypes (customer created) is having a problem all of a sudden. When voting to Incorporate, a message appears saying that I am trying to edit the item and it cannot be locked. I have…
  • 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…
  • DB Lock

    When I use applyAML, sometimes it will cause DB Lock. What conditions will cause this cause? By the way, I have the error message. When I applyAML =><AML><Item type='Activity' action='EvaluateActivity'><Activity>109890D287C24699A1EA639B921F3E18…
  • Search on "locked" status not available in relationship view

    Hi, As you can see in the following screen capture, an ItemType (in fact, a relationship with NULL related ) can be filtered on "locked" status when displayed from global table: But, when the same ItemType is displayed from a relationship view…
  • Catch 'ItemCannotBeLockedException' when state=Released

    Hi, I'm trying to figure out how and where to catch the Aras.Server.Core.ItemCannotBeLockedException exception so I can display a custom error message to the users.  The executed AML is: <Item type="MyCustomDocument" id="123134234234" action="lock" …