Expand my Community achievements bar.

Retrieving images stored in Social Community Extension in AEM Assets

Avatar

Level 2

Hello Experts

 

I am using AEM installed on an On-Premise server and Adobe Social Common Store (ASRP) as repository. Is there a way via which the UGC assets uploaded in social Communites be displayed in the AEM Assets??

 

Regards

Sumit Guha

1 Reply

Avatar

Level 9

ASRP is for user generated content (UGC) that is entered in the publish environment.  The fact that ASRP is a shared store allows the UGC to be visible in the author environment.

Assets is focused on authoring and Asset workflows only run on author OOTB.

Currently, there is no way to find these in a scalable way after the UGC is stored in Adobe Social. You would need to implement code to feed them into Assets (store in JCR) as they come in. However, the impact on performance would likely be significant, especially if you run the Asset workflows on them.

- JK