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

Asutosh_Jena_
Asutosh_Jena_
Online

Badges

Badges
44

Accepted Solutions

Accepted Solutions
341

Likes Received

Likes Received
1183

Posts

Posts
1139

Discussions

Discussions
182

Questions

Questions
957

Ideas

Ideas
1

Blog Posts

Blog Posts
0
Top badges earned by Asutosh_Jena_
Customize the badges you want to showcase on your profile
Re: How to get a color mode of Image - Adobe Experience Manager 22-03-2021
Hi @Asutosh_Jena_ ,As mentioned in the first link , the methods are present in the class of ColorInfo. Bu there issue is we need to manually set the value for asset color and all thing. I am searching for as solution where by passing image as a argument I need to get the color mode of the image. Let me know if you aware of the same.

Views

252

Likes

0

Replies

0
Re: AEM extend Commerce -> Products -> Create Folder dial... - Adobe Experience Manager 22-03-2021
Hi @RobertBailey1 Please refer the below paths: For adding fields to create folder dialog./libs/commerce/gui/content/products/jcr:content/actions/secondary/create/items/createfolder/libs/wcm/core/content/coral/common/createfolderdialog/items/form/items For adding fields to View Properties of folder:/libs/sling/Folder/cq:dialog/content/items/columns/items/props/items/systemprops/items Please note these are the global fields and updating these will have impact globally.Thanks!

Views

201

Like

1

Replies

0
Re: Adobe IMS Configuration - Key Expiration - Adobe Experience Manager 22-03-2021
The instructions I followed had the key generated in Adobe Experience Manager:Integration with Adobe Target using Adobe I/O | Adobe Experience Manager When viewing the certificate in console.adobe.io, the expiration shows 2031. It looks like the steps are a little different from what you provided so I will work through this document. Thank you! Update: I am unable to link the key generated from console.adobe.io back to AEM. Our AEM instance is not currently configurated in IMS. From what I can t...

Views

253

Likes

0

Replies

0
Re: Configuration missing on Live Copy tab of page proper... - Adobe Experience Manager 22-03-2021
@Asutosh_Jena_ We found the issue with your hint. We have not overridden it but the configuration node itself is missing at /libs/wcm/foundation/components/basicpage/v1/basicpage/tabs/livecopy/items/column/items in all environments which is very strange. Thank you very much...!!!

Views

741

Likes

0

Replies

0
Re: Setting meta properties in a page dynamically based o... - Adobe Experience Manager 22-03-2021
Dynamic response of a component is based on the query parameter or selector added to the page url like xx/xx.html?id=17411. Here we are having few dynamic components and i am using the same template for all of these. I am trying to invoke the call to these components from the page's head html where the meta properties are rendered. If it was only one component i could have called the component directly from the page and get the meta properties needed. Since we have different dynamic components, ...

Views

244

Like

1

Replies

0
Re: move up/down in multifield with image not working pro... - Adobe Experience Manager 21-03-2021
@Asutosh_Jena_ Thanks much. Yes pathfield works perfectly fine

Views

366

Likes

0

Replies

0
Re: Hi All, I was trying to call js on dialog ready with... - Adobe Experience Manager 20-03-2021
@ajaylabade I think if you follow @Asutosh_Jena_ steps you will be able to get this work

Views

1.1K

Likes

2

Replies

0
Re: URL redirecting back to the parent page - Adobe Experience Manager 20-03-2021
Hi @vchanwalast5542 As part of the Resource Resolution step, the client request URI is decomposed into the following parts:Resource Path - For existing resources the resource path is the longest match pointing to a resource where the next character is either a dot (.) or it is the full request URI. Otherwise (for a path not matching any existing resource) the resource path ends at the first dot (.) in the request url.Selectors - If the first character in the request URL after the resource path i...

Views

258

Like

1

Replies

0
Re: Sling Background Servlet node limit to 99 - Adobe Experience Manager 19-03-2021
The Sling Background jobs have been deprecated quite some time ago and also removed from AEM (since at least AEM 6.4). I would clearly try to rewrite the code, e.g. to use a Sling Job to execute the job instead.

Views

219

Like

1

Replies

0
Re: AEM 6.5 HEAD Requests - Adobe Experience Manager 19-03-2021
I don't think it's coming through the dispatcher. There are some head requests in the disp, but at a much lower interval and with a different user agent signature Monitoring the publisher, a few requests comes every 30stail -f /mnt/crx/publish/crx-quickstart/logs/access.log | grep --line-buffered HEAD"HEAD / HTTP/1.1" 200 - "-" "Apache-HttpClient/4.5.4 (Java/1.8.0_251)" Monitor the dispatcher logs shows a different HEAD request; interval about ~130stail -f /mnt/var/log/httpd/access_log | grep --...

Views

412

Likes

0

Replies

0