Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 12/13/23
    Hello I would like to rename an Experience Fragment (XF) root folder in Adobe Experience Manager (AEM) 6.5 from /content/experience-fragments/old_name/de to say /content/experience-fragments/new_name/de. How can I do that? Many different components use this path to access the experience fragements a...

    Views

    1.2K

    Likes

    0

    Replies

    10
  • 12/13/23
    I have one requirement to write a query to get all the AEM Assets having width greater than a given value.I tried to write the following SQL2 Query but it did not work. SELECT asset.* FROM [dam:Asset] AS asset INNER JOIN [nt:unstructured] AS metadataNode ON ISCHILDNODE(metadataNode, asset) WHERE ISD...

    Views

    308

    Likes

    0

    Replies

    1
  • 12/13/23
    I was trying to run aem as a cloud service in debug mode in localI followed the below steps1) started aem using: java -Xmx2048M -agentlib:jdwp=transport=dt_socket,address=8888,server=y,suspend=n -jar aem-author-p4502.jar2) built the project using : mvn clean install -PautoInstallPackage3) Ran the ae...

    Views

    487

    Likes

    0

    Replies

    3
  • 12/13/23
    The use case at hand is to store documentation about a product in AEM. Im looking for possible options AEM offers. Lets say below is the sample layout documentation content. I have already explored using Content fragment as one of the suitable solutions for this use case. However, Im looking for mor...

    Views

    400

    Likes

    0

    Replies

    1
  • 12/13/23
    Hi,i created a component  X, X resource super type is  "tabs"  core componentin my X component  dialog  we created few tabs and fields like item,properties, accesblitybut if you see in image first items tab is coming from superType , this is happening in  one of the environemntin remaining other env...

    Views

    683

    Likes

    0

    Replies

    9
  • 12/13/23
    We have the AMS OOB farm file with below dispatcher configuration And our custom project farm file with below configuration It is commented and not used. I have a requirement to ignore "imWidth" query parameter from the url's , so that images are cached at Akamai and not hitting dispatcher. Currentl...

    Views

    727

    Likes

    0

    Replies

    3
  • 12/13/23
    We have Next Generation Dynamic Media set up, so we can select and use remote images for any of components that may contain an image. I'm trying to figure out how I can get the width and height of this image if it is remote. I know how to do it with local images by checking the renditions, but I'm n...

    Views

    266

    Likes

    0

    Replies

    1
  • 12/13/23
    Hi,On clicking  "Export Metadata" button in the menu after selecting a sample folder in assets. Iam taken to the "Export Details" page, click on the "export" button after configuring the report. i do get a pop-up saying "Your Metadata bulk export task has been initiated. you will be notified on succ...

    Views

    460

    Likes

    0

    Replies

    1
  • 12/13/23
    We have custom logic which produces rss output.We're having an issue where a particular tag in the rss output: <link> - is rendering the opening <link> tag as if it's a self closing tag (which makes the rss invalid):<link/>https://example/article.html</link>instead of:<link>https://example/article.h...

    Views

    411

    Likes

    0

    Replies

    1
  • 12/13/23
    How to handle this scenerio with different ways:- Approval workflow for sending the inbox notification to a_reviewer, and check if the reviewer does not approve it within 2 hours send the notification to a_escalation. If anyone approves it should write approvedBy - a_review or b_escalation.

    Views

    309

    Likes

    0

    Replies

    1