Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
Hi Everyone,I was scheduled for the adobe expert commerce ADO-E716 exams on 28-07-2023 at 10 AM IST and on time when I connected with the examiner at that time due to some technical issue my mic was not working so the examiner marked the status "Incomplete". even though my exam was not started and the examiner told me to schedule a new exam. when I am trying to reschedule the exam it asks me to pay again why should pay again without taking the exam how does it ask me to pay again.so I email the support@examity.com and got the reply from them : Hello Santosh,Thank you for contacting Examity.I understand you need assistance with Reschedule the exam. We see that your previous appointment is marked as Incomplete, so you cannot reschedule the same appointment. You will need to schedule a new appointment to take the test. If it's asking to pay fees for scheduled exams you need to pay. If you are not to pay please try to reach out to the college or institution.P
Check out this article that highlights the Adobe Certification Exam Prep Portal that just launched to help you in your efforts to prepare you for your future expert-level certification exams. See the list of free practice tests that are now available to you Learn how to access the Adobe Certification Exam Prep Portal Access your free coaching report on every practice test you take Full article here Adobe Certification Exam Prep Portal Q&A Please use this thread for any questions.
We've received a fresh instance of AEM Forms as a Cloud Service, and after setting up the Program and environments in CloudManager, I can't locate the AEM Administrator profile in the Admin Console. I'm attempting to figure out how to create users and designate them as AEM administrators if the profile isn't available in the Admin console.
Issue: Auto publishing of Remote DAM assets/Connected Assets from Sites after updating the assets in Remote DAM In AEMaaCS , have both AEM Sites and Assets program separately and configured connected assets for Assets SYNC. When author updates assets in AEM assets program there is a sync operations runs in AEM sites for every 5 minutes (as per adobe) and updated the corresponding assets in AEM sites but won’t publish to the website. Looking for assets to be auto publish once the SYNC gets completed. I tried following optionsWorkflow Launcher to activate the assets which runs multiple workflows and keep on runningAuto publish workflows in Assets folder properties which runs only if the assets get modified in the AEM sites instance (i.e. Locally modified) not working if the assets modified in AEM Remote DAM assets. Refer this article AEM Assets Post-Processing Workflows — A Savior to Resource Change Hell problem | by Saravana Prakash | Medium We are expecting a solut
Adding a Color Picker to the AEM Content Fragment Model Editor by Perficient Blogs Abstract Recently, one of our clients looked to add a custom field in the Adobe Experience Manager (AEM) Content Fragment Model Editor. If you’re wondering what AEM Content Fragments are, check out Dan Klco’s post, as he does a great job explaining. Content Fragment Models are built with elements from various out-of-the-box data types, including single-line text, multi-line text, number, boolean (only for checkboxes), date/time, enumeration (only for static dropdown values), tags, and content reference. Adding a Custom Field to the AEM Content Fragment Model Editor After investigating the structure of the Content Fragment Model form builder configuration inside CRXDE,I found that we can easily add most other data types (there are some restrictions for a few datatypes). To extend and customize this form builder configuration of Content Fragment Model Editor, we need to overlay the Content Fragment form
In this comprehensive tutorial, we're set to explore the creation of an Insights data model, employing the customizable insights capability offered by Data Distiller. Through a detailed step-by-step demo, I aim to improve your data workflows by adapting insights data models to meet your unique requirements.Review Demo Here: Link to Customizable Insights by Data Distiller tutorial Step 1: Introduction to Insights Data Model CreationThe purpose here is to create an insights data model that can handle various KPIs and trends over time, leveraging the powerful capabilities of Data Distiller. Adobe Real-Time Customer Data Platform offers a range of out-of-the-box data models, but the focus will be on how to customize these to fit our specific requirements.Step 2: Creating the Data ModelFirst, it's essential to create the necessary database, schema, and tables that will store information. Then give the insights data model a user-friendly name which will be displayed in the Da
“We are drowning in information but starving for wisdom.” -E.O. Wilson This rings so true in a world of big data. And it echoed strongly during the early days of my career in Digital Analytics. It’s a relief knowing that analysts don’t need to be exhaustive with data points. Else, it only gets too overwhelming, and you’ll be lost in the sea of numbers. But the next question is, how do we even know where to start? Here are three effective ways to statistically choose your battle in data analytics. 1. Pareto Principle Known as the 80/20 rule, this concept from economist Vilfredo Pareto explains that 20% of what you do matters, the rest is a waste of time, which is 80%. The key to success is identifying the crucial 20% of input and prioritising it. An example scenario, your Adobe Analytics dashboard shows that your campaign landing page has a bounce rate higher than your KPI of 60%, and this website is used for 50 countries. If you'll only look at the Bounce Rate column to spot which was
We have configured a SAML configuration on AEM Author. The integration isn't working but we are locked out of accessing AEM Author. The SAML bypass url doesn't seem to be working as well. Our redirect url isn't correct so we need to remove the SAML config.The SAML bypass url shows AEM Author login page, but does not let us go beyond. Configuration:1. Create a Trust Store2. Updated Authentication Service user adding a Keystore3. Created a new SAML configuration in ConfigMgr. By pass url we are using: http://<server>:4502/libs/granite/core/content/login.html Logs reporting this: 24.05.2021 23:05:35.879 *INFO* [qtp936030377-1973] org.apache.sling.auth.core.impl.SlingAuthenticator getAnonymousResolver: Anonymous access not allowed by configuration - requesting credentials How can we solve this?
I'm running into an issue with the dispatcher validator complaining that my custom rewrite file is not found and curious if anyone has had a similar issue. This is a pretty basic setup so far as the project is just getting going. It is for a new AEMaaCS impl so no conversions from old Apache/Dispatcher configs. We have copied the default.vhost file and renamed appropriately and created a symlink to the file in the enabled_vhosts folder. In the vhost file we have the following include: Include conf.d/rewrites/client_rewrite.rules in the conf.d/rewrites folder created a client_rewrite.rules file and place some basic rewrites for the homepage. When running the validator (Version 2.0.32) it stops and says this file cannot be found. I've verified the file exists and is properly named, verified the file permissions and that the file can be read. If we change the include and file name to just rewrite.rules the file is found and everything works fin
Hi I have a requirement in which we are maintaining multiple metadata schema for assets and now based on the folder metadata schema we have different search forms(search schema). Has anyone implemented this for aem cloud service to load the search forms(search schema) based on folder on which search is being performed. my idea is to create a service that will read the folder metadata schema and provide the path for appropriate search forms to load but not able to find the way to invoke this custom service class to override the OOTB search form load. Default search form path is stored on /libs/dam/content/seatchpanel node as jcr property predicatepath=“dam/search/facets/assests” and this property is being read on /libs/cq/gui/components/coral/common/admin/searchpanel/searchpanel.jsp on line 48 as String predicatePath = cog.get(“predicatePath”, String.class); any help is really appreciated.
Hi All, We are currently using AEM workflow send email process step to send emails in our org. I am trying to extend com.adobe.fd.workflow.email.SendEmailStep class in my project so that I can leverage lot of functionalities that this class provides but no luck so far. SendEmailStep uses OOTB SMTP mail service and I want to use graph mail service instead of smtp. I have added the following dependency in my project parent and core pom but no use.<dependency> <groupId>com.adobe.aemfd</groupId> <artifactId>aemfd-client-sdk</artifactId> <version>6.0.968</version></dependency> Thanks,Vishal
Hello team, We are performing a full-text search query on /content/mysite that returns results for all pages (cq:Page) containing the specified search term within their properties. The query functions correctly for child nodes up to level 4 for any given page. However, it fails to retrieve search terms from nodes located deeper than level 4 under the jcr:content node.For instance, I identified a text component at /content/mysite/us/en/home/test-page/jcr:content/bootstrap-template/container/bootstrap_grid/bs-container-0/bootstrap_grid_889394484/bs-container-0/text_1226911357_copy (this component is at level 7 after jcr:content). I updated the text property with the term “testingtheindexes”. When I executed a full-text query for this term using the query builder, it returned 0 results. At the same time, running the same query for a component at level 3 after jcr:content yielded the expected result.Upon further investigation, we discovered that the include aggregate configurations at
Hello, I have set up a webhook according to this page Webhooks and AEM Events | Adobe Experience Manager. In the developer console I have added the I/O Managment API and have configured the event registration on AEM Sites to the webhook to receive all events related to content fragments on my site. I am able to manually send sample events on the developer Console and they are received by the webhook. However, when I make a change in Experience Manager, such as creating or modifying a content fragment, nothing happens on the side of the webhook. I am trying to figure out potential problems such as maybe the site isn't configured for events and would appreciate any assistance on where to look to help solve this problem. Thank you
Big thank you to everyone that was able to make it to our Tech Session "Tracking Visitors in the Ever-Changing Landscape of Cookies, Browsers, and Libraries" today!These are the additional resources I mentioned that would be made available to help your team dig deeper into the topics we discussed Tech Session Additional Resources Tracking servers vs cookies:https://experienceleague.adobe.com/en/docs/analytics/implementation/vars/config-vars/trackingserverCname Implementation:https://experienceleague.adobe.com/en/docs/core-services/interface/data-collection/adobe-managed-certGrace Periodhttps://experienceleague.adobe.com/en/docs/id-service/using/reference/analytics-reference/grace-periodVisitor Migrationhttps://experienceleague.adobe.com/en/docs/analytics/technotes/visitor-migrationMigrate to ECID Servicehttps://experienceleague.adobe.com/en/docs/id-service/using/homeAdobe Analytics and Cookies State of cookies in 2024:https://experienceleague.adobe.com/en/docs/analytics/
Hi,I would like to have like this filed in my component without the list or open selection, just an empty field where I can enter multiple values:Can someone share the dialog for the same as well as any special implementation (class level) required to store these values?
Audience Metrics Side-by-Side via Data Distiller Query Pro ModeAuthor: @annamalai (Senior Product Manager) & @pk83124183 (Architect)Reviewers: @saurabhma2 (Group Product Manager) & @anilmalkani (Director Engineering) Welcome to a guide on utilizing Data Distiller's Query Pro Mode to create an SQL-based analysis that compares metrics between two audiences.First, consider why different personas would be interested in performing this analysis.Use Cases by different personasMarketer ManagerEvaluate audience growth and segmentation effectiveness: Analyze and compare trends of how specific audiences are evolving over time along with identity composition so it can help inform campaign planning and spending allocations.Customer Insights AnalystUse the trend and break down of identities in sync with the company specific audience name definition to derive business specific insights - ex: if segments are created for engagement of various pr
While members of this community are certainly familiar with Workfront and Fusion, WalkMe may be a bit misterious. So first few words about this app. WalkMe is a digital adoption platform designed to simplify the user experience on websites and software applications. It offers on-screen guidance and interactive walkthroughs to help users navigate and utilize digital tools efficiently. Key features include: Guidance and Support: Provides step-by-step tutorials and tooltips to guide users through processes. User Onboarding: Introduces users to the features and functionalities of the platform or application. Behavioral Analytics: Provides insights into how users are using the software, identifying pain points and areas for improvement. Customization: To match business specific needs and branding. Integration: making it versatile for various industries and use cases. Overall, WalkMe aims to enhance user engagement, reduce training costs, and increase overall pro
Session Details During this AEM GEMs webinar, we will show how you can get the most out of adding your own private GitHub repository in Cloud Manager. We will start with the repository onboarding, which will now allow you to directly link the GitHub repository to your Cloud Manager pipelines, eliminating the need to consistently sync your code with the Adobe repository. Then we want to showcase how this feature allows you to shift-left your testing process, bringing the Cloud Manager code quality checks at pull request level before the code is merged. This way, as an AEM developer, you would be able to identify the issues that would have failed your Cloud Manager build sooner in your development cycle. Housekeeping details: Duration: 60 minutes including 10 minutes of Q&A Audience: Customers, Partners, and Adobe Employees Recording and slides will be made available to the public after the session The session is free of charge, registration will be required Session Recording Ses
Pulling Private Dependencies with Cloud Manager by Preficient Abstract For customer’s using Adobe Managed Services, Cloud Manager has become the de facto system for deploying code to their Adobe Experience Manager environments. Among Cloud Manager’s many deficiencies is the inability to fetch artifacts from private remote repositories. The good news is there’s a workaround for internet-facing artifact repositories. Unfortunately, non-internet facing artifact repositories are not supported as Cloud Manager spins up Docker containers to run the actual build process and they do not support a pool of IPs or virtual networks for the containers. According to feedback from Adobe, the Cloud Manager team is waiting on a feature from Microsoft Azure to allow all Cloud Manager Containers to be assigned an IP address out of a defined range. Once this feature is added to Azure, AMS will be able to provide an IP range to allow access to the artifact server. Connecting to a Private Artifact Reposi
Hi,i set up sign in via azure ad b2c in AEM. I oriented on this example implementation: https://www.albinsblog.com/2021/12/enable-user-authentication-for-aem-websites-azureadb2c-oauth.htmlThe implementation is basically working. Now i have to call a 3rd party API and pass the authentication token. Does anyone know how i can access the token of the currently logged in user in order to use it for the http requests which are sent from the AEM backend?Also to me it is unclear if i can use the refresh token in order to retrieve a new access token as it seems that only the access token is stored.Another question i have if i can use the claims in the JWT instead of closed user group as a mechanism to restrict user access to certain areas of my website. Any suggestions or documentation regarding these topics would be useful for me.Thank you.
Friends - we are way down our process path to using the Box integration with our Workfront instance. My 'final' testing on Friday I hit a huge snag / roadblock. Although I figured out a work around, I wanted to see if anyone else here uses Box + Workfront together. Specifically, 'how' you do so from your process perspective. Can anyone lend a gal a hand? I miss our vocal community so even if you can't.....reply and say hi!
Hi All,In my project we are using 6.5.6 version & we have a requirement to publish assets & content together in a single custom workflow but everytime when I try to add an asset after adding a page first then I am getting following error 'Selected page already exists in the list' . Please help me & let me know what I am doing wrong here & how this error can be resolvedThanks in Advance!!
Dear adaptTo() Community,Time is running out! Ticket sales for adaptTo() 2024 end on 7 October - don't miss the most important event for fans of Adobe Experience Manager (AEM), the underlying OSS Stack and Edge Delivery Services.Get your Ticket here: https://adapt.to/ticketsAgenda: https://adapt.to/scheduleWe look forward to seeing you in Berlin from 21-23 October.Best regards,The adaptTo() Team
Dear adaptTo() Community,Time is running out! Ticket sales for adaptTo() 2024 end on 7 October - don't miss the most important event for fans of Adobe Experience Manager (AEM) and the underlying OSS Stack.Get your Ticket here: https://adapt.to/ticketsAgenda: https://adapt.to/scheduleWe look forward to seeing you in Berlin from 21-23 October.Best regards,The adaptTo() Team
My custom Metadata is not appearing in the AEM Cloud environment. I have created custom metadata schemas and want to install them through the cloud manager pipeline. I kept all the changes in below location ui.content/src/main/content/jcr_root/conf/global/settings/dam/adminui-extension/metadataschema It is properly deployed in my local AEM SDK and I could see all my metadata schemas but when I installed the same code in AEM cloud, I didn't see the metadata schema at all. I tried to see what is installed but I don't see any nodes inside /conf (even being administrator). Can anyone tell where it is working in the local AEM SDK and why it is not working in the AEM cloud? Do I need to do anything special to make it work in the AEM cloud ?
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.