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

Bhuwan_B
Bhuwan_B
Online

Badges

Badges
33

Accepted Solutions

Accepted Solutions
87

Likes Received

Likes Received
316

Posts

Posts
253

Discussions

Discussions
35

Questions

Questions
218

Ideas

Ideas
1

Blog Posts

Blog Posts
0
Top badges earned by Bhuwan_B
Customize the badges you want to showcase on your profile
Re: Add Custom Button below Create Fragment Option - Adobe Experience Manager 21-06-2022
Hi,You can write an event listener to move CF as soon as it is created to the new folder.Author may confused with this but you can add instruction on create screen. And make sure listener acts only act on outside certain folder.

Views

85

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

59

Likes

2

Replies

0
Re: AEM Cloud - move content between environments - Adobe Experience Manager 17-06-2022
HiAdobe is planning to add Content sync, planned for H2. This will help to content sync from prod to dev or stage.more info - https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/aem-gems-looking-under-the-hood-cloud-manager-2022/m-p/456524

Views

59

Likes

2

Replies

0
Re: Error in DAM Update Asset Workflow - Adobe Experience Manager 16-06-2022
Yes, we have added some more renditions in the OOTB workflow, and it is intermittently that the above error is observed. And there is no other customization, other than adding the renditions in the Thumbnail Process creation step.AEM version 6.5.13It should be upload, as we are not doing any other processing on the assets.

Views

109

Like

1

Replies

0
Re: What determines the number of publisher and dispatcher in AEM? - Adobe Experience Manager 13-06-2022
Kindly refer https://experienceleague.adobe.com/docs/experience-manager-64/managing/managing-further-reference/hardware-sizing-guidelines.html?lang=en#architecture

Views

88

Like

1

Replies

0
Re: AEM Project Setup Issue - Adobe Experience Manager 13-06-2022
Set your Node version to 12.16.2NPM version 6.14.4Java version: 11 Use the below to generate project. mvn -B archetype:generate -D archetypeGroupId=com.adobe.aem -D archetypeArtifactId=aem-project-archetype -D archetypeVersion=27 -D appTitle="My Test Project" -D appId="my-test-project" -D groupId="com.my.test" -D frontendModule=general -D includeExamples=n -D aemVersion=6.5.9 -D includeErrorHandler=y -D archetypeRepository=http://repo.adobe.com/nexus/content/groups/public/ -D includeDispatcherCo...

Views

128

Like

1

Replies

0
Re: Can we use Headless client - GraphQL for fetching data from AEM On-prem as well as SAAS? - Adobe Experience Manager 10-06-2022
@Omkar_Phadtare GraphQL is a query language and server-side runtime for application programming interfaces (APIs) that prioritizes giving clients exactly the data they request. AEM as a Cloud Service and AEM 6.5.10.0+ version supports GraphQL API to expose the Content Fragment. So, you will be able to expose the Content Fragments through GraphQL API on AEM On-Premise(with SP 6.5.10.0+) as well as AEM as a cloud service.

Views

66

Likes

2

Replies

0
Re: Maven Archetype 26 -all module fails to install embedded package if Project is inside Folder - Adobe Experience Manager 30-05-2022
Hi @Bhuwan_B ,If your project is having ui.apps.structure module. Check filters added in the pom.xml of this module.

Views

90

Like

1

Replies

0
Re: Authorization for page in dispatcher url in AEM 6.5 - Adobe Experience Manager 23-05-2022
Hi @Nesan , If you meant to achieve Permission Sensitive Caching on dispatcher, you can also refer to following blog for understanding on its implementation apart from one shared by @Wasil_Zafar_ :https://www.argildx.com/technology/permission-sensitive-caching-psc/#:~:text=In%20AEM%2C%20Permission%20Sensitive%20Caching,to%20check%20the%20user%20permission.Thanks,Milind

Views

123

Like

1

Replies

0
Re: "page has no template assigned" error on publish instance - Adobe Experience Manager 23-05-2022
SOLVED:My template at "/conf//settings/wcm/templates/page-basic/initial" was missing the fragmentVariationPath property on the experience fragments. I'm not sure why it still worked on the author instance, though. Thanks for your suggestions.

Views

188

Like

1

Replies

0