• Use Src Access on regular item type?

    Hello Forums, I have a regular item type that is parent to some other regular item types. I.e. we have Item A that has a relationship to Item AB, and Item AB has a relationship to BB. A, AB, and BB are all regular items. I want A's permissions…
  • Change permission for "view item" option(right click menu) of Documents under Operations

    Under Process Plan(mpp_processPlans) --> Operations(mpp_operations) --> documents Some of these documents under an operation are "invalidated". The documents are assigned "invalidated" status from Document-->Part when the "valid" option is changed to…
  • 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…
  • changing permissions for existing Items (Documents)

    We've a classification of Documents that we've setup to have a special set of permissions. We used the solution presented in the following topic to achieve that: SUPPORT Q&A - Permission based on Class Structure However, before we made this adjustment…
  • How can i create new permission and add that in

    Hello, How can i add new permission and add on add I am using the following mode, it is creating permission but not adding it Innovator inn = this.getInnovator(); string docid = this.getProperty("id",""); Item permissions = this.newItem("Permission…
  • Permission using relationship owner

    Hello, I have a relationship to documents called task, the task has task owner aka owned_by_id. How can I make task owner to search and edit the documents?
  • Can Add Problem

    Good day all. I am trying to set up the ECN for a group of users to be able to create them. I have an Identity called sm_TODO that has the users in it. I have added the Identity to the Can Add section of the ECN. One of my users still has the button for…
  • About File Permission

    As written in the document “File Handling”, the permissions of a File Item are dependent on the Item containing that File (File container item). But I think there are some use-case for control the file item permission independent of the container item…
  • Delete attempt as admin: SOAP-ENV:Server.InsufficientPermissionsException

    I'm working on a local system. I can add and edit users... So, POST and PATCH are working. I go to delete the same user I just edited, but am getting: // DELETE 'http://localhost/InnovatorServer12/server/odata/User('30B991F927274FA3829655F50C99472E…
  • How to query for the latest generation of items that the user has access to?

    Former Member
    Former Member
    Hi, I would like to ignore the "is_current" property when querying for items, and instead return the latest generation of each item that the user has access to (i.e. permission to "get"). For instance, since the permission_id can change for a given…
  • Set permissions from workflow to assignee(s)

    Former Member
    Former Member
    Hi All I have a challenge I hope someone is able to help me solve. It's a general issue we have, it's not related to a specific solution. Example: On our ECR process we would like only the current assignee(s) to be able to edit the item. Does anyone…
  • Unable to set permission_id using AML as well as C# code

    Former Member
    Former Member
    I am trying to change the permission for Part object but getting errors. Here is the AML I am using to change the permission. <AML> <Item type="Part" action="edit" where="item_number='CPR-002'"> <permission_id>708662930B5B484A98C088859500CC42</permission_id…