Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
Hi,I am trying to add an additional multiselect dropdown field to the 'Create Workflow' dialog but I am running into issues creating an overlay for /libs/dam/gui/content/commons/createworkflowdialog. I've setup the structure under /apps, but when I try to copy/paste the createworkflowdialog node, I am getting this error: I've also tried the "Overlay Node ..." but that fails to overlay as well. I have found that I can slightly get around this if I create the node in my codebase and add a custom .content.xml, a cq_dialog folder, a .content.xml under the cq_dialog folder with all the information from the libs createworkflowdialog, however if I try to do it that way, the dialog fails to render at all. How have folks set this up in the past? What configurations where necessary to get the overlay to work to add an additional field to this dialog? I've additionally attempted to overlay /libs/dam/gui/content/assets/jcr:content/actions/selection/create/items/createworkflow
i have recently installed new project arch in my laptop but while i was creating a new page i am unable to see default templates and core components in AEM mvn -B archetype:generate -D archetypeGroupId=com.adobe.aem -D archetypeArtifactId=aem-project-archetype -D archetypeVersion=53 -D appTitle=NikhilAEMProject -D appId=nikhil-aem-project -D groupId=com.mycompany.aem -D frontendModule=general -D includeExamples=y -D includeDispatcherConfig=y -D includeFormTemplates=y -D includeErrorHandler=yand also getting error while creating page can some one help. me here
Hi Team, I want content package to move to aem as cloud in DEV env.But crx and package manager is not accessible there. As i am new to cloud .kindly suggest what is the preferred way to move this content from local machine to dev cloud
Hi All, I'm gearing up for the AEM 6.5 (AD0-E126) certification exam. Could someone kindly recommend reliable and up-to-date study materials for this certification? Can you confirm if there are two certifications available for Business professional like earlier, it used to? Thanks you in Advance for help!NM
Hi , we are facing one issue with Manage publication.Steps : Selected parent page and then clicked on Manage publication and then clicked on include children option (All)on Chrome : All Child Pages gets added without any issue. on Safari browser : few child pages gets skipped and throws exception as Selected resources are not valid. (results are also inconsistent )Page count is only 22. Attached screenshot.
Hello @everyone,After installing a service package through the AEM Package Manager, my AEM instance fails to start properly. It was working fine before installing service-pkg.My System Setup:Java: 17.0.12 (LTS)Maven:3.9.9Node: v14.15.4NPM:6.14.8 Would appreciate any pointers or troubleshooting tips!Thanks
I labeled Target destination like that - "Onsite Personlization": Then I tagged audience like that:C4 - No targeting of any typeC7 - No on-site content targeting However I still was able to activate this audience: Why I was able to activate that audience? Am I missing something?
Content fragments located in assets folder (/content/dam/) doesn't sort when Created is selected. Is it possible to sort all the content fragments in AEM Cloud? I tried to test it via on-premise, sorting works as expected
Hi All,I can able to see the adobe rules firing in the console, but same i am not able to see in the debugger and the data also not getting collected Thanks in advance,Edwin
Good afternoon, I've created an Email Script Token ({{my.SFDC_Type}}) as follows: #if( $lead.SFDC_Type.equals("Lead") ) #set( $sfdcindicator = "1" ) #elseif( $lead.SFDC_Type.equals("Contact") ) #set( $sfdcindicator = "2" ) #else #set( $sfdcindicator = "0" ) #end ${sfdcindicator} The token is to be appended to email links as a querystring, e.g. companynam.com/global/en/corporate/?sfdc_type={{my.SFDC-Type}} and when the email is previewed, the URL renders as expected, e.g. companynam.com/global/en/corporate/?sfdc_type=1 However, when the email is sent, the value is not present in the email URL: What might be the reason for this, especially because the value does display when the token is included in the email body: Any help would be greatly appreciated. Kind regards Karl
I see some of the models are not editable, how do I see that steps are involved in not editable models.
Hello everyone,I'm new to AEM and currently learning through self-study. I've imported the project and executed "mvn clean install -PautoInstallSinglePackage". However, when I attempted to edit the page, it appeared blank. Upon checking the bundles, I encountered some errors related to Sling. Could someone please assist me with what needs to be done to resolve this?Thank you!
How do you conditionally deploy a clientlib or component only in the AEM Stage or Prod environment in AEM as a Cloud Service - without using runmodes, which are no longer supported in the traditional sense?Most documentation still refers to classic AEM paradigms. Curious to know how others have approached this in AEM Cloud-native setups.
Hello,I am moving one of my organization's pages to a new url within the same site. In order to redirect users who have the old url bookmarked and to keep SEO intact, what is the best way of moving the page? Will moving the site and listing the old url as a vanity url or an alias suffice, or will I need to keep the old page intact with a 301 redirect in order to keep SEO intact while redirecting the old url to the new one?Thanks!
Currently, if I try to create a new block, I need to create a structure ( model, filter, definition ) and push it to my remote. Merge it to my main and start editing on the cloud instance. Once I am done authoring the block, I publish it so that I get the data on my localhost:3000 and make further changes on the design/decoration. But this is too much of a burden to always push things to the remote if I need any change in the content model or make changes to the cloud instance ( if the change is to be made on the authoring of content). Now I want to be able to make all these changes on the local machine itself. I like the authoring to happen on my localhost, and the same changes should be served from my local to my localhost:3000. I tried to look at many blogs, many articles, but everything is quite incomplete or is written in a way where it is assumed that assumes the reader is already a master of this tech. I am looking for steps/documentation that will explain end to
Hi Team We are looking for a solution to have our lower environments' Public URLs(via Dispatchers) to be brought under authentication. We have enabled basic authentication for the lower environment via dispatcher, however we are implementing the steps manually for each environment. Since following are the constraints.1. Each lower environment has a different username and password.2. Also not able checkin to the dispatcher repository as the credentials are different and should not be enabled on the Production environment. It would be of great help, if i get a little assistance on this requirement. RegardsBishnu
Hi Everyone,I am trying to install ACS Commons in AEM as a Cloud Service and have followed the official documentation:🔗 https://adobe-consulting-services.github.io/acs-aem-commons/pages/maven.htmlIn my all pom.xml, I have added the following configuration: <embedded> <artifactId>acs-aem-commons-all</artifactId> <target>/apps/xyz-vendor-packages/container/install</target> <filter>true</filter> <isAllVersionsFilter>true</isAllVersionsFilter></embedded><dependency><groupId>com.adobe.acs</groupId><artifactId>acs-aem-commons-all</artifactId><classifier>cloud</classifier><version>6.9.2</version><type>zip</type></dependency>In my pom.xml added below code -<dependency> <groupId>com.adobe.acs</groupId> <artifactId>acs-aem-commons-bundle</artifactId> <version>6.9.2</version> <scope>provided
What are the best ways to implement custom search capability that allows me to retrieve page results from a certain content path that includes the whole contents of the page?
DITA Specializations in Native PDF Publishing (Topics Disappear in PDF) We have one DITA specialization that appears to be properly configured in AEM Guides. I can insert it and use it in the XML Editor in topics and concepts. In previous AEM Guides versions, this specialization appeared in PDF outputs, but that may have been using FMPS before Native PDF Publishing was released. I don't recall if I ever tested it in the earlier versions of Native PDF Publishing. We abandoned this specialization because there was no easy way to format it for the AEM Sites output. However, we'd like to return to using this specialization (which is based on the PARML element) since DITA is designed for easy customization and future releases will make it easier to format the AEM Sites outputs. The specialization appears in the default DITA-OT PDF output. It is unformatted (expected behavior) because there is no easy to way format the DITA-OT files, but it does appear. Currently (AEM Gui
Hi community, A colleague of mine recently returned from the Adobe conference and shared that they spoke with several users who advocated against using content reuse. I attended the conference the year prior, and my experience was quite the opposite. I met many users who were using content reuse effectively and shared great success stories. So I wanted to bring the question here: Are there other organizations (especially in highly regulated or complex industries) effectively using content reuse in Adobe Experience Manager? Thanks in advance for your insights!
Hello - I am new to AEM Guides and I have encountered an error when publishing with conditions - Installed AEM Guides 4.4.0.40- Created a Map- Imported the dita file WritingWell.dita from https://experienceleague.adobe.com/en/docs/experience-manager-guides-learn/videos/output-generation/publishing-with-conditions and followed the instructions in applying conditions. Encountered error:
I have been struggling to identify an answer to this question via documentation or previous posts. Our users are finding the behavior of this search box in Guides confusing / unhelpful in comparison to, say, the Assets search. Is it possible to change/configure what is searched via a query within this search box specifically? From testing, searches performed within this search box do not cover the range of properties or within the content that the Assets search does. Near as I can tell, this search is more limited to terms present in file names and/or titles. However, users do not want to leave Guides to find what they need and then have to navigate back into Guides to work on it. Ideally for our users, they would be able to search here and get hits within the DITA map/topic content. Note that I am familiar with the instructions at https://experienceleague.adobe.com/en/docs/experience-manager-guides/using/install-guide
Hello All,I’m facing an issue when attempting to send Topics created in AEM Guide for translation. Here’s a breakdown of the situation and the errors encountered, along with some observations: Issue Summary:When trying to translate Topics created directly in AEM Guide, the workflow fails, producing errors related to missing nodes and XML processing. Specifically, the Elements node is absent in the jcr:content of these Topics, which might be impacting the translation workflow.Error Details:During the translation process, these are some of the errors I’m seeing:1. Error Loading Destination Language:com.day.cq.dam.commons.util.DamLanguageUtil Failed to load destination language from payload2. XML Processing Error:com.adobe.fmdita.exception.ApplicationException: Failed to process XMLNode with path /content/dam/projects/translation_output/.../Training.dita/jcr:content/elements does not exist.This `PathNotFoundException` suggests that the translation job is looking for an `elements` nod
Hello all,We have httpd.conf file added to the dispatcher codebase base and the changes are not updating through code pipeline. All the files are updated through code pipeline except httpd.conf file. Please find below file updated dates, also the user rights also same as other files. Please suggest if this required any additional configurations.
One of our customer requirements is to construct a ‘Contact Information’ block of addresses on the back page.They don’t want to hardcode this in a table in a topic. We'll have a template with an empty, single row, table and we'd dynamically expand the table based on the required number of address blocks.They want to store each address block in a bookmeta/authorinformation/organizationinfo block and then to format this content and inject it into a cell per address.The number of address organizationinfo blocks will vary by publication, and the information in an organizationinfo block will vary.Because of this variability, using the provided method to create variables from this metadata does not seem to be ideal or efficient. Since the variables are text-only, if we create a variable from the organizationinfo element as a whole we lose all the internal structure.We were hoping for an HTML structure that retained the internal structure and provided us with something we can manipulate in Ja
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.