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: Sling Background Servlet node limit to 99 - Adobe Experience Manager 18-03-2021
Hi @thiagorabelo-conexio I am not sure what the use case here that you are using the background job with Sling servlet. See if the below link helps:https://www.joshdurbin.net/posts/2015-05-sling-background-servlets/ Thanks!

Views

198

Like

1

Replies

0
Re: Where is the i18n translator UI for AEM Cloud? - Adobe Experience Manager 18-03-2021
Hi @TB3dock As per Adobe documentation, in AEM as a Cloud Service, any chnages to the i18n needs to be deployed as part of the code."I18n translation changes need to come from Git via the CI/CD pipeline." Even I too have also facing the same issue with Cloud Service and it gives me the same 403 error. This is basically not available for cloud users./apps and /libs are immutable at runtime so this has to be deployed by Git. Hope this helps!Thanks!

Views

1.4K

Likes

3

Replies

0
Re: How to Integrate one script to all pages of metadata - Adobe Experience Manager 18-03-2021
Hi @Mounikasri If you are trying to include some metadata HTL script across all the pages for any website, please overlay your page template (head.html) file where all the matadata for a page are defined.Now you can create another HTL file with the required HTL script and include the file in the path at the desired location, preferrably after the metatags.${page.title}${page.brandSlug ? ' | ' : ''}${page.brandSlug}<-- Your file/custom meta script should go here -->This will ensure all the pages ...

Views

336

Like

1

Replies

0
Re: How to discard content changes? - Adobe Experience Manager 16-03-2021
Hi @TB3dock ,AEM does not come with any OOTB functionality where it will create version for each edit when user performs any action. It creates only version when a page is replicated/activated.Once you replicate the page it will add a version stamp and will allow the user to revert it back to the previous version only if it's available from the timeline rail.Please see the screenshot below:Also Please refer the below documents from Adobe regarding page versioning:https://experienceleague.adobe.c...

Views

304

Like

1

Replies

0
Re: AEM 6.5.6 + static templates: How do I extend a field... - Adobe Experience Manager 16-03-2021
You the implementation is required only for a single website or project that you are working on, in this case you can add the additional property in the /apps/myproject folder. As you are using the sling:resourceSuperType property it will inherit the additional property that you have created and will show on your page. If you want it to be available for all the future projects including the exisitng one without making any additional change each time you add a project, you can overlay in /apps/wc...

Views

426

Likes

0

Replies

0
Re: AEM 6.5.6 + static templates: How do I extend a field... - Adobe Experience Manager 16-03-2021
Are you using the core components now and trying to add an additional property as described in the video? If Yes, then you will need to overlay the node in /apps/your-project-folder and then add only the additional property.

Views

435

Likes

0

Replies

0
Re: AEM 6.5.6 + static templates: How do I extend a field... - Adobe Experience Manager 16-03-2021
Are you using the core components now and trying to add an additional property as described in the video?

Views

437

Likes

0

Replies

0
Re: Dispatcher doesn't cache - Adobe Experience Manager 16-03-2021
Hi @kevingtan When you are requesting for a file which is not cached in the dispatcher such as abc.html what you are observing in the dispatcher.log?If you can share the log for a single file request from both dispatcher and publisher it will be easier to debug.Thanks!

Views

443

Like

1

Replies

1
Re: AEM 6.5.6 + static templates: How do I extend a field... - Adobe Experience Manager 16-03-2021
Hi @jayv25585659 As you are trying to add a new field in the fieldset you will need to overlay the node under 'apps' folder. Overlay should be created using the below path:/apps/wcm/foundation/components/basicpage/v1/basicpage/tabs/basic/items/column/items/moretitles/items/custompropertynamehereHope this helps!Thanks!

Views

452

Like

1

Replies

6
Re: Can we download crxde for not commercial use - Adobe Experience Manager 16-03-2021
Hi @JakeCham You can raise a request to download the required product(need to select while raising the request) with non commercial license here:https://solutionpartners.adobe.com/home/news/2018/04/adobe_experience_man.htmlAdobe Solution Partners are eligible to receive Adobe Experience Manager downloads for non-production, not-for-resale uses. AEM 6.4 Downloads are available to all Partners in the Solution Partner Program.Hope this helps!Thanks!

Views

227

Like

1

Replies

0