Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.
Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 5/20/22
    Hi All,I am trying to export a experience fragment to Target from Adobe AEM and i am successful in that.As per my understanding When i export an experience Fragment to target it creates a clone in target with experience fragment html ,JS and CSS whereas assets used in the experience fragment will st...

    Views

    506

    Likes

    0

    Replies

    1
  • 5/20/22
    I have a query as below SELECT * FROM [dam:Asset] AS a WHERE ISDESCENDANTNODE(a,[/content/dam/company/creative-assets/opt/campaigns]) AND LOWER(a.[jcr:path]) LIKE '%/100098282_enfr%' ORDER BY a.[jcr:created] We have created a custom index and created the required index properties including the one f...

    Views

    864

    Like

    1

    Replies

    2
  • I am looking for a OOTB solution to generate a report for used and unused asset's under a dam node. Are there any query for that? I tried using generating report using this query ```path=/content/dam/applicaion-nametype=dam:Assetproperty=jcr:content/usages/dam:scoreproperty.value=1p.limit=-1```usage...

    Views

    1.2K

    Likes

    0

    Replies

    2
  • 5/20/22
    Hi All, We had designed a component to generate dynamic script values based on the author inputs to display ads on the page.So , on adding multiple AD components  , script results are showing up only in the last component added on the page. Eventhough ID is unique to each component ,response is not ...

    Views

    1.4K

    Likes

    0

    Replies

    7
  • 5/20/22
    Hi All, We had a workflow working where we sent a CF for review and the reviewer could diff the contents of the CF. The UI that the reviewer sees isn't great but by doing this we used to get to see a diff: selecting the item to review from their inboxselecting payload selecting timeline on top leftc...

    Views

    799

    Likes

    0

    Replies

    1
  • 5/20/22
    Hi all,I have a requirement that user with read permission to see the page properties of the page. Currently if I provide just a read permission, page properties option is not visible , we need to provide at least read, modify permissions to see page properties in editor page but we want that user t...

    Views

    1.5K

    Likes

    0

    Replies

    6
  • 5/20/22
    I have three bundles named Bundle1,Bundle2 & Bundle3. I have two services with the same interface  in bundle 2 & 3 and need to refer this interface in bundle 1. How can that be done?  How do I specify the interface with its versions that needs to be exported and imported respectively in two differen...

    Views

    1.3K

    Likes

    0

    Replies

    3
  • 5/19/22
    After downloading and installing the package from the git I am getting this error - "HTTP ERROR 503 AuthenticationSupport service missing. Cannot authenticate request.". I tried steps based on this discussion -> https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/http-error-503...

    Views

    2.0K

    Likes

    0

    Replies

    10
  • 5/19/22
    I have a dropdown list with the values yes and no. If I select yes, I show a text field (let's call it year). how can I make sure year is not empty if "Yes" is selected? Can this be done without using  JS? Thanks

    Views

    660

    Likes

    0

    Replies

    1
  • 5/19/22
    I've got the below textfield that authors use to input a property.This gets saved in JCR as articleId.<articleId jcr:primaryType="nt:unstructured" sling:resourceType="granite/ui/components/coral/foundation/form/textfield" fieldLabel="Article Id" name="./articleId"/>I would like to create...

    Views

    2.6K

    Likes

    0

    Replies

    7