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: Preventing SVG Renditions - Adobe Experience Manager 20-06-2018
It is a regex match, so please escape the metacharacter '+'. Please try with following: "skip:image/svg\+xml" at "Thumbnail Process" step.Thanks,Ashutosh

Views

2.5K

Like

1

Replies

0
Re: Asset direct link is downloading not open asset on new tab - Adobe Experience Manager Assets 03-06-2018
I didn't get this, What update exactly you are looking for? As I have mentioned in first reply, it is a security request filter at sling level responsible for this, uncheck the option (Enable Content Disposition for all paths) at filter takes you to the old behavior. It is a not a bug rather security improvement.

Views

22.0K

Likes

0

Replies

2
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
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 17-05-2018
Add property predicate to add following:property=jcr:content/metadata/dc:titleBut look at the form and grouping once you added the Property Predicate. Since grouping support is not available for authoring, it will be auto populated. So in the final form, say this custom property comes as 22_property=jcr:content/metadata/dc:title, then you should use hidden predicate to add following:"22_property.operation=like" Inspect the Search GET request parameters at browser's console to diagnose it better.

Views

2.5K

Likes

0

Replies

0
Re: Auto-populate asset metadata schema - Adobe Experience Manager 16-05-2018
When asset gets replicated, the replication status properties[0] are already set on Asset's metadata by the platform and same (precisely cq:lastReplicated ) should be used. No need to use Processing Profile for this use case, you are right it is only applicable to static values (like Tags, Description etc.)[0] Custom Node Types

Views

2.7K

Likes

0

Replies

0
Re: Auto-populate asset metadata schema - Adobe Experience Manager 16-05-2018
Yes that is expected. Asset's metadata doesn't have any value and that was the first point in my previous reply "how asset is going to get the values".Applying Metadata Schema AA to Folder BB means, assets under the folder BB would use this schema AA when open through metadata editor. The values on assets under BB can be set using metadata editor.For auto population of metadata values on assets under BB can be achieved through Processing Profile (different feature).You have to use both Processin...

Views

2.6K

Likes

0

Replies

0
Re: Assets Search: - Adobe Experience Manager 16-05-2018
You can use wildcard with Property Predicate or with any other predicate. Say following works well for Property Predicate:# LIKEproperty=propertyNameproperty.operation=likeproperty.value=%value%API: Query Builder API Use "Hidden Predicate" to add "property.operation=like" at Asset's search form editor.

Views

2.5K

Likes

0

Replies

0
Re: Error Message when changed optional field to mandatory for metadata schema. - Adobe Experience Manager 15-05-2018
Replied, both questions are bit open ended, expecting more details to converge. Thanks

Views

2.8K

Likes

0

Replies

0
Re: Auto-populate asset metadata schema - Adobe Experience Manager 15-05-2018
-> it should update the date field to current date.Do you mean asset's metadata should update "Publication Date" as when this schema got applied to parent folder. I am not sure if I have understood use case mentioned here, but this can be achieved using Processing Profile[1]. Once you get the "Publication Date" field auto populated (through [1]) on asset's metadata, then it should be mapped in metadata schema.Out of Two metadata fields (type Date) which needs to be displayed at metadata editor, ...

Views

2.6K

Likes

0

Replies

0