Hi Team,
I have huge number of assets present in a particular folder and I want to move those assets to another folder but without using workflow.
I remember in some doc. we can do it by running some scripts.
Not sure what is that script and how to run script.
@Vijayalakshmi_S @kautuk_sahni @arunpatidar @Theo_Pendle
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
Groovy script can be used here for bulk movement of assets from one location to another. A sample script is shared in https://stackoverflow.com/questions/35466809/initializing-assetmanager-in-groovy-console
Groovy script can be used here for bulk movement of assets from one location to another. A sample script is shared in https://stackoverflow.com/questions/35466809/initializing-assetmanager-in-groovy-console
If the assets in old location is already referenced in any of the site pages, consider doing "Move" operation from DAM console as it handles location adjust along with republish(if applicable).
Otherwise, moveAsset method from AssetManager API via script execution should do. (as @vanegi shared)
Migration of assets should be in two steps:
In the first step we need to find what are the assets that is being used some where means what are the assets which is having some reference. if number of assets, which is having some reference, is less then we can use the MOVE option benefits it will be - will not have to focus on update the reference. If number of assets is huge the we can go for groovy scripts or servlet.
In the second step we can migrate the non-referenced assets with the help of groovy script in some scenario webdev is also helpfull.
Hope this will help.
Regards
Umesh Thakur