How to make a group which has the right to activate/inactivate offer? | Community
Skip to main content
littlegreywolf
Level 3
July 16, 2018
Solved

How to make a group which has the right to activate/inactivate offer?

  • July 16, 2018
  • 6 replies
  • 2682 views

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? 

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 arunpatidar

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.

6 replies

smacdonald2008
Level 10
July 16, 2018

Offers is simply content (like components) - for that you need to set Modify. All Permissions are clearly documented here:

User Administration and Security

Actions

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.

ActionDescription
ReadThe user is allowed to read the page and any child pages.
Modify

The user can:

  • modify existing content on the page and on any child pages.
  • create new paragraphs on the page or on any child page.
At the JCR level, users can modify a resource by modifying its properties, locking, versioning, nt-modifications, and they have complete write permission on nodes defining a jcr:content child node, for example cq:Page, nt:file, cq:Asset.
CreateThe user can:
  • create a new page or child page.
If modify is denied the subtrees below jcr:content are specifically excluded because the creation of jcr:content and its child nodes are considered a page modification. This only applies to nodes defining a jcr:content child node.
DeleteThe user can:
  • delete existing paragraphs from the page or any child page.
  • delete a page or child page.

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 ACLThe user can read the access control list of the page or child pages.
Edit ACLThe user can modify the access control list of the page or any child pages.
ReplicateThe user can replicate content to another environment (for example, the Publish environment). The privilege is also applied to any child pages.

Note:

littlegreywolf
Level 3
July 16, 2018

where is the path to set Modify for Offer?

littlegreywolf
Level 3
July 16, 2018

I means the Offer used for Target Mode.

smacdonald2008
Level 10
July 16, 2018

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.

littlegreywolf
Level 3
July 16, 2018

What about the rights to activate/inactivate offers in Target Mode?

arunpatidar
Community Advisor
arunpatidarCommunity AdvisorAccepted solution
Community Advisor
July 16, 2018

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.

Arun Patidar