Browse By Tags

  • Extended Properties Permissions Issue

    Hi Team I have configured extended properties for Part Item type and I'm able to select and add the xProperties in Part item using super user. But when I try to get / add xProperties using normal user, I was not able to get or add the xProperties. …
  • Owner Identity

    Hi, I have two query: What is exactly owner identity means? How to add Identity/User to Owner Identity? because When I run "Create New Revision" Action on "Released" state of a Document Item(logged-in as a user who created the document), got this…
  • 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…