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: AEM workflow - Adobe Experience Manager 19-04-2022
Thank You , I will refer this documentation

Views

169

Like

1

Replies

0
Re: When moving a page on Blueprint does not reflect on live copies - Adobe Experience Manager 08-04-2022
Your LiveCopy content needs the Page Move rollout config on it. It appears you have only the default config and you need to add page Move (moveAction) and have it trigger on rollout.

Views

106

Like

1

Replies

0
Re: Role based header navigation menu - Adobe Experience Manager 08-04-2022
Hi @Siva_Sogalapalli , Apologies for late reply, but the thing is my architect is planning for other approach to avail this benefit using Angular. I will try your suggested approach on my local and update you. TIAKind regards,Pavan

Views

124

Likes

2

Replies

0
Re: AEM 6.5 - 503 error every time server is initialize - Adobe Experience Manager 08-04-2022
@mahinder I see multiple errors in the log which you've shared and have few questions. 1. Is it your fresh AEM instance and you run into this while setting up?2. Or you got this issue upon any activity like upgrading any packages/bundles or upon restart your machine without proper stop etc.3. I see issues related to blob storage, oak index, core bundles etc.. Team has already shared few debugging steps, if none of those works for you then i would suggest below.1. Don't just hang on this issue, c...

Views

297

Like

1

Replies

0
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: Is it possible to get the current user in the workflow? - Adobe Experience Manager 06-04-2022
To get intiator/author :String intiator = workItem.getWorkflow().getInitiator();to get approvar detailsyou have to get it from user manager api.UserManager userManager = resolver.adaptTo(UserManager.class);Set toEmails = new TreeSet<>();Authorizable user = userManager.getAuthorizable(authId);validateAuthroable(userManager, toEmails, user);

Views

93

Like

1

Replies

0
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

92

Likes

2

Replies

0
Re: Custom logging for whenever any user logs in AEM author system - Adobe Experience Manager 31-03-2022
The solution is not working for login. 

Views

50

Like

1

Replies

0
Re: Merge two xdps and make a pdf in AEM Forms - Adobe Experience Manager 28-03-2022
Hi,How do we give fragment name in ddx that needs to be merged in main xdp ?Is there any enhancements in Assembler service in any of the service pack?Because getting below error even when passing the right fragment name in ddx: Caused by: com.adobe.fd.assembler.client.AssemblerException$ClientException: PDFM_S28003: XFA Assembly unable to assemble required XFA Fragment

Views

138

Likes

0

Replies

0