Expand my Community achievements bar.

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

  • 9/23/22
    Hi All,   I have below query to be executed in AEM Java. Author authors a multifield component( consists fragment path , fragment tags) to pull multiple content fragments based on path , tags.  Here I have path1 with some tags, path2 with some different tags. result: select (path1 matching any of au...

    Views

    511

    Likes

    0

    Replies

    1
  • 9/23/22
    I have been tasked with working on the Embed component but they want to use V2 and my local instance is at a WIP state and not working. What I am looking for is a package I can apply that will update to a working and released version.

    Views

    514

    Likes

    0

    Replies

    2
  • 9/23/22
    Hi I have Touch Ui Dialog, in that dialog I have 5 fields are there. So when author open dialog and submit without author anything [all dialog fields are empty] on that time we have to show alert like "No value entered .please add at least one of the field..."       Please help me thanks in advanc...

    Views

    1.3K

    Likes

    0

    Replies

    4
  • 9/23/22
    Hi everyone, so when I need to add a query for contains I use like operation as shown below:   ``` type=nt:unstructuredpath=/content/dam/en/articlesnodename=masterorderby=@titlep.limit=0p.skip=0p.hits=selectivep.properties=jcr:pathproperty=primaryCategoryTagproperty.value=%rally%property.operation=l...

    Views

    1.1K

    Likes

    0

    Replies

    5
  • 9/23/22
    Hi,   AEM 6.5.13   Step 1: Created Folder through configuration browser. Step2: Enabled options as below as below:       Step3: Created GraphQL ENDpoint as below:     Step4: once we click on create button,    It gives us below message. I simply click on close.     PROBLEM STATEMENT: When we acces...

    Views

    643

    Likes

    0

    Replies

    1
  • 9/23/22
    Hello,   I want to using AEM 6.5 intern compoent to synchronise groups and users from active directory. I followed the steps from https://experienceleague.adobe.com/docs/experience-manager-64/administering/security/ldap-config.html?lang=en and https://aem4beginner.blogspot.com/aem-with-ldap-integrat...

    Views

    430

    Likes

    0

    Replies

    1
  • 9/23/22
    How can I implement case insensetive property queries in group?   Here's an example:   nodename=mastergroup.p.or=truegroup.1_property=titlegroup.1_property.value=%articlegroup.1_property.operation=like   I want to do something like: `group.1_property.caseSenstivity=false`

    Views

    1.3K

    Likes

    0

    Replies

    5
  • 9/22/22
    Hi    I have added Allow permission on "/content" path with restriction as rep:glob="". What will be the effect of this restriction.

    Views

    914

    Likes

    0

    Replies

    10
  • 9/22/22
    Hello there, We are hacing some common code which is repeating in several components. Also we have some common sharable JS functions which I want to share with a few components. I am looking for some help around clientlib site. I have these 3 files. ComponentA    fileA.js ComponentB    fileB.js Comp...

    Views

    587

    Likes

    0

    Replies

    3
  • 9/22/22
    Using graphql query I am trying to fetch only variation data of a content fragment. But if the particular searched variation is not  available, it returns the master variation data as fallback. If there is not such variation available , I should not get any data in response. How can we achieve this ...

    Views

    459

    Likes

    0

    Replies

    1