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

HImanshu_Jain_
HImanshu_Jain_
Online

Badges

Badges
28

Accepted Solutions

Accepted Solutions
25

Likes Received

Likes Received
287

Posts

Posts
151

Discussions

Discussions
39

Questions

Questions
112

Ideas

Ideas
2

Blog Posts

Blog Posts
1
Top badges earned by HImanshu_Jain_
Customize the badges you want to showcase on your profile
Re: AEM Renewal exam with different adobe id - Adobe Experience Manager 22-06-2022
They will respond within 48 hrs.

Views

192

Like

1

Replies

0
Re: How to retrive or display added cq:tags on the page using tag manager - Adobe Experience Manager 21-06-2022
You should use InheritanceValueMap to get page properties in Sling Model and Use Tag Manager to Resolve cq:tags. @Model(adaptables = SlingHttpServletRequest.class, defaultInjectionStrategy = DefaultInjectionStrategy.OPTIONAL)public class TagReadingFromPageProperties { @Inject private InheritanceValueMap pageProperties; @Self private SlingHttpServletRequest request; Map tagMap; @PostConstruct protected void init() { String[] allTags = pageProperties.get("cq:tags", String[].class); TagManager tagM...

Views

83

Like

1

Replies

0
Re: How to enable XML editor option in AEM ? - Adobe Experience Manager 21-06-2022
@MayurSatav Please refer below

Views

81

Like

1

Replies

0
Re: need to explore will AEM sites and asserts support billions of documents. - Adobe Experience Manager 21-06-2022
Hi @chandrika123 ,As per Adobe official documents, AEM 6.5 could support assets upto 2.1 Billions (no official reference to AEMaaCS though but AEMaaCS have the latest offerings that of 6.5. ).In my previous project, I worked with almost 500GB of assets where the instance was unstable most of the time.I would recommend, to go with external storage or at least external binary storage.As adobe experience manager is flexible with external integrations, you can always other Adobe tools (CC or work-fr...

Views

33

Likes

2

Replies

0
Re: Responsive grid not reading values properly after latest service pack update - Adobe Experience Manager 21-06-2022
It was working before that SP, that's funny... But still, why is it not reading the values for phone and tablet from the CRX, since the ResponsiveGrid is responsible for writing out the appropriate CSS class, but it's only taking the default ones into consideration ignoring the ones for phone and tablet.

Views

90

Like

1

Replies

0
Re: Allow certain users of a group to access only fewer content, in AEM as a cloud service - Adobe Experience Manager 21-06-2022
@janhavi_singh : Create a new group with 'Contributor' as base group . You may want to choose any other ootb group too based on your need.This would give basic permissions on all paths like /apps , /var etc. Do a deny jcr:all on the main content root project path e.g. /content/ and then selectively give jcr:read on the page paths where you want to give read access. Once the group is created assign the users to this new group. Below is an example where I selectively gave read access to certain da...

Views

104

Like

1

Replies

0
Re: AEM as CS | i18n translation - Adobe Experience Manager 21-06-2022
As a result of immutable content being inaccessible at runtime, the following AEM Sites operations are not available at runtime:i18n dictionary translation

Views

88

Likes

2

Replies

0
Re: Off-boarding AEM Project - Adobe Experience Manager 20-06-2022
Hi @Bhuwan_B ,I don't think we have any best practices to follow for AEM project off-boarding, since it's just the matter of discreting everything what you have deployed on instances. However, IMHO we could considerUninstall the bundle from the console this removes your java code. Uninstall the package from crxde.Adjust/remove all the domain and dispatcher configuration.basically those all things in reverse way which we usually do while development. You can also use Deep Prune - which allows you...

Views

58

Likes

2

Replies

0
Re: How to check the storage of aem cloud - Adobe Experience Manager 16-06-2022
New Relic One application performance monitoring (APM) service for AEM as a Cloud Service is added in cloud manager for all the customers .For more details refer https://experienceleague.adobe.com/docs/experience-manager-cloud-service/content/implementing/using-cloud-manager/user-access-new-relic.html

Views

74

Like

1

Replies

0
Re: Reference component in AEM SPA - Adobe Experience Manager 16-06-2022
I've implemented the reference component using the AEM model provider directive.

Views

57

Likes

0

Replies

0