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

HeenaMadan
HeenaMadan
Online

Badges

Badges
17

Accepted Solutions

Accepted Solutions
13

Likes Received

Likes Received
54

Posts

Posts
52

Discussions

Discussions
12

Questions

Questions
40

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by HeenaMadan
Customize the badges you want to showcase on your profile
Re: connection to magento is failing for non default-store view - Adobe Experience Manager 25-08-2022
Thanks. Working now. Cloud configuration was missing.

Views

9

Likes

0

Replies

0
Re: What is rate limit for AEM rest apis? - Adobe Experience Manager 24-08-2022
No rate limit is configured on these apis.

Views

11

Like

1

Replies

0
Re: what is mix:referenceable in aem? - Adobe Experience Manager 23-08-2022
Every node has one declared primary node type and zero or more mixin node types. Jackrabbit has a unique identifier for every node (jcr:uuid) but if you tried to list the nodes properties it would not appear, unless you added the mix:referenceable mixin. Refer JCR specification https://developer.adobe.com/experience-manager/reference-materials/spec/jcr/1.0/6.7.21.2_mix_referenceable.html All versionable nodes must also be referenceable, thus versionable is a subtype of referenceable. Refer https...

Views

31

Like

1

Replies

0
Re: Adding Image To A Component Dialog - Adobe Experience Manager 23-08-2022
In _cq_dialog/content.xml, add below line of code if you want to upload file

Views

30

Likes

2

Replies

0
Re: Content Sync - One Environment to other - Auto Sync
nj2
- Adobe Experience Manager 22-08-2022
thank you @HeenaMadan - Are there any pointers or use cases I should consider when choosing this solution? such as what should be invocation strategy - event based (page create/update/delete) or workflow or any other method.. please share your thought on this..

Views

7

Like

1

Replies

0
Re: Dispatcher cache clear strategy for service - Adobe Experience Manager 22-08-2022
Thanks, @HeenaMadan, and @Jagadeesh_Prakash for this solution. However, I feel the answer by @arunpatidar seems the best fit here. For blogs and all, there will be no specific timeline for the addition of new content. I tried ACS Flush rules. It worked pretty fine, clearing cache only on particular hierarchy activation and it's so simple to implement. Just clear cache as soon as new content comes with no time barrier, so I feel this solution is the best fit here. @kautuk_sahni - Do you think ACS...

Views

31

Likes

2

Replies

0
Re: Bullk edit crawlability of pdf's in AEM - Adobe Experience Manager 22-08-2022
You can do bulk updates of Asset metadata using a CSV file. Refer https://experienceleague.adobe.com/docs/experience-manager-65/assets/using/metadata.html?lang=en#import-metadata To prevent your PDF file from being listed in search results, use the HTTP X-Robots-Tag response header, e.g.: X-Robots-Tag: noindex OR rel="nofollow" on links to those PDFs Download PDF Refer https://developers.google.com/search/docs/advanced/robots/robots_meta_tag

Views

12

Likes

0

Replies

0
Re: How to specify the order of filters in AEM? - Adobe Experience Manager 18-08-2022
@TB3dock you can use  @ServiceRanking(500) to provide ranking. try this.

Views

17

Likes

0

Replies

0
Re: Maker in logs does not work in AEM Cloud?? - Adobe Experience Manager 17-08-2022
Please check https://sling.apache.org/documentation/development/logging.html#logger-configuration-1

Views

37

Like

1

Replies

0