Expand my Community achievements bar.

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

  • 11/6/22
    Hi All,   We have a requirement to create Calculator in AEM  (for Loans). Is there anything out of box available for Computing Formulas in AEM or any customization we can do in something already existing.   We dont want to use AEM forms.   We want to create in  AEM itself.   Any Approach/Guidance is...

    Views

    1.1K

    Likes

    0

    Replies

    2
  • 11/6/22
    I want to have a filter like this: const value = { AND: [ { OR: [ { productVisibility_contains_none: ['authenticated', 'eap'] }, { AND: [ { productVisibility_contains_all: ['authenticated'] }, { productVisibility_contains_none: ['eap'] }, ], }, ], }, {...

    Views

    672

    Likes

    0

    Replies

    4
  • 11/6/22
    Is it possible to query contains some using GQL in AEM?   Example:  title contains: ["Health","doctor","medicine"]   If it contains anyone of them then return true.   One way would be to individually add these elements: { _expressions: [ { _operator:CONTAINS value:"...

    Views

    719

    Likes

    0

    Replies

    2
  • 11/6/22
    The default textarea is too large. How can I modify the size of the textarea by some fields? Is it possible? Or I must overwrite it and use js to modify it?  

    Views

    724

    Likes

    0

    Replies

    2
  • 11/6/22
    Hi All,I have an odd one...We recently migrated from our AEM on prem to AEM cloud and have found a bug I'm just not sure how to fix.We have a component that is using a query to grab articles to display in a carousel. in the Author it looks fine, matches our on prem.. however, when published the publ...

    Views

    706

    Likes

    0

    Replies

    3
  • 11/6/22
    Hello, im new to AEM and Im trying to learn how to create a custom rollout configuration but Im wondering how I can test the code below with Mockito. import javax.jcr.RepositoryException; import org.apache.sling.api.resource.Resource; import org.apache.sling.api.resource.ValueMap; import org.osgi.s...

    Views

    536

    Likes

    0

    Replies

    2
  • 11/6/22
    I have one custom carousel Component having more than 3 slides (authorable). These slides are custom Media Component.  Now my requirement is i want to show one logo (authorable) to the top left corner of "only 1st slide". How can i achieve that?   Because if i will put the authoring logo option in M...

    Views

    600

    Likes

    0

    Replies

    2
  • 11/5/22
    Hi Team,   Had a query. We have container component with two styles Fixed and Full Width. Now in container we are dropping other components which has their on styles. Example component text has few styles  and component linked list has no style. Now, when we click on text component and try hitting p...

    Views

    497

    Likes

    0

    Replies

    1
  • 11/5/22
    Hi All,   I am trying to create SPA project with AEM 6.5.14 using archetype 27. so far i have been successfull to create integrate and develop a custom component successfully as mentioned SPA tutorials of adobe.   the issue started when i wanted to author custom component created (Open - Weather) on...

    Views

    2.5K

    Likes

    0

    Replies

    6
  • 11/4/22
    Hi,   We have a scenario where we need to build a tool for business users internally within the company network but not exposed to the outside world, and its ideal purpose is for business folks to do a data entry/re-arrange items using drag/drop functionality and have this data stored in a DB. Is th...

    Views

    592

    Likes

    0

    Replies

    3