Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
Hello,I have created a proxy carousel component which is properly working in non-spa editors. But in spa-editor i am facing issue with add button under items. This add button is not responding without any console error's as shown below screen shot But if test same component in non-spa editor then it is working properly as shown below.I have referred below threads and tried some work arounds like but no luck1. Set cq:isContainer="{Boolean}true" in the component's .content.xml2. Configure proper event listeners in _cq_editConfig.xmlhttps://github.com/adobe/aem-core-wcm-components/issues/1124 https://github.com/adobe/aem-core-wcm-components/issues/341 https://github.com/adobe/aem-core-wcm-components/issues/421 Kindly need some help on this issue
We’ve set up a development environment and configured a pipeline to connect the Adobe repository to it. However, before cloning the repository or making any changes to it, I tried starting the pipeline—and it failed. What could be the possible reasons for this failure?
Hi all, I am installing AEM on my laptop. Why will I need Node JS and NPM?For build I use Maven. For code Eclipse. Let us say I am developing only Back end AEM. I appreciate all your replies. Thanks,Rama.
I deployed the index in my AEM project, it works in Author but it's not working in Publish.<?xml version="1.0" encoding="UTF-8"?><jcr:root xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:dam="http://www.day.com/dam/1.0" xmlns:nt="http://www.jcp.org/jcr/nt/1.0" xmlns:oak="http://jackrabbit.apache.org/oak/ns/1.0" xmlns:rep="internal"jcr:mixinTypes="[rep:AccessControllable]"jcr:primaryType="oak:QueryIndexDefinition"async="[async,nrt]"compatVersion="{Long}2"evaluatePathRestrictions="{Boolean}true"includedPaths="[/content/dam/project/master/pt/pages,/content/dam/project/master/en/pages,/content/dam/project/master/es/pages,/content/dam/project/master/pt/components/central-de-ajuda/faqs/categories,/content/dam/project/master/en/components/central-de-ajuda/faqs/categories,/content/dam/project/master/es/components/central-de-ajuda/faqs/categories]"maxFieldLength="{Long}100000"type="lucene"tags="[visualSimilaritySearch]"><facetsjcr:primaryType="nt:unstructured"secure="insecure"topChi
Hi I'm trying to generate webp renditition programmatly.We are looking at this implementationhttps://github.com/wttech/AEM-Cloud-renditions-tool But we faced com.day.cq.dam.core.impl.gfx.CommonsGfxRenderer gfx: could not write image as format 'image/webp'.Do you have any suggestions?
I want to edit an image directly within the AEM editor by selecting a portion of the image and adding elements like borders and polygons. I prefer not to use a different application for these edits and would like to know how to apply them directly in AEM. And save once borders are added. For example, I want to put a border around the image below; Path I used in our AEM : https://author-p106488-e1080713.adobeaemcloud.com/ui#/aem/assetdetails.html/content/dam/techpubs/med... /workforceconnect/sync-portal/g-addpermission-template-details-new.pngRegardsShivashankarZebra Technologies, Bengaluru, India.
We have been using the admin view for a few years now in our organization and we're looking at migrating over to using the assets view for the bulk of our users. I'm trying to configure the assets view with our search filters and metadata however i'm not seeing any of our custom metadata fields we've created in code in the metadata forms in assets view. Is there a special way i need to make my custom metadata available in assets view?
Getting below for multiple files after upgrading to use Java21 for AEM-cloud service Cannot invoke "String.equals(Object)" because "fullyQualifiedName" is null - PotentiallyDangerousFunctionCheck [main] [ERROR] :: Unable to run check class com.adobe.platform.experience.selfservice.cqrules.checks.java.PotentiallyDangerousFunctionCheck - CWE-676 on file 'project_directory_path/core/servlets/Servlet.java', To help improve the SonarSource Java Analyzer, please report this problem to SonarSource: see https://community.sonarsource.com/ java.lang.NullPointerException: Cannot invoke "String.equals(Object)" because "fullyQualifiedName" is null at com.adobe.platform.experience.selfservice.cqrules.checks.java.PotentiallyDangerousFunctionCheck.breaksRule(PotentiallyDangerousFunctionCheck.java:80) at com.adobe.platform.experience.selfservice.cqrules.checks.java.PotentiallyDangerousFunctionCheck.visitNode(PotentiallyDangerousFunctionCheck.java:67) at org.sonar.java.model.VisitorsBridge$
How to create a mvn project with aem forms packages? I need to use this import "com.adobe.fd.output.api.PostProcess" to write a custom post process for letters.AEM version : 6.5.22.0
Hi, I Am trying to create schema inside AEM AS cloud there i am looking for multilingual text field for Allows authors to input content in multiple languages but i am not able to find multilingual text field component inside schema build form. Is there any alternative way to achieve this in AEM as cloud service. your suggestions/Answers will be very helpful to me. Thanks in advance. Thanks.
Hi everyone, I'm currently working on document-based authoring using SharePoint, but I'm facing an issue and would appreciate some guidance. We are using an organization SharePoint site, and I’ve shared the document with helix@adobe.com by granting edit access. I’ve also added the SharePoint URL in the fstab.yaml file in our GitHub repository. However, when I try to preview or publish the document, I get the following error: 404 – Failed to fetch the page status. Make sure this document is shared with AEM. I’m unsure if this issue is due to using an organization SharePoint or if there’s something else I might be missing in the setup. Does document-based authoring work differently with organization SharePoint sites? Or is there a specific way external users like helix@adobe.com need to be granted access? Could anyone help clarify this and guide me on the correct way to set up document-based authoring in SharePoint for Edge Delivery Services? Thanks in advance!
I have a requirement to create a Letters, for that i need to create a data dictionary with fdm (serviceNow). Any advice or guideline.Thanks in advance.
Hi everyoneI'm working with a visual rule editor (as shown in the screenshot attached – possibly AEM Forms or a similar tool) and I'm trying to create a function like setActionField() that can accept a dynamic number of input values, instead of hardcoding a specific number of arguments (like field1, field2, etc.).Any guidance or examples would be greatly appreciated! Updating Media
I have reviewed the following query and noticed that I have a similar use case, but it require only the Universal Editor feature. So, whenever the client opens a page created using an editable template in AEM, it will automatically open in the Universal Editor, allowing them to make any modifications.However, my questions are different:1. Will the Universal Editor feature be available for AEM Site Template pages in the future? As far as I know, it’s currently only available for Editable Dynamic Sites (EDS). Is that correct?2. If I want to move my AEM site to the Universal Editor, do I need to enable instrumentation for all core components as well as custom components?3. Is instrumentation also required for Experience Fragments?4. How will template policies and the style system be handled in this case?5. What about Page Properties?I referred to the documentation and successfully edited a text component using the Universal EditorHowever, I will need to enable this for each component indi
Is there a supported way to upload a custom HTML package in AEM as a Cloud Service and render it as a microsite or landing page?I'm looking for functionality similar to the now-deprecated Landing Page Replicator. Ideally, I want to:Upload a static HTML/CSS/JS packageRender it directly in the browserUse it as a standalone microsite or campaign landing page under a specific domain nodeHas anyone implemented this in AEM Cloud? Are there best practices or recommended approaches?Any guidance or examples would be greatly appreciated!
I'm trying to write a policy violation in Sailpoint. But I don't know how to get the rights of the user who is asking a new right. I've tried this:List links1 = null;IdentityService service = new IdentityService(context);Application app1 = context.getObjectByName(Application.class, "Autres");try { links1 = service.getLinks(identity, app1);} catch (Exception e) { System.out.println(e.getMessage());e.printStackTrace();} List DUList1 = new ArrayList();if(links1.size() != 0){ Object DUObj = links1.get(0).getAttribute("DU");if(DUObj != null){ if (DUObj instanceof String) DUList1.add((String) DUObj);else DUList1.addAll((List) DUObj);} }It was supposed to return the list of the rights that the user has and the rights that he is asking. But it doesn't work.
Can we run a report created using ACS Commons Report Builder from a Java service? Requirement - Client wants to run a report every day to get all activities done on pages everyday (such as creation, modification, deletion, workflows, etc) automatically. So, we were thinking of configuring the report using the report builder and trigger it from the service and do the post processing based on client requirement. The advantage of this approach is that the client can modify the report easily and the changes will be reflected without dev involvement. Please let me know if there is a way to run the report or is there any better way. Thanks in advance!
Hi AEM/EDS experts, We are in the process of migrating AEM pages to the EDS gradually. Until then, we would like to redirect requests either to AEM or EDS at the CDN level using cdn.config based on the URL pattern & it works perfect ! However, the cdn.yaml is growing huge as the "matches" pages keep adding. Is there any smart way of handling this problem ? I would have created the cdn.yaml programmatically reading from a list of paths stored somewhere, but I can't do it with the Cloud as the location of cdn.yaml is unknown OR I can't do it vice-versa because I can't really write my program to fetch paths from somewhere. Pls let me know what you think! Attached, a sample cdn yaml in doc format (as yamls aren't allowed for upload here.) for your reference to check "matches". This is not from the project. Just a default sample one. Thanks!
hi,i am want to add a property to the filter bar in content hub.it is a new created property "edg-value", but i am not able to select this property when adding a filter entry.how do i select custom metadata properties?thanks
Hi All, We have Some JMX and some Event Listener/Handlers/Preprocessor (called before activating a Page) we have written in AEM on premise, Will JMX and Event Listener/Preprocesor work in AEM as a cloud.What are the alternative we have for this.
While writing in Graph QL these error showing $imageFormat: AssetTransformFormat=JPG Unknowntype , _assetTransform: Unknown argument and _dynamicUrl cannot query field on ImageRef Updating MediaAnybody suggest me in this thing RegardsSyed Shaik
I have a usecase, where I wanna display all the forms a user has already submitted. I have the user details (like email). I'm relatively new to market. How can I fetch all the forms from market which user has submitted. I tried some suggestions online:Using "FIlled Out Form" query in activity log API and fetching the leads from there. But for some reason my lead's activity log is not showing this field.Also, using smart lists with email filter of person and form name set to any, shows the lead itself in the export list. How can I get the forms list from this. Form Ids should work in order for me to fetch form details using that. Thanks!!
In the world of customer experience, delivering the right message at the right time is crucial. While real-time engagement is powerful, many critical marketing use cases, from weekly newsletters to daily promotional campaigns, operate on a batch schedule. Adobe Journey Optimizer (AJO) provides a robust solution for these scenarios with the Read Audience journey activity. The read-audience documentation provides a great starting point for using this feature. This blog post aims to go a level deeper, providing a behind-the-scenes look at how to design highly reliable and scalable batch journeys by understanding the key guardrails and best practices. What is a "Read Audience" Journey? At its core, a Read Audience journey allows you to take a snapshot of an Adobe Experience Platform audience and have every profile within it enter a journey. This can happen in one of two modes: Scheduled: The journey runs at a predetermined time and frequency, and
we have a multifield and we are iterating them in html using list.in between iteration im using <div data-sly-resource="${'xyz' @ resourceType='prj/components/content/xyz'}"></div> but while authoring ill be getting resource xyz to author at one place not in all places.and same authorable fields are rendered everywhere.is it a write behavior?
I need to integrate the js file with index.html which get generate when pdf is html5 Can you share any refernce please
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.