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

ashu4pma
ashu4pma
Offline

Badges

Badges
13

Accepted Solutions

Accepted Solutions
15

Likes Received

Likes Received
17

Posts

Posts
38

Discussions

Discussions
7

Questions

Questions
31

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by ashu4pma
Customize the badges you want to showcase on your profile
Re: Remove Insights tab in DAM Asset Meta Data - Adobe Experience Manager 01-04-2021
Hi @smacdonald2008 @vsharm , is there any documentation or any update available on this ?

Views

351

Like

1

Replies

0
Re: Asset direct link is downloading not open asset on new tab - Adobe Experience Manager Assets 21-07-2020
I fixed this issue by adding the following code on my dispatcher .conf file. Header set Content-Disposition inline It will open the txt, pdf and xml file on the browser itself.

Views

717

Like

1

Replies

0
Re: Assets list view orderable fields - Adobe Experience Manager 05-11-2019
Hello, I'm having this same problem. The Name column is not orderable and I have dozens of files. I would like to make a request myself to ask for this feature but I can't find anywhere to do it. I tried contacting Adobe by chat but then they sent me to the AEM Support site and I cannot create any requests from there so… What to do? It's unbelievable thank I cannot sort the items alphabetically.

Views

2.6K

Likes

0

Replies

0
Re: AEM 6.3: Need to implement auto search suggestions for DAM Asset collection - Adobe Experience Manager 23-07-2018
No, AFAIU the Search Suggestion for Collections needs to be achieved at project level through custom implementation. No OOTB feature having this kind of support or close to this requirement.You could use OmniSearch API to integrate the suggestions with OmniSearch result page.https://helpx.adobe.com/experience-manager/6-3/sites/developing/using/reference-materials/javadoc/com/adobe/granite/omnisearch/api/core/OmniSearchService.html#getSuggestions(org.apache.sling.api.resource.ResourceResolver,%20...

Views

2.0K

Likes

0

Replies

0
Re: dam:size is not added to metadata of Asset - Adobe Experience Manager 26-06-2018
I am not able to reproduce this in AEM 6.2 (latest SP + CFP), I can see dam:sha1, dam:size and dam:extracted are getting saved on metadata node for all type of files including mp3/mp4. Is there any customization around asset processing/handling done in your case? Can you please check if there is any error in logs (error.log) logged during asset processing (dam_update_asset) workflow? Share the same to understand the issue better.Thanks,Ashutosh

Views

2.5K

Likes

0

Replies

0
Re: External DAM integration with AEM 6.x - Adobe Experience Manager 20-06-2018
The central DAM should be configured similar to cloud service configuration (like Marketing Cloud, Brand Portal etc.) at AEM. Then replication sync (on demand or cache) is something consider to get all assets from central DAM to AEM. Then rest of the flow/experience works same since assets are now duplicated and works as local in AEM. But keeping the local copy in sync with central DAM would be a challenge and you can check if that is the use case or not.Please share the exact use case to talk m...

Views

2.9K

Likes

2

Replies

0
Re: Preventing SVG Renditions - Adobe Experience Manager 20-06-2018
Thanks Scott It was indeed the regex match and since svg's have + in between so it skipped.

Views

2.0K

Likes

0

Replies

0
Re: Auto-populate asset metadata schema - Adobe Experience Manager 17-05-2018
Make use of cq:lastReplicationAction Property. You can use Cascading Metadata OOTB[0] in 6.4 to set the visibility rule dynamically (i.e. when cq:lastReplicationAction=Activate). For previous releases, customize the same visibility rule using custom validator.Thanks[0]Adobe Experience Manager Help | Using Cascading Metadata in AEM Assets

Views

2.7K

Likes

0

Replies

0
Re: Assets Search: - Adobe Experience Manager 18-05-2018
Can you share the search GET request parameters being generated post your changes? It is very comprehensive to figure out what query is going to trigger by looking at GET request parameters.The request I am looking is for following URL:http://:/mnt/overlay/granite/ui/content/shell/omnisearch/searchresults.html

Views

2.5K

Likes

0

Replies

0