How do you use Named Rights? | Community
Skip to main content
May 25, 2016
Solved

How do you use Named Rights?

  • May 25, 2016
  • 2 replies
  • 1515 views

How do custom created Named Rights allow you to define Folder Access and other functionalities?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Linda_Stinson

You can use named rights to grant access to a particular Form widget for example a custom action button that you have defined in an xtk:form. You can check in the form xml if the current operator HasNamedRight.

You don't really use named rights to grant folder access. That is done by membership in an Operator Group.

Linda

2 replies

Linda_Stinson
Adobe Employee
Linda_StinsonAdobe EmployeeAccepted solution
Adobe Employee
May 26, 2016

You can use named rights to grant access to a particular Form widget for example a custom action button that you have defined in an xtk:form. You can check in the form xml if the current operator HasNamedRight.

You don't really use named rights to grant folder access. That is done by membership in an Operator Group.

Linda

vip0086Author
May 26, 2016

Thanks!