How to make a group which has the right to activate/inactivate offers in AEM 6.1?
How to make a group which has the right to make offers in AEM 6.1?
Solved! Go to Solution.
Views
Replies
Total Likes
Hi,
Are you able to find offers at /content/campaigns/
If Yes, give users/group permission to activate/deactivate.
Permission for content or Target offer is no different. in AEM everything is content. If you want to access, modify or replicate. Just go to that path and give permission from userdamin console.
Views
Replies
Total Likes
Offers is simply content (like components) - for that you need to set Modify. All Permissions are clearly documented here:
User Administration and Security
Actions can be performed on a page (resource). For each page in the hierarchy, you can specify which action the user is allowed to take on that page. Permissions enable you to allow or deny an action.
Action | Description |
Read | The user is allowed to read the page and any child pages. |
Modify | The user can:
|
Create | The user can:
|
Delete | The user can:
If modify is denied any subtrees below jcr:content are specifically excluded as removing jcr:content and its child nodes is considered a page modification. This only applies to nodes defining a jcr:content child node. |
Read ACL | The user can read the access control list of the page or child pages. |
Edit ACL | The user can modify the access control list of the page or any child pages. |
Replicate | The user can replicate content to another environment (for example, the Publish environment). The privilege is also applied to any child pages. |
Note:
Views
Replies
Total Likes
where is the path to set Modify for Offer?
Views
Replies
Total Likes
I means the Offer used for Target Mode.
Views
Replies
Total Likes
Paths for permission are specified when you click the Permissions tab. You can select any path in the JCR under Apps and under /content, etc. See /apps below.
When you specify the pages under .content and set Modify - members of that group can modify pages. They can add components, remove components, add offers, etc.
Views
Replies
Total Likes
What about the rights to activate/inactivate offers in Target Mode?
Views
Replies
Total Likes
Hi,
Are you able to find offers at /content/campaigns/
If Yes, give users/group permission to activate/deactivate.
Permission for content or Target offer is no different. in AEM everything is content. If you want to access, modify or replicate. Just go to that path and give permission from userdamin console.
Views
Replies
Total Likes