Expand my Community achievements bar.

Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 2/17/24
    Hello everyone, I was checking some tutorial for creation of AEM tools.  Let me know, if anyone has link to study more about AEM tool.FYI:  I was referring to this tutorial. But, no luck https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/creating-tool-page-in-granite-ui-for-ae...

    Views

    678

    Likes

    0

    Replies

    4
  • 2/17/24
    Hello there,I have a workflow that conditionally will be triggered once "cq:lastReplicationAction == Activate"Issue is:this property is stored with this value, and therefore does not represent exclusively when the page was published. therefore any other action such as submitting a dialog will also t...

    Views

    1.1K

    Likes

    0

    Replies

    9
  • 2/17/24
    I have created a Navigation component by extending the core navigation component. So now i want to add my custom clientlib to my Navigation component. how can i do that ?

    Views

    513

    Likes

    0

    Replies

    4
  • 2/17/24
    Hi all, What content does AEM Content transfer Tool transfer? We have two types of content:      1. AEM Assets content like images, pdfs.      2. AEM Templates, Components, created pages, Content/Experience Fragments, etc. Both these are stored in AEM Assets only. Which of these two does it transfer...

    Views

    268

    Likes

    0

    Replies

    1
  • 2/16/24
    Is it possible to bulk tag assets in the DAM?  I'm being told no, and I just can't believe this is not possible.

    Views

    695

    Likes

    0

    Replies

    6
  • 2/16/24
    We recently upgraded AEM version in a lower environment from 6.5.13 to 6.5.19. After that we are seeing values not being displayed inside multifields used in our website's page properties and Global Content properties. Values are present and can be clearly seen in JSON format in CRX DE.Last time whe...

    Views

    629

    Likes

    0

    Replies

    5
  • 2/16/24
    Hi all,  I am trying to mock this request to return a resource, resolver.getResource("/content/project/en/home/products/p1")Able to get the resource object inside my test class but on invoking my actual method it returns null. Any pointers would be helpful. In my Test class:lenient().when(resourcere...

    Views

    1.5K

    Likes

    0

    Replies

    5
  • 2/16/24
    Below remote dam configuration is working for QA environment ,  to enable remote dam configuration for dev environment  should i have different credentials than below   {"jcr:primaryType": "nt:unstructured","jcr:title": "Connected Assets Configuration","remoteDamMountPoint": "connectedassets","local...

    Views

    332

    Likes

    0

    Replies

    1
  • 2/16/24
    Hi,  I am trying to write test for custom image component. Here is the model impl @Model( adaptables = SlingHttpServletRequest.class, adapters = {Image.class, ComponentExporter.class}, resourceType = ImageImpl.RESOURCE_TYPE, defaultInjectionStrategy = DefaultInjectionStrategy.OPTIONA...

    Views

    330

    Likes

    0

    Replies

    2
  • 2/16/24
    Create a separate clientlib for an individual component or write the whole code inside clientlib-site ?I have seen in WKND project they have written all the css for components inside clientlibs-site and including that clientlibs in page properties.So is this a prefered way ?

    Views

    272

    Likes

    0

    Replies

    2