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

Siva_Sogalapalli
Siva_Sogalapalli
Online

Badges

Badges
35

Accepted Solutions

Accepted Solutions
49

Likes Received

Likes Received
190

Posts

Posts
249

Discussions

Discussions
57

Questions

Questions
193

Ideas

Ideas
2

Blog Posts

Blog Posts
0
Top badges earned by Siva_Sogalapalli
Customize the badges you want to showcase on your profile
Re: Best way to sync content between prod and stage - Adobe Experience Manager 07-04-2022
hi @ganeshbyale please check below and see if that helps:https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/content-distribution-from-production-author-gt-stage-author/m-p/391520#M9657 https://dgtljourney.wordpress.com/2017/04/05/content-synchronization/ https://medium.com/globant/aem-content-synchronization-cb1e15b0c3f8

Views

284

Like

1

Replies

1
Re: get the parent page title if given child page path in multifield - Adobe Experience Manager 06-04-2022
You can try below:1. get the resource of the page path2. Adapt To Page Object - Here you can get all the info about the current page 3. Get Parent page using page.getParent() https://developer.adobe.com/experience-manager/reference-materials/6-5/javadoc/com/day/cq/wcm/api/Page.html#getParent-- Note: If you just want page title, you can get it from page object otherwise you can even get using valuemap. Resource res = resolver.getResource(pagePath);Page page= res.adaptTo(Page.class);String pageTit...

Views

126

Like

1

Replies

0
Re: need clarification on dialog - Adobe Experience Manager 06-04-2022
Please check below for basic understanding:https://aem4beginner.blogspot.com/touch-ui-dialog-structure https://developer.adobe.com/experience-manager/reference-materials/6-4/granite-ui/api/jcr_root/libs/granite/ui/index.html

Views

75

Likes

2

Replies

0
Re: Role based header navigation menu - Adobe Experience Manager 05-04-2022
Yes Pavan, we need to make changes at experience fragment / variation level on author and publish those variations/experience fragments.

Views

143

Like

1

Replies

1
Re: Role based header navigation menu - Adobe Experience Manager 05-04-2022
Hi @phampi , You can try with experience fragments variations and load it based on particular variation based on role. More info on creating variations: https://experienceleague.adobe.com/docs/experience-manager-64/authoring/authoring/experience-fragments.html?lang=en

Views

158

Like

1

Replies

3
Re: Is it possible to get the current user in the workflow? - Adobe Experience Manager 05-04-2022
Please check below examples where you can find API details. https://experienceleague.adobe.com/docs/experience-manager-65/developing/extending-aem/extending-workflows/workflows-step-ref.html?lang=en https://experienceleague.adobe.com/docs/experience-manager-64/developing/extending-aem/extending-workflows/workflows-program-interaction.html?lang=en#using-the-workflow-java-api

Views

115

Like

1

Replies

0
Re: AEM 6.5 - 503 error every time server is initialize - Adobe Experience Manager 04-04-2022
Yes, if you delete crx-quickstart folder for any reason, then we would need to configure everything form scratch. NOTE: Please remember that it is not advisable/solution to fix on prod & any other instance especially removing crx folder and install again. In general, there could be multiple reasons for these kind of issues and below are the few debug steps:1. Make sure you're compatible java version. https://experienceleague.adobe.com/docs/experience-manager-learn/foundation/development/set-up-a...

Views

344

Like

1

Replies

1
Re: AEM 6.5 - 503 error every time server is initialize - Adobe Experience Manager 04-04-2022
@mahinder What is the java version you're using? If setting up new instance is an option for you, then you can try below and see how it works. 1. Delete existing crx-quickstart folder2. First time install AEM using command line : java -jar . jar3. One the AEM instance is up, later on you can use any options to start AEM.

Views

351

Like

1

Replies

3
Re: page rollout msm links to content fragments while rolling out pages - Adobe Experience Manager 01-04-2022
@ritesh01 , as @Pallavi_Shukla_ replied, content framgnets doesn't support MSM. I'm not sure about your exact use case and the reason behind using content framgnets, please check if you can use experience fragments for your use case. You can have rollout feature with Experience fragments by writing custom soutions. References : https://experienceleague.adobe.com/docs/experience-manager-learn/sites/content-fragments/understand-content-fragments-and-experience-fragments.html?lang=en https://experi...

Views

93

Likes

2

Replies

0
Re: granite/ui/components/foundation/form/select is not saving its value after re-opening the dialogue - Adobe Experience Manager 30-03-2022
@prash0905 is it possible to share the dialog.xml here? so that we can have a look.

Views

227

Like

1

Replies

2