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

Singaiah_Chintalapudi
Singaiah_Chintalapudi
Offline

Badges

Badges
35

Accepted Solutions

Accepted Solutions
44

Likes Received

Likes Received
156

Posts

Posts
249

Discussions

Discussions
64

Questions

Questions
185

Ideas

Ideas
0

Blog Posts

Blog Posts
2
Top badges earned by Singaiah_Chintalapudi
Customize the badges you want to showcase on your profile
Re: JCR Query - Search for two components under a parent - Adobe Experience Manager 25-08-2022
Technically, you can write a script in Groovy and run it on http://localhost:4502/apps/groovyconsole.html and you will be able to run code without the need for code deployment

Views

5

Likes

0

Replies

0
Re: [New] Welcome to AEM Community! Please Introduce Yourself - Adobe Experience Manager 27-07-2022
Good Morning Everyone, Thank you for giving me this opportunity to be part of your community. My name is Patrick Yee and I am a software engineer that loves using .NET, C#, C++, HTML, CSS, and JavaScript. I love to learn about technology. I also enjoy reading and writing, and playing video games. I am inspired to a game software developer, but in the meantime I want to be more knowledgeable person with a lot of skills.

Views

108

Like

1
Re: Using jQuery3 version on AEM - Adobe Experience Manager 27-07-2022
Hi @Singaiah_Chintalapudi could you share your customization? Thanks a lot.

Views

115

Likes

0

Replies

0
Re: Error in Set up local AEM Runtime - Adobe Experience Manager 26-05-2022
I just ran into the same issue after going through the setup documentation. If content.html is not a valid page, why is it the default page when going to the site root or after after successful login? Why does the application not load a valid page instead?

Views

167

Likes

0

Replies

0
Re: Experience Fragment Creation in a static template - Adobe Experience Manager 16-05-2022
You should be able to use EFs in static templates.https://experienceleague.adobe.com/docs/experience-manager-learn/sites/experience-fragments/experience-fragments-feature-video-use.html?lang=enhttps://medium.com/exadel-digital-marketing-technology-practice/aem-experience-fragments-templates-5047bc780723

Views

178

Like

1

Replies

0
Re: AEMCaaS Generate Renditions using Dynamic Media - Adobe Experience Manager 06-05-2022
Thanks @Singaiah_Chintalapudi For #2 - As we know most projects normally will have image components based on core image component. Would we be able to still use the core components ? (I will try to explore as I get the credentials)Or we have to somehow include/utilize dynamic media component only into our image based components?

Views

97

Like

1

Replies

0
Re: Applying Folder Metadata Schema in Bulk - Adobe Experience Manager 06-05-2022
Hi - thank you, but when I apply a Folder Metadata Schema profile it only applies to the specific folder and the child folders don't inherit it. Is this a setting somewhere that I can change to make them inheritable?

Views

125

Like

1

Replies

0
Re: jcr:mixinTypes property - Adobe Experience Manager 02-05-2022
I faced similar problem while cancelling the inheritance of a component for multiple nodes and following code snippet worked for me -Node node = getNode(String nodepath)node.addMixin("cq:LiveSyncCancelled")node.setProperty("cq:isCancelledForChildren","true",PropertyType.BOOLEAN)session.save(); Note: I executed this on groovyconsole.

Views

283

Likes

0

Replies

0
Re: AEM Cloud Inbox page Issue - Adobe Experience Manager 07-03-2022
We are also using AEM Cloud and have experienced no such issue, so I'm guessing this is not global.Can you check if you have made any overlays or customization to the AEM Inbox?

Views

223

Like

1

Replies

0
Re: Unable to logon post migration and getting ImsConfigProvider cannot be resolved to a type - Adobe Experience Manager 07-03-2022
What Java version are you using? See below similar thread:https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/error-on-quick-start-aem-6-4/m-p/243698

Views

125

Like

1

Replies

0