Expand my Community achievements bar.

Join expert-led, customer-led sessions on Adobe Experience Manager Assets on August 20th at our Skill Exchange.
Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 4/30/25
    See we are using AEM translator http://localhost:4502/libs/cq/i18n/translator.html which has UI like thisNow we support entire EUROPE region for 56  locale so before submitting to translation.com i have to add the english content to all these 56 locale manually. It's such a hectic work to do as an A...

    Views

    213

    Likes

    0

    Replies

    1
  • 4/30/25
    I have few AEM groups and it has already existed in AEM and it has their individual permissions to folders, Currently i need to validate all the permission levels for almost 20+ AEM groups any solution for this process ?I want to Validate & export all the groups with their permissions.

    Views

    425

    Likes

    0

    Replies

    4
  • 4/29/25
    Hi everyone,I'm trying to create a nested block structure in Universal Editor using the following JSON definition:{ "definitions": [ { "title": "Tabs", "id": "tabs", "plugins": { "xwalk": { "page": { "resourceType": "core/franklin/components/bloc...

    Views

    540

    Likes

    0

    Replies

    6
  • 4/29/25
    Hi all,I’m trying to expose a Sling model using the Jackson exporter in AEM as a Cloud Service, but I’m facing an issue where nested objects or lists return null in the JSON output, even though the values are present in the JCR.Here's a simplified version of my code:Sling Model@Model(adaptables = Re...

    Views

    373

    Likes

    0

    Replies

    3
  • 4/29/25
    Hi, our content authoring team would like to hide the following unused AEM page tabs for specific page templates.Cloud ServicesPermissionsPreviewProgressive Web AppCan you please recommend the best approach to accomplish this for AEM as a cloud service?Also, please let me know if there is any risk i...

    Views

    1.0K

    Like

    1

    Replies

    17
  • 4/29/25
    On the AEM cloud, when the url has "UTM_ " the parameter is not working. is there a filter that is blocking? 

    Views

    994

    Likes

    0

    Replies

    6
  • 4/29/25
    I'm trying to write unit tests for an AEM Sling Model, but my test is failing. Here's the test I tried:@RunWith(MockitoJUnitRunner.class)public class ArticleContentModelTest {@Rulepublic AemContext context = new AemContext();private ArticleContentModel articleContentModel;@Beforepublic void setUp() ...

    Views

    394

    Likes

    0

    Replies

    4
  • 4/29/25
    Hi All, To automate CDN cache purge on publish, we implemented a EventHandler which listens to replication request and initiate HTTP Purge request from Author to Publish to clear out CDN cache for published page. However, this Purge request is failing and we are getting 403 response - Complete Error...

    Views

    288

    Likes

    0

    Replies

    2
  • 4/29/25
    Hi,I need to query for all occurrences of <br />, <br/>, or <br /> in my text components, but my search is not returning any results.Here is the query I am using:SELECT * FROM [nt:base] AS n WHERE n.[sling:resourceType]='xxx/components/content/text' AND CONTAINS(n.text, '&lt;br') AND ISDESCENDANTNOD...

    Views

    332

    Likes

    0

    Replies

    3
  • 4/29/25
    Hi Team, We received a customer request for redirecting a non-www to www abc.com  (any page) should redirect (301) to www.abc.com Can I have some suggestion for implementing this redirection rule.  Thanks in advance!  

    Views

    578

    Likes

    0

    Replies

    7