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/24/23
    Hi Community, I need to add a style attribute to an element in a HTL file, if a checkbox is checked and I tried the below example.<div class="test" style="${model.checkBox ? 'display:none' : ''}"> </div> I also tried ,data-sly-attribute.style=""I guess which is not allowed. Is there any suggestion...

    Views

    1.2K

    Likes

    0

    Replies

    5
  • 5/24/23
    I am trying to create assets in DAM using AssetManeger. I am calling the createAsset method two times. but one asset is creating successfully but another one is not getting successfully created. One is showing pending. Asset asset = createAsset(resourceResolver, mainCsvInputStream, filePath); Asset ...

    Views

    796

    Likes

    0

    Replies

    2
  • 5/23/23
    Hi, After we enabled SAML authentication, all our post calls were failing with 403.We resolved it by adding "granite.csrf.standalone" clientlib into template level. But now in EDGE browser, after some idle time, CSRF token generation API(/libs/granite/csrf/token.json_ loading from Edge browser cache...

    Views

    2.7K

    Likes

    0

    Replies

    8
  • 5/23/23
    Currently AEM OOTB generates the thumbnail rendition for videos from the first frame of the video. This is sometimes problematic, as many videos either begin with either a black frame or other non-representative content. Can there be any possibility if any other frame could be chosen for creating th...

    Views

    639

    Likes

    0

    Replies

    1
  • 5/23/23
    Is there any way to set the limit and offset for the tagmanager method to find the tags.Thanks in advance.

    Views

    760

    Likes

    0

    Replies

    2
  • 5/23/23
    We migrated to AEM Cloud and since then I've been coming across access issues for people who used to have certain access to things no longer having it. What are some things to consider when managing user permissions that I may not be considering? As an admin, I have the correct rights to see the vie...

    Views

    1.4K

    Likes

    0

    Replies

    3
  • 5/23/23
    Hi All, We have a requirement to enable Querybuilder URL[1] on the publish server.  https://localhost:4502/bin/querybuilder.json?p.guessTotal=true&p.limit=10&path=%2fcontent%2fdam&property=jcr%3acontent%2fcq%3alastReplicationAction&property.value=Activate&type=dam%3aAssets Before procedding with the...

    Views

    624

    Likes

    0

    Replies

    2
  • 5/23/23
    Hello, We are using SpringFramework to generate access tokens using OAuth. But, consistently getting "Access Denied". The same credentials work for curl command. Requesting you to please suggest what might be missing package com.abbott.Oauth.authentication;import org.springframework.http.HttpHeaders...

    Views

    3.8K

    Likes

    0

    Replies

    4
  • 5/23/23
    Hi, Iam trying to add one or more logic to a single field in a metadata schema form editor, i.e a particular field should get displayed only if Logic A and Logic B is satisified. Iam unable to select multiple rules , please suggest how to add multiple logic using "AND, OR operator" in metadata schem...

    Views

    835

    Likes

    0

    Replies

    2
  • 5/23/23
    Hi, I'm sure this is an easy one, but I can't see for looking. In AEM Assets, when I upload a 16-bit png, I need the renditions it generates to also be 16-bit png. Currently, I can only get the system to generate 8-bit png's, so Im losing the alpha channel. Any pointers will be much appreciatedCheer...

    Views

    683

    Likes

    0

    Replies

    2