Browse By Tags

  • Allow a non-admin identity/user to "Unclaim" items locked or claimed by others

    I have some power users I'd like to give the ability to unlock/unclaim items that other users have locked/claimed. I don't want to give them full admin rights and can't find the method, action, permission, etc... to allow the " Unclaim " action. This…
  • 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…