Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recente
Good morning,Apache Server version 2.4.35 is present on the Dispatcher machine.For security reasons I would like to upgrade to a later version.It's possible ? Is there a guide?Thanks
Authors: @danny-miller @mbroom Introduction Have you been in the segmentation builder, saw the option to create a container, and wondered how exactly that works? As you will see, sometimes they can be simple (quite literally), and sometimes they can be a little more complicated.The other day, I was working on some segments for Season Ticket Holders. We were trying to get the logic correct and noticed some fields had containers, while others didn’t. My curiosity got the best of me, and I started diving into what containers are and how do they work? ContainersWhen creating segments in the RTCDP Segmentation Builder, there are multiple ways to group together rules to create a segment. Containers allow control over the order of execution using nested queries.https://experienceleague.adobe.com/docs/experience-platform/segmentation/ui/segment-builder.html?lang=en#containers Simple ContainersSimple Containers allow users to build a nested query using
Hi Team,I was trying to update the basic tab fields & using sling:hideResource to hide the all other tabs in the page properties. But Basic tab is not showing alone on the page. If I unhide any other tab then only can see the basic tab along with the other tab which is unhide. Could someone help me on this. sling:respurceSuperType - core/wcm/components/page/v2/page Thank you
Create a Delightfully Shoppable Experience with the New WKND Reference Site and AEM’s Commerce Integration Framework by Mark J. Becker & Laurentiu Magureanu Abstract Recently, we released WKND Commerce, our new reference storefront for the Commerce Integration Framework (CIF). WKND Commerce is based on the well known WKND site for Adobe Experience Manager (AEM). AEM is Adobe’s cloud-native web content management system which allows you to create engaging digital experiences. With the CIF Add-on, you can elevate these experiences even more by bringing commerce data into the mix with fluid e-commerce connections to create content-driven shopping journeys. In this 6th post of our Commerce Integration Framework (CIF) blog series, we’ll take you on a journey in which we will transform WKND into a commerce-enabled project. What you learn here will help you enrich your own AEM projects with content and commerce to create shoppable experiences that will delight your customers. The WKND
EPISODE 15 – CONTENT AUTOMATION WITH EXPERIENCE MANAGER by MARK SZULC Abstract Video: https://youtu.be/iHFza9Xa6rc Content automation brings the power of Adobe Creative Cloud to Experience Manager Assets giving marketers the ability to automate asset production at scale, dramatically speeding the creation of variations Join me live with returning guest, Alex Thiers, Senior Product Manager, as we walk through this new innovative way to give marketers Adobe Creative Cloud editing abilities from the easy-to-use interface of Experience Manager Assets. It frees marketers from reliance on their creative teams and gives them the ability to automate asset production at scale, dramatically reducing the resources spent on creating image variations. With content automation, powerful Photoshop and Lightroom editing services are accessible directly within the DAM, allowing marketers to do tasks like retouching, auto-tuning, auto-straightening, and background knockouts, without the technical kno
EPISODE 16 – DIGITAL SIGNAGE WITH EXPERIENCE MANAGER SCREENS by MARK SZULC Abstract Video: https://youtu.be/kseDO8lvOAA Digital Signage continues to grow at a fast pace, and as we slowly emerge from lockdown our expectations for great experiences in physical spaces will soar. Join me live with new guests Andrew & Jim from Adobe, as we discuss and demonstrate modern digital signage needs, AEM Screens capabilities and other considerations when deploying signage solutions. Its a live session, so join us and ask questions! Special Guests: Jim Stoklosa – Snr Product Manager, AEM Screens, Adobe Andrew Clarke – Snr Solution Consultant, Adobe Read Full Blog EPISODE 16 – DIGITAL SIGNAGE WITH EXPERIENCE MANAGER SCREENS Q&A Please use this thread to ask the related questions.
Day CQ Mail Service Configuration with Sendinblue by Shiv Prakash Abstract Objective After reading this Article, You should have an Understanding of – Email service in local environment with Sendinblue SMTP Introduction While working as AEM Developer we came across so many time to send email form local AEM instance and by default, the email feature is not functional as it requires specification of an SMTP server and SMTP user. I have explained the email configuration in my previous article – Day CQ Mail Service Configuration, but it stopped working after May 30th, 2022 due to a ban on less secure apps. Sendinblue account creation and SMTP access Navigate to Sendinblue official website and sign up – https://www.sendinblue.com/ Access the SMTP details using this link – https://account.sendinblue.com/advanced/api It will contain SMTP, Port, Login and Master Password for your account. Sendinblue provide daily sending limit of 300 emails only- https://app.sendinblue.com/billing/my-plan
Fetching Multifield data of AEM Dialog in HTL using Single Java Class by Aemsimplifiedbynikhil Abstract If you are looking for an article to create a multifield and fetch it’s data in HTL using just single Java class then you are at the right place. So let’s go ahead and start the creation of a multifield in dialog and then use a java class to fetch the data and then render it on the HTML. Below is the dialog.xml for the multifield which is of type composite which means the data that you enter in the fields of multifield will be saved in different nodes in content hierarchy i.e, item 0, item 1, and so on.
Solr indexing of AEM Assets or Pages Data Automatically by Replication Event Listener by Shiv Prakash Abstract Objective After reading this Article, You should have an Understanding of – Replication Event Listener in AEM Solr indexing of AEM asset or page data automatically Introduction In AEM, we mostly work with assets and pages. Sometimes the scenario comes to publish the content and it automatically indexes the data to Solr for better search implementation. We can achieve this with the help of the Replication Event Listener. When we press the publish button, the Event Listener will trigger and send the necessary data to the Solr Collection. Hence, without any further delay, let’s get started: Dependency required for Solr implementation in AEM Dependency in core pom.xml org.apache.servicemix.bundles org.apache.servicemix.bundles.solr-solrj 8.11.1_1 org.apache.servicemix.bundles org.apache.servicemix.bundles.zookeeper 3.7.0_1 Read Full Blog Solr indexing of AEM Assets or
Granite UI Multifield Sightly Traverse | Iterate Simple Example by sourcedcode Abstract In this article, we will share an example on on how we can iterate and traverse through multifield nodes that have been generated by the Touch UI using Sightly in a very simple way. Going through this article, we will be setting up multifield Granite UI links (as if we are building a menu navigation). Each link will define it’s own path, label, and target. Take a look at both screenshots below. One screenshot indicates how a multifield Granite UI field will look like, and in the second screenshot displays how saved nodes would look like in the crx/de console. Step 1. Touch UI Configuration Putting together a very basic Touch UI configuration using tabs to organize our Granite UI fields. Here we will place the entire configuration under: /apps/sourcedcode/components/content/multilistexample/_cq_dialog/.content.xml. line: 34, declaring a multifield line: 42, declaring multifield > label line: 4
Importing rep:policy nodes in the ui.content maven content package by sourcedcode Abstract While working on a new AEM project (typically using https://github.com/adobe/aem-project-archetype), we might sometimes want to deploy new content with rep:policy nodes in particular, to give permission controls to allow jcr:read everyone to view the root content pages like /content/sourcedcode. There comes when a problem while building the ui.content maven module. Sometimes the rep:policy node is not imported over. In this article, we will be configuring your AEM ui.content maven module to import the rep:policy as expected to allow the everyone group to view the /content/sourcedcode folder. Step 1 Create a file named _rep_policy.xml under /ui.content/src/main/content/jcr_root/content/sourcedcode/_rep_policy.xml Read Full Blog Importing rep:policy nodes in the ui.content maven content package Q&A Please use this thread to ask the related questions.
All About Dynamic Dropdown (Granite DataSource) in AEM by Shiv Prakash Abstract Objective After reading this article, you should have an understanding of : Granite DataSource. AEM Tags value in the Dynamic Selection Dropdown JSON Data in the Dynamic Selection Dropdown AEM Packages in the Dynamic Selection Dropdown AEM ACS Commons Generic List in the Dynamic Selection Dropdown Dynamic Selection Dropdown in Workflow Dialog Participant Step Dynamic Selection Dropdown in Content Fragment Model Introduction In AEM development work, sometimes we come across the scenario of populating the same set of data in a dialog dropdown at different places. We can achieve this use case by creating a node in the cq:dialog. Here we will do the same work multiple times with no code reusability. We can resolve this issue with the help of Granite DataSource. Hence, without any further delay, let’s get started: Granite DataSource A DataSource is a factory that provides a collection of resources and is typ
3 keys to a successful marketing system of record by Adobe Abstract A system of record that spans across your organization is the best way to coordinate your modern marketing efforts. At Adobe, we believe an authoritative source of truth — a “system of record” — can be used to underpin and optimize modern marketing. A system of record can help with your overall daily operations and the sharing of data and promotional assets between teams. Similar to the customer, employee, system, and financial records used in other platforms, a marketing system of record like Adobe Workfront unlocks organizational productivity for creative and marketing teams. Although Workfront has helped thousands of customers set up their own systems of record, the concept is still new to many marketers. To help you understand the platform better and where it’s going, here are three key ingredients for a successful marketing system of record. A clear goal and purpose A marketing system of record serves as the si
Hello,Using Aem 6.4.8, when trying to modify/save/add any page property it is throwing following error org.apache.sling.api.resource PersistanceException :Invalid Date.Anyone faced similar issue before? -Thanks in advance
Paraformat is getting disabled after using list with headings
Hi, In most of our pages we are seeing below error but it is not impacting the functionality.As part of clean up we have to resolve the errors. Any solution? It is OOTB.
Hello all,I am trying to push the JSON data of assets & pages from AEM to S3 bucket, is there any documentation that I can go through? But when I am adding AWS JAVA SDK OSGI dependency using <Embed-Dependency>, this doesn’t push the dependent jar file to AEM during the maven build. Any suggestions?Thanks,Vijay Ch
Hi Everyone, In our effort to reward the monthly top two users with a gift card for their participation on the Adobe Campaign Standard and the Adobe Campaign Classic v7 and Campaign v8 Community forums, we present to you the two top users in the Community for the month of June 2022 - @Manoj_Kumar_ and @SatheeskannaK. Congratulations and a big thanks to both of you for being dedicated and helpful community members of the Adobe Campaign Communities. Become a top user and win every month simply by answering questions and being helpful to other members on this community. Perhaps, YOU could be a winner next month!
Hi Everyone, In our effort to reward the monthly top two users with a gift card for their participation on the Adobe Campaign Standard and the Adobe Campaign Classic v7 and Campaign v8 Community forums, we present to you the two top users in the Community for the month of June 2022 - @_manoj_kumar_ and @satheeskannak. Congratulations and a big thanks to both of you for being dedicated and helpful community members of the Adobe Campaign Communities. Become a top user and win every month simply by answering questions and being helpful to other members on this community. Perhaps, YOU could be a winner next month!
Pl. Help me, Whether the website created on the same AEM is working or not, can be monitor
Did any one face this issue?
I have the below structure in a dialog.Dialog ----Multifield ----checkbox ----textfieldCheckbox and textfield inside the multifield. By default checkbox is disabled, textfield should be hidden.When checkbox is enabled, textfield should be shown. Please help me with this. Thanks in advance
Is there a recommended way to write custom js to make a field say pathbrowser inside a multifield as a requied field based on a condition?We can use- .attr("aria-required", "true"); to make the fields required , but what would recommended structure of the js be?Also what would be the best practice to achive this?
Hi, We're trying to implement linked folders between our Workfront and AEM instances. This has worked well for most of our assets, but we've encountered problems with either larger photography assets or video assets. Upon dragging and dropping assets into linked folders in Workfront, once in AEM, assets either do not process fully, or, in the case of video assets, stop playback after a few seconds, either in AEM or upon download. Are there any possible fixes to this solution, or anyone who has also encountered this problem? Any questions, please advise. (We're using the New Workfront experience, as well as AEM as a Cloud Service.)
Adobe Experience Cloud: Adobe Analytics: https://www.youtube.com/watch?v=zo7XWENN0VUAdobe Campaign: https://www.youtube.com/watch?v=UdKk8blOPUQAdobe Audience Manager:https://www.youtube.com/watch?v=v3oS6MUNBqcAsset Manager (DAM): https://www.youtube.com/watch?v=PBwQqZgC-yoAdobe Experience Manager Forms: https://www.youtube.com/watch?v=aLs1AcJYIBEAdobe Experience Manager Sites: https://www.youtube.com/watch?v=ABj0yh-c_1UAdobe Target:https://www.youtube.com/watch?v=pfDNq1W0R5YAdobe Advertising Cloud: https://www.youtube.com/watch?v=MKkokSjwqD0 Thanks to Adobe. The king of digital experience and creativity.
Já tem conta? Login
Ainda não tem uma conta? Crie uma conta
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.