Is there an out-of-the-box feature that can be used to move multiple DAM assets at the same time in AEM 5.6.1, while keeping references intact?
Solved! Go to Solution.
Views
Replies
Total Likes
You can write an AEM service using Granite AssetManager API to transfer assets. You would have to write application logic to control which assets are moved and where they are moved to.
We have just released an AEM community article that will get you up and running with Granite AssetManager API. See:
https://helpx.adobe.com/experience-manager/using/graniteAPI.html
Views
Replies
Total Likes
You can write an AEM service using Granite AssetManager API to transfer assets. You would have to write application logic to control which assets are moved and where they are moved to.
We have just released an AEM community article that will get you up and running with Granite AssetManager API. See:
https://helpx.adobe.com/experience-manager/using/graniteAPI.html
Views
Replies
Total Likes
Great, thanks for the info!
Views
Replies
Total Likes