• Unlocking an Item with a Method when locked by a User

    Hello, I am attempting to unlock an item when an user has the item locked out for editing and cannot seem to find where to start. I am doing it on the server side with C#. I have tried Item unlockItem(). Also I have tried AML below. string my_aml_unlock…
  • Check if user has certain permissions in client side Method

    Hi, I created a custom Action in ItemType 'Part' that calls a client Method. Only the Part Owner shall be able to run the Action. The Owner can be one person or a user group. How can I check, if the current user is in this user group and have the necessary…
  • PR workflow permission problem

    Hi, I want to change the PR workflow assignments, but it's grey, where can I set to allow modify?
  • RE: Vault Error - You have insufficient permissions to open the File.

    To Scott or anyone else facing this issue, this is how I have solved the same error: Adding the yellow highlighted section below to your "Innovator/Server/appsettings.json" file, save and restart IIS "SessionOptions": { "IdleTimeout": "08:00:00…
  • Javascript Temporary Permissions

    Good day all. I'm still using v11 SP10. How do I grant temporary permission for a user through Javascript? I want to add a Comments tab to our custom change ItemType. I have a script attached to an Action to open a dialog box so a user can add a comment…
  • File download error with message "user hasn't enough permissions for this file"

    I upload a file to aras, when I want to open it, it show the "System.Web.Services.Protocols.SoapException: User hasn't enough permissions for this file " the detail as below, but I search the file in my vault path ,it really uploaded,does anyone could…
  • How to get the document's temporary permission to a User by workflow or lifecycle?

    HI, Team. There is the case, there are some documents have higher level of security that need a certain workflow to give permission to someone. In some cases, the permission can only last for some days or forever. in the workflow, the user must submit…
  • File checkout (using fetchFileProperty & checkout) not working in custom user with custom identity. how to checkout file in for user not having administrator permissions ?

    I'm trying to checkout a file using item method fetchFileProperty in custom user with custom identity which do not have administrator permission. Aras gets hang after this method call, also tried with file.checkout methods behaviour is same. With admin…
  • Toggle between permission

    How can i toggle between default permission and the other one which isnt default as can be seen below, how can i make this button unfrozen
  • RE: OAuth - How to use Grant Type "Authorization Code" for token generation

    Hi,I am getting an error of unsupported media type with the grant type password.Can You guide me through that? Thanks