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

Pallavi_Shukla_
Pallavi_Shukla_
Online

Badges

Badges
27

Accepted Solutions

Accepted Solutions
24

Likes Received

Likes Received
136

Posts

Posts
104

Discussions

Discussions
40

Questions

Questions
65

Ideas

Ideas
3

Blog Posts

Blog Posts
0
Top badges earned by Pallavi_Shukla_
Customize the badges you want to showcase on your profile
Re: Adding ResourceType along with nocache.html in Sling dynamic include - Adobe Experience Manager 24-08-2022
I have done this configuration already.Before SP13, url was .nocache.html . After s913, url changed to /resource type/.

Views

7

Likes

0

Replies

0
Re: How to enable /var/audit in aem as a cloud service publisher instance - Adobe Experience Manager 24-08-2022
I would approach this question differently and check on the author when assets have been unpublished, there should be an audit log for this event as well. And on author it is much better accessible than on publish when it comes to check something.

Views

7

Like

1

Replies

0
Re: Generate sitemap.xml in 6.5.10 - Adobe Experience Manager 18-08-2022
@webdev91 There are 2 options available i.e. on-demand and the scheduled. As information provided by @B_Sravan you can utilize the core components to implement the same. But if you can certain requirement for modifying the content while generating the sitemap, proceed with the scheduler approach. @Component(service = SitemapGenerator.class) @ServiceRanking(20) public class MySitemapGenerator extends ResourceTreeSitemapGenerator { @Inject private String location; @Inject private String locations;...

Views

46

Likes

2

Replies

0
Re: AEM Crypto Support | HMAC and Master Keys sync - Adobe Experience Manager 17-08-2022
Yes, it is a one-time activity.

Views

26

Like

1

Replies

0
Re: How to add a code snippet to pages created on a AEM website? - Adobe Experience Manager 28-07-2022
Thank you all for your help!

Views

48

Like

1

Replies

0
Re: References option in AEM content is showing Internal server Error - Adobe Experience Manager 26-07-2022
Hi @Pallavi_Shukla_ , Thanks but this highlighted network call is 200 for us and there are 2 same calls are triggering with pagename? and it is giving 500 internal server error like above. It was happening only if we add a specific group to customers. As a trial and error while we are checking, we added read permission to /content/usergenerated node for the group. Then the issue got resolved. But we are still not clear about the connection between those

Views

59

Like

1

Replies

0
Re: Solr 9 and AEM 6.5 integration - Adobe Experience Manager 26-07-2022
@arChieZ As far as i know there will not be any difference from AEM Integration perspective if it is Solr6 or Solr 9. Only the differences will be in using the latest feature in Solr9 while running your queries from your client application and it is always backward compatible.

Views

93

Like

1

Replies

0
Re: AEM Modernization Tool | All in one Conversion tool | Creating page versions - Adobe Experience Manager 26-07-2022
The issue was due to a mismatch between rename components and order- seems we need to rename the components as per requirement and then order those renamed component to make the template conversion work as expected

Views

33

Like

1

Replies

0
Re: Inplace editing in RTE? - Adobe Experience Manager 05-07-2022
Please refer the following documentation links:https://www.bounteous.com/insights/2022/01/06/custom-rich-text-editor-plugins-adobe-experience-manager/http://www.sgaemsolutions.com/2019/02/cqinplaceediting-in-cqeditconfig-node_7.html

Views

91

Like

1

Replies

0