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

Suraj_Kamdi
Suraj_Kamdi
Online

Badges

Badges
37

Accepted Solutions

Accepted Solutions
44

Likes Received

Likes Received
170

Posts

Posts
175

Discussions

Discussions
33

Questions

Questions
142

Ideas

Ideas
5

Blog Posts

Blog Posts
1
Top badges earned by Suraj_Kamdi
Customize the badges you want to showcase on your profile
Re: Radio buttons in AEM content fragment model editor - Adobe Experience Manager 20-04-2021
@hamidk92094312 Thanks for the update. I know we can use the enumeration data type as an alternative but happy with your prompt reply.

Views

675

Likes

0

Replies

0
Re: querybuilder question: return pages with a component... - Adobe Experience Manager 22-03-2021
@TB3dock Yes exactly. Now create List resourceList using searchResult.getResources()

Views

519

Likes

0

Replies

0
Re: querybuilder question: return pages with a component... - Adobe Experience Manager 22-03-2021
@TB3dock it will return page + component path. not sure about in your case. please attach some screenshots for quick understanding

Views

529

Likes

0

Replies

0
Re: querybuilder basic question - Adobe Experience Manager 22-03-2021
@TB3dock Here is the list of all the primary types available in AEMhttps://experienceleague.adobe.com/docs/experience-manager-65/developing/platform/custom-nodetypes.html?lang=en#platform If you want to return the specific set of pages with the following sample query path=/content/game type=cq:page property=cq:primaryType property.value=sample/components/structure/game-overview p.limit=-1

Views

391

Likes

2

Replies

0
Re: querybuilder question: return pages with a component... - Adobe Experience Manager 22-03-2021
@TB3dock Use the following query builder query to get desired output path=/content/game property=sling:resourceType property.value=sample/components/structure/game-overview group.1_property=gameId group.1_property.value=0 (Optional) group.2_property=gameName group.2_property.value=0 (Otional) group.p.and=true p.limit=-1 I am considering all the possible scenarios here as per provided description.

Views

540

Likes

3

Replies

4
Re: Unable to Create Language Copy from Language Masters... - Adobe Experience Manager 04-03-2021
@troubleshooter3 It might be some miss out while executing steps to create a language copy.Go through the following official video or else please provide some screenshots. https://experienceleague.adobe.com/docs/experience-manager-learn/sites/translation/language-copy-feature-video-use.html?lang=en

Views

288

Like

1

Replies

1
Re: Conditionally add tabs to page properties based on te... - Adobe Experience Manager 03-03-2021
@akaria Never mind .I am Happy to help

Views

469

Likes

0

Replies

0
Re: Conditionally add tabs to page properties based on te... - Adobe Experience Manager 02-03-2021
Yes, we can @akaria .1. create a template-specific component and provide resourceSuperType as the main page component. 2. inside a template-specific component create separate page properties cq:dialog based on your requirement.3. now next part go to the respective template structure inside /conf directory ex. a. /conf//settings/wcm/templates/sample-template/initial/jcr:content and set resourceType as template specific component path b. same applies for /conf//settings/wcm/templates/sample-templa...

Views

531

Likes

2

Replies

3
Re: AEM SPA Website Examples? - Adobe Experience Manager 29-01-2021
@AEMWizard Here is the example https://wknd.site/content/wknd/us/en.html

Views

698

Like

1

Replies

1
Re: AEM Move page Functionality - Adobe Experience Manager 29-01-2021
@anelem1760873 still it will print that warn log. nothing to worry much about it. just cross check whether synchronization is working properly or not.

Views

616

Likes

0

Replies

0