Expand my Community achievements bar.

AEMaaCS: Is there a way to get usergenerated content from Publish to Author?

Avatar

Level 2

Hi All,

We are in the process of migrating from on Prem AEM 6.5 to AEMaaCS. We use AEM core component forms (we did customize them for our needs) and the form submission data is stored under /usergenerated. 

We would like to move usergenerated content from Publish to Author, does "Apache Sling Reverse distribution" work to get content from Publish to Author in AEMaaCS? (I have searched for this and there are posts that say its possible and other mentioning it can not be used) 
Or storing the user generated data outside the AEM is the only option?

Would appreciate if someone could provide more details on how they solved moving content from Publish to Author or solved Form users submission storage when moving from AEM 6.5 to AEMaaCS.

Thank you
Dinesh.

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

4 Replies

Avatar

Community Advisor

Hi @Dinesh_A ,

Reverse Replication is not available on AEM as a Cloud Service to send content/data from the Publish Service to the Author Service. However, you can configure an Adaptive Forms running on Publish to submit data to a Workflow on an Author (Workflows can only be run on the Author). This is helpful in approval use-cases.

 

You can follow below link for more details on it

https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/forms/forms-over...

 

Hope it helps!

 

-Tarun

Avatar

Level 6

In AEMaaCS , it is recommended to use a custom solution for handling UGC. In cloud sling reverse distribution is not supported.

Avatar

Level 7

Hi @Dinesh_A,

 

In my experience, we built bunch of new microservices with API Gateway and implemented bidirectional communication between AEM and UGC microservice.

 

Best regards,

Kostiantyn Diachenko.