AEM Campaign Email | Community
Skip to main content
SantoshSai
New Participant
June 14, 2022
Solved

AEM Campaign Email

  • June 14, 2022
  • 3 replies
  • 1652 views

When creating email by copying existing email and I found cq:acUUID at jcr:content is duplicated. This issue appeared after upgrading to 6.5.11. Seems like issue is more of AEM side. However, as per 6.5.6 release notes it is fixed -  "The cq:acLinks and cq:acUUID properties for Adobe Campaign on the copy are removed during copy and paste operation (NPR-33794)." My question is - How this issue again showing up in 6.5.11? Does anyone facing same issue and found work around? (I know there is similar question in community already - without solution)

 

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 SantoshSai

@dibyasagar 

The campaign-property-modification-service is a service user which is used for modifying properties of campaign newsletter on copy and paste function.
This usercampaign-property-modification-service should have read and modify permissions on the content folder.

If it doesn’t have read and modify permissions on the content folder, it can’t clean up the cq:acLinks and cq:acUUID properties of the copy-pasted site template.

After providing the user necessary permissions, the properties get cleaned up.

 

Please check this: https://experienceleague.adobe.com/docs/experience-cloud-kcs/kbarticles/KA-19344.html%3Flang%3Dsv

 

3 replies

SantoshSai
SantoshSaiAuthorAccepted solution
New Participant
June 17, 2022

@dibyasagar 

The campaign-property-modification-service is a service user which is used for modifying properties of campaign newsletter on copy and paste function.
This usercampaign-property-modification-service should have read and modify permissions on the content folder.

If it doesn’t have read and modify permissions on the content folder, it can’t clean up the cq:acLinks and cq:acUUID properties of the copy-pasted site template.

After providing the user necessary permissions, the properties get cleaned up.

 

Please check this: https://experienceleague.adobe.com/docs/experience-cloud-kcs/kbarticles/KA-19344.html%3Flang%3Dsv

 

Santosh Sai
SantoshSai
New Participant
June 15, 2022

Well, Final conclusion about this - raised daycare ticket to resolve it. Meanwhile as a work around we can have either  removed cq:acUUID  property implementing custom dialog in page property as suggested by @dibyasagar and/or one can extend existing functionality which is responsible for generating such values and customize it respectively as per business req. Unless anyone have any other best plausible approach - please feel free to suggest!  

Santosh Sai
New Participant
June 14, 2022

Hi SantoshSai,

We had the similar issue and created Daycare ticket which is still being worked on I think. As a work around we made the cq:acUUID field editable for authors in page properties, so as an extra step they need to clear it after copy pasting before making a sync. Let me know if you have any other suggestion.

SantoshSai
New Participant
June 14, 2022

@dibyasagar 

Thanks for your reply! However, looking into cq:acUUID value eg c49b931a-33d7-4ecf-9c80-f99f013428f3 that looks like encrypted one, how can it be re-configured and what value? What If business needs such automated generated value for cq:acUUID ?

 

Santosh Sai
New Participant
June 14, 2022

No need to configure the value, cq:acUUID  is auto generated when the email gets synced to the campaign delivery template. You can test it.