Expand my Community achievements bar.

Guidelines for the Responsible Use of Generative AI in the Experience Cloud Community.
Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 4/13/23
    Hi everyone,I am a specific requirement where I need to overlay OOTB page component and remove the project level clientlibs (clientlib-site, clientlib-base) from it. Can someone suggest the way to disable it on the overlayed page component. Thanks

    Views

    442

    Likes

    0

    Replies

    3
  • 4/12/23
    Trying to integrate alm with aem One of the prerequisite is to install the below package in cloud service . https://github.com/adobe/adobe-learning-manager-reference-site/releases/tag/1.0.0 How this can be acheived

    Views

    1.2K

    Likes

    0

    Replies

    11
  • 4/12/23
    Hello,I want to search the nodes on 2 different paths. For example -> /content/AA and /content/BB. The below query works fine SELECT p.* FROM [cq:PageContent] AS p WHERE ( ISDESCENDANTNODE(p,[/content/AA]) OR ISDESCENDANTNODE(p,[/content/BB]) ) AND ( CONTAINS(p.[cq:tags], ‘”testAA”) ) but throws the...

    Views

    542

    Likes

    0

    Replies

    3
  • 4/12/23
    I have multiple queries in JCR-SQL2 and are currently separated in multiple ACS commons reports. This is not very user friendly as we need to go through different reports to look for the data. I was wondering if there's any way to merge these reports into one?

    Views

    556

    Likes

    0

    Replies

    1
    JCR
  • 4/12/23
    Hi All, I am using AEM as a Cloud Service and recently we are facing some issue like below :com.adobe.granite.workflow.core.jcr.WorkflowManager Workflow cannot be loaded: com.adobe.granite.workflow.model.VersionException: Version 1.39 does not exist for /var/workflow/models/myCustomWorkflow Could yo...

    Views

    1.0K

    Likes

    0

    Replies

    6
  • 4/12/23
    Hi there, We have got 5 csv/xml, each has around 10000 records, and we need to merge them into a single file with some massaging. can you suggest the best way to do this?environment - Adobe Cloud Services thanks..

    Views

    307

    Likes

    0

    Replies

    1
  • 4/12/23
    Dear All, I am customizing RTE plugin  by following blog https://aemlab.blogspot.com/2019/07/aem-rte-custom-plugins-1.html for upload asset and facing below two issues. 1) My upload ICON should come as below highlighted in yellow but it is not coming.  I have written below JavaScript and added below...

    Views

    786

    Likes

    0

    Replies

    3
  • 4/12/23
    I need a thread safe ResourceResolver that can be used for CRUD operations but nothing says using the ResourceResolverFactory is or isn't thread safe. 

    Views

    771

    Likes

    0

    Replies

    3
  • 4/12/23
    After a long search on the Internet, I found an approach to build my project on it. if (event.value == 5) { getField("A").display = display.visible; getField("B").display = display.visible; getField("C").display = display.visible; } else { getField("A").display = display.hidden; getField("B").displa...

    Views

    269

    Likes

    0

    Replies

    1
  • 4/12/23
    Hi All,          I want to create content fragments by using ACS AEM Common Package.https://adobe-consulting-services.github.io/acs-aem-commons/features/mcp-tools/cf-importer/index.html I followed this documentation but not sure how this can be acheived. I have created an excel sheet with four colum...

    Views

    2.4K

    Likes

    0

    Replies

    2