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: page properties issues - AEM cloud - Adobe Experience Manager 11-07-2022
Can you share the cq_dialog.xml? 

Views

173

Like

1

Replies

6
Re: Monitoring of live Website - Adobe Experience Manager 08-07-2022
Can you please explain a bit in detail what exactly you need in terms of monitoring?You can create the page in author and verify the same in publisher instance and via dispatcher.

Views

172

Like

1

Replies

2
Re: AEM as Cloud : Pushing code from GIT to Cloud Repo - Adobe Experience Manager 07-07-2022
1.Clone your git repo on local machine 2. Add remote repo to it via remote add command "git remote add "3.Now checkout the branch from your git repo which you want to push and use below command to push in remote repogit push :

Views

126

Likes

2

Replies

0
Re: Cloud Manager Pipeline Stuck - Adobe Experience Manager 29-06-2022
We cannot terminate from cloud manager console.Better to raise the support ticket at p1 level. ThanksHimanshu

Views

158

Likes

2

Replies

0
Re: How to implement SonarQube for AEM as a CLoud Service - Adobe Experience Manager 28-06-2022
Download aemrules-x.y.jar or build AEM Rules for SonarQube plugin.Paste it into sonarqube/extensions/plugins directory.Restart SonarQube.Go to rules section and activate AEM rules in your profile.Ref: https://github.com/wttech/AEM-Rules-for-SonarQube

Views

184

Like

1

Replies

3
Re: Issue in AEMaaCS Overlay - Adobe Experience Manager 28-06-2022
Are you using Sling Resource Merger ? Note : The Sling Resource Merger and the related methods can only be used with Granite. This means that creating an overlay with a skeleton structure is only appropriate for the standard, touch-enabled UI. Refer: https://experienceleague.adobe.com/docs/experience-manager-cloud-service/content/implementing/developing/full-stack/overlays.html?lang=en

Views

89

Like

1

Replies

0
Re: Can i force "card view" when sharing a link to the sites console? - Adobe Experience Manager 27-06-2022
Thanks @SantoshSai  for highlighting.

Views

75

Like

1

Replies

0
Re: error while installing osgi bundle - Adobe Experience Manager 27-06-2022
Check that the MANIFEST.MF file contains a proper SymbolicName header

Views

273

Like

1

Replies

0
Re: Can i force "card view" when sharing a link to the sites console? - Adobe Experience Manager 27-06-2022
1. Overlay the /libs/dam/gui/content/assets/jcr:content/views/card and under /apps/dam/gui/content/assets/jcr:content/views/card2. Add a property sling:orderBefore to the list node , something like belowname: sling:orderBefore String card3. The XML looks something like this Refer : https://www.nextrow.com/blog/adobe-experience-manager/make-list-view-as-default-view-in-aem-assets (This is for list view) You can do the same for card view. ThanksHimanshu

Views

79

Like

1

Replies

2
Re: How to implement SonarQube for AEM as a CLoud Service - Adobe Experience Manager 26-06-2022
In your local SonarQube setup add the AEM rules jar file .Jar file : https://github.com/wttech/AEM-Rules-for-SonarQube/releases After that run mvn sonar:sonar on your project . ThanksHimanshu

Views

223

Likes

2

Replies

5