Expand my Community achievements bar.

Get ready! An upgraded Experience League Community experience is coming in January.
Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First

  • 6/1/23
    Hi Team, We have requirement where we need to build a mobile app using the current web content (build with RWD) using AEM 6.5 features provided by adobe.This app should be installable and available on both play store and app store, having all the feature of a mobile app(like push notification etc). ...

    Views

    1.1K

    Likes

    0

    Replies

    3
  • 5/31/23
    Is there a way to get/transfer just the versions prior to a specific date?I looked at crx2oak and it seems to me that both AEM repositories must be available locally. (example: I am able to navigate/see both repositories directories/files using terminal commands like cd and ls)If no.2 is correct the...

    Views

    1.1K

    Likes

    0

    Replies

    2
  • 5/31/23
    Are you a new user getting started with Adobe Experience Manager as a Cloud Service? Sign up for our 3-week email series to begin receiving expert tips such as:  Best practices for getting started with Adobe Experience Manager as a Cloud Service and Cloud Manager Key capabilities and feature functio...

    Views

    503

    Likes

    2

    Replies

    0
  • 5/31/23
    Hi All,I have a aem page(/content/xyz/page1) under page properties under advanced tab there is a searchable checkbox field, its unchecked, I want to make it as checked.But in crxd I didnt see this property(searchable)Actually I have so many pages and I need to update it to all page, I tried using cu...

    Views

    1.7K

    Likes

    0

    Replies

    5
  • 5/31/23
    package com.AcHotels.core.servlets;  import java.time.OffsetDateTime;import java.util.HashMap;import java.util.Map;import javax.jcr.Node;import javax.jcr.NodeIterator;import javax.jcr.Property;import javax.jcr.PropertyIterator;import javax.jcr.Session;import javax.jcr.Value;import javax.servlet.Serv...

    Views

    1.1K

    Likes

    0

    Replies

    4
  • 5/31/23
    Urgent help required!!   I am trying to generate sitemap xml using SitemapScheduler. Tried with creating sitemapGenerator by extending ResourceTreeSitemapGenerator and included in the Scheduler config also, But nothing is working. But on demand sitemap generation is working. Please suggest any way t...

    Views

    1.1K

    Likes

    0

    Replies

    3
  • 5/30/23
    We want to unit test a service.  We want this service to have the right config for the right environment (dev, prod or stage).   We can use a dummy config like this:MyServiceImpl.Config config2 = mock(MyServiceImpl.Config.class);context.registerInjectActivateService(new MyServiceImpl(config2));Is it...

    Views

    872

    Likes

    0

    Replies

    2
  • 5/30/23
    We need to edit Create CSV Export functionality(content.exportsearch.csv) in search console. Can anyone help us, which servlet we have to look into @S-K-Agarwal 

    Views

    639

    Likes

    0

    Replies

    2
  • 5/30/23
    Hi All, We have a requirement to convert and AEM Site page to PDF when given a sitepage url as an input. We have been trying opensource solutions like iText html2pdf, iTextRenderer, wkhtmltopdf but none of the worked. With itexthtml2pdf we were able to generate pdf but unable to fetch dynamic compon...

    Views

    855

    Likes

    0

    Replies

    2
  • 5/30/23
    I have a requirement in which I have to access all the published assets from one path.I need only published assets and unpublished assets should be skipped. currently, I used the property jcr:content/cq:lastReplicationAction == "Activate" to validate it but it seems like the unpublished assets are a...

    Views

    2.5K

    Likes

    0

    Replies

    8