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 ...
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...
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 inte...
Hello Members, We are trying to show some banners of products or experience fragments based on users behaviour or actvity i.e if user has browsed product1, product2 earlier and returns back to the page showing product3, user would need to see the previously browsed links or some content related to...
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...
Hi,The customer decided to use their own HTML 5 component as opposed to the viewer. Do you have a link or best practices document that we could share with the client elaborating on how to implement the custom link tracking out of the box HTML 5 video events?We referred this link https://experiencele...
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 ...
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 ...