Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

How do you use Named Rights?

Avatar

Level 1

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

1 Accepted Solution

Avatar

Correct answer by
Employee

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

View solution in original post

2 Replies

Avatar

Correct answer by
Employee

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

Avatar

Level 1

Thanks!