• 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?
  • 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…
  • Unable to set permission_id using AML as well as C# code

    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…