Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Hemant_arora
Hemant_arora
Offline

Badges

Badges
29

Accepted Solutions

Accepted Solutions
54

Likes Received

Likes Received
98

Posts

Posts
291

Discussions

Discussions
96

Questions

Questions
195

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Hemant_arora
Customize the badges you want to showcase on your profile
Re: How to move bulk Asset in DAM - Adobe Experience Manager 15-04-2019
Use the ACS tools AEM fiddler tool, change the script to servlet from header ,in your servlet, get all the assets from the folder in dam and use the moveAsset method of AssetManager api to move assets from one location to other.AssetManager ("The Adobe AEM Quickstart and Web Application.") Eg: // To move Asset from /document/somedocument.pdf to /document/legal with name document.pdf AssetManager#move("/document/somedocument.pdf", "/document/legal/document.pdf");

Views

7.3K

Like

1

Replies

1
Re: Need to know Use of default workflow avaliable in AEM 6.3 - Adobe Experience Manager 09-04-2019
Refer to these articles.Creating Workflow Models Adobe Experience Manager Help | Using Adobe Experience Manager Workflows Developing and Extending Workflows

Views

2.2K

Likes

0

Replies

0
Re: Running a workflow on empty folder in DAM - Adobe Experience Manager 09-04-2019
Why do you need to customize it ? Go to workflow models and select the model and select the path of empty folder. It doesn't give warning.

Views

4.4K

Likes

0

Replies

1
Re: In Maven, including dependency via <dependency> OR importing the package inside <Import-Package>. Which one of the two should be used? - Adobe Experience Manager 08-04-2019
javax.inject is for dependency injection. whatever dependencies that you download, you can inject and use via import-package.consider the example of sling models , check a sample sling model and see the use of javax.inject

Views

3.9K

Likes

0

Replies

0
Re: Detect on load of component dialog or page properties - AEM 6.4 - Adobe Experience Manager 08-04-2019
Search for the form element with id "cq-sites-properties-form" and you should be able to determine the page properties dialog

Views

2.3K

Likes

0

Replies

0
Re: In Maven, including dependency via <dependency> OR importing the package inside <Import-Package>. Which one of the two should be used? - Adobe Experience Manager 08-04-2019
Go through this once. Apache Felix - Apache Felix Maven Bundle Plugin (BND) It have list of all the tags and details

Views

4.0K

Likes

0

Replies

0
Re: Can't find bundle for base name environment, locale en_US - Adobe Experience Manager 08-04-2019
is it possible for you to include the external jar as a maven dependency in aem.core project and then export the desired classes in pom?

Views

5.2K

Likes

0

Replies

1
Re: AEM Fiddle- ACS tools - stops working after installing AEM 6.4 service pack 2 - Adobe Experience Manager 08-04-2019
The issue is fixed after installing 6.4.4

Views

3.4K

Likes

0

Replies

0
Re: On uploading an image/asset to DAM, renditions/original thumbnail view is not showing in AEM 6.4 - Adobe Experience Manager 08-04-2019
On 6.2 also you should see a rendition only instead of the original image. something like 1280.1280 one or the one whose width is nearer to given width. I just figured out that as soon as you upload the image on 6.2 , for a moment while the image is being processed, it shows you the path of original because its still creating different renditions. Once the renditions are created, and if we reload the page again, it displays the 1280 rendition. or while uploading image to 6.2, you must have disab...

Views

8.6K

Likes

0

Replies

0
Re: Asset versions are getting created when asset is modified or published. Can we stop creating versions on modification? - Adobe Experience Manager 02-04-2019
Disable the version manager config in http://localhost:4502/system/console/configMgr look for config : Day CQ WCM Version manager. Uncheck the check box

Views

5.5K

Likes

0

Replies

2