Expand my Community achievements bar.

The first preview of our new Community upgrade is live - check it out now.
Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 1/5/23
    Hi,   There's a requirement to get the list of least used image presets in assets. Image renditions are listed when the image is uploaded. There's a large count of images used in our project, hence if there's any automatic way to check the image renditions in folder level. To get the list of least u...

    Views

    493

    Likes

    0

    Replies

    1
  • 1/4/23
    Once page is created add text to node and within that node add properties and then the value of this text properties you going to read it from some file or excel or csv   (All the data for text coming into an json or xml file. we have to read it from there. if page path matches to page node path the...

    Views

    2.3K

    Likes

    0

    Replies

    5
  • 1/4/23
    Hi Team,  I am facing below error on starting AEM instance i.e double click on Aem-quickstart JAR file on completion of startup below screen is appearing by default.     Not able to access crx-package manager giving below error.   Note: crx/de able to access problem with login screen on starting a...

    Views

    1.9K

    Likes

    0

    Replies

    4
  • We have SAML authentication working on AEM Author 6.5 SP13. Users can visit the author at https://author and are redirected to the IdP. On successful authentication at the IdP, they get redirected back to https://author and are logged in. I have the need to use SAML authentication not on the default...

    Views

    3.3K

    Likes

    0

    Replies

    7
  • 1/4/23
    Hi All,   I am trying to create a custom data type, for which I followed up the steps as mentioned in the document https://github.com/AdobeDocs/experience-manager-64.en/blob/main/help/sites-developing/customizing-content-fragment-model-data-types.md But the properties for the custom data type is alw...

    Views

    2.3K

    Like

    1

    Replies

    3
  • 1/4/23
    Hi Team,   We are trying to connect AEM with SAP hybris e-commerce using CIF. In this process, we have followed the official documentation and reference guide and have adopted Diconium suggested Adobe IO reference implementation. However, we are facing issues while resolving the response from Hybris...

    Views

    3.5K

    Likes

    0

    Replies

    8
  • 1/4/23
    Hello,  based on an upcoming requirement I wonder is it possible to import an user into AEM 6.5 instance from an active directory, during log in process? If so how is it possible? 

    Views

    1.8K

    Likes

    0

    Replies

    6
  • 1/4/23
    Hi, How to check what all components coming on a page from static template. Can anyone guide what are the components coming from static template after creating the page.    

    Views

    2.7K

    Like

    1

    Replies

    10
  • 1/4/23
    Hi All,  I have written some rewrite rules for shortening the URL. RewriteRule ^/content/we-retail/de/de/(.*.html)$ https://%{SERVER_NAME}/$1 [NE,R=301,L] RewriteRule ^/(.*.html)$ /content/we-retail/de/de/$1 [PT,L] with this rule, I am able to short URL   from this ( /content/we-retail/de/de/plp.htm...

    Views

    2.9K

    Like

    1

    Replies

    10
  • 1/4/23
    I am trying to implement a Sling Servlet Filter which aims to be invoked when I upload any .json file into filtertest folder, following the tutorial on https://sling.apache.org/documentation/the-sling-engine/filters.htmlHere is the annotations and attributes in it: @SlingServletFilter(scope= {SlingS...

    Views

    1.2K

    Like

    1

    Replies

    2