Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

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

Avatar

Level 3

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? 

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

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

View solution in original post

6 Replies

Avatar

Level 10

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:

Avatar

Level 3

where is the path to set Modify for Offer?

Avatar

Level 3

I means the Offer used for Target Mode.

Avatar

Level 10

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.

M77.png

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.

Avatar

Level 3

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

Avatar

Correct answer by
Community Advisor

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