Expand my Community achievements bar.

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

  • Is anyone monitoring AEM 6.5 with JMX Exporter and Prometheus + Grafana? We have a rudimentary configuration which only seems to capture JVM metrics about memory use, threads, class loading, etc. which is great - but I would like to gather more details related to specific AEM functionality like repl...

    Views

    4.8K

    Likes

    0

    Replies

    4
  • 4/4/23
    We have a Metadata Profile that we had created in AEM Assets Metadata Profiles. I added this profile to a folder by creating a folder then going to properties for that folder and under the metadata profile tab applying the metadata profile.   So when I load files into that folder, why doesn't the Me...

    Views

    1.0K

    Likes

    0

    Replies

    2
  • 4/4/23
    Hi all, Can anyone let me know ,How to remove smart tag completely from AEM cloud.  

    Views

    661

    Likes

    0

    Replies

    2
  • 4/4/23
    Hi Team   I am working on some hide and show logic on form-options-input component. I have written js script in form-options-input.html which is working fine however when I move this script to clientlib it is not working atal.   I can see clientlibrary called in edit mode but I want changes to work ...

    Views

    1.4K

    Likes

    0

    Replies

    1
  • 4/4/23
    I'm trying to retrieve the package binary zip file using PackageManager API and not having much success. To elaborate, I have a custom workflow step running on AEM author 6.5.16 on-prem, where the package exists. In that process, I would like to obtain the package binary content programmatically and...

    Views

    1.3K

    Likes

    0

    Replies

    3
  • 4/4/23
    Hello everyone,Attached is a "small" topic that I'm trying to solve and need help. Description:Show and hide multiple text boxes and form fields depending on dropdown form or any other posible button selection.If I may formulate it in Excel manners.If "Niko" is in the drop down, only the fields int...

    Views

    1.8K

    Likes

    0

    Replies

    6
  • 4/4/23
    If an image is present in AEM,  I am deleting it and then downloading the updated image through assetManager.createAsset().   After downloading, the image is updated: for example: http://localhost:4502/content/dam/torrid/pdp-assets/185/007/18500707/18500707_av1.jpg If I access image through this url...

    Views

    810

    Likes

    0

    Replies

    2
  • 4/3/23
    @Model(adaptables = Resource.class) public class ColumnControl { @inject @Deleted Account public String desktopColumns; @inject @Deleted Account public String backgroundColor; @inject @Deleted Account public String fileReference; @inject @Deleted ...

    Views

    1.1K

    Likes

    0

    Replies

    3
  • 4/3/23
    In the post servlet binded with the resource type gives error  java.lang.IllegalStateException: Request Data has already been read while saving the dialog of component to which it is binded to.   InputStream stream = request.getInputStream();This is the first line of doPost inside try block. How to ...

    Views

    1.4K

    Likes

    0

    Replies

    2
  • I need to set the workflow end date and time in node.   like how I am setting the worfklow initiator name: String workflowInitiator = workItem.getWorkflow().getInitiator(); if (node.hasNode("jcr:content")) { node.getNode("jcr:content").setProperty("InitiatedBy", workflowInitiator); }   How to set ...

    Views

    1.8K

    Likes

    0

    Replies

    9