Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
Understanding Clipping Path: Importance and related metadata extraction by Aanchal Sikka Overview High-quality images are fundamental to creating engaging digital experiences. A key technique for achieving this quality is clipping path, a process that meticulously isolates the subject of an image from its background. Complete blog available here: https://techrevel.blog/2025/01/28/understanding-clipping-path-importance-and-related-metadata-extraction/ Q&A Please use this thread to ask questions relating to this article
In the fast-evolving landscape of digital solutions, businesses are increasingly seeking integrated platforms that can drive efficiency, enhance data-driven decision-making, and improve customer experiences. Adobe Workfront Fusion, when combined with Adobe Experience Platform (AEP), provides a cohesive solution that empowers organizations to optimize their operations and achieve these goals. Below, we explore how leveraging these technologies together can deliver significant value to clients, with a focus on some impactful use cases.1. Automating Workflow Based on Data Insights:One of the most powerful aspects of integrating Workfront Fusion with AEP is the ability to automate workflows based on insights derived from data analytics. AEP allows organizations to collect and analyze vast amounts of data from various sources. By feeding this data into Workfront Fusion, businesses can set up trigger-based automations. For instance, in a marketing scenario, if AEP identifies a surge in websi
Please join me in congratulating our Campaign Community member of the year 2024: @Manoj_Kumar_
We have project managers who will change project priorities based on how close we are to the deadline of the project (due tomorrow - Urgent; due in 3 months - low).However, we aren't sure if that's the best way to use priorities. We also have a new field called tiers to indicate the importance/complexity of a project so priority really is more about indicating "timing." Does your organization change project priority? Yes or no, why?
Hello, I am using aem cloud instance on my localAnd was trying to build a graphql app using https://experienceleague.adobe.com/en/docs/experience-manager-learn/getting-started-with-aem-headless/graphql/multi-step/graphql-and-react-appApp works absolutely fine with localhost:3000 consuming graphql APIs which I built.But now I need to push this to localhost:4502 Can anyone guide how to do this integration What are the possibilities Will this be served as iframe or will it be part of repoPlease share reference links and steps Regards
I want to add comments in current ootb email template.I tried to overlay /libs/settings/workflow/notification/email/default/en.txt to/apps, - Didn't worked/conf/global/settings/workflow - Didn't worked/etc/workflow/ -Didn't workedAm I doing something wrong in here?
I would like to do it from code and not from crxde
In AEM 6.5 onPrime I have a AEM brand portal setting which i converted from JWT To Oauth. When i check the health of my IMS Configuration, its showing unhealthy configuration hostname may not be empty.The same Oauth setting is working in my local instance.what configuration i might be missing on server?I have created the IMS configuration with Oauth option and provided all required values from developer console project.I also tested the Oauth in Postman and its generating the access token
Hi,I would like to add some new fields to the page dialog's basic tab.To do that I have defined the overlay for the page dialog xml at /apps/core/wcm/components/page/v3/page/_cq_dialog/content.xml .This contains <content granite:class="cq-dialog-content-page" jcr:primaryType="nt:unstructured" sling:resourceType="granite/ui/components/coral/foundation/container"> <items jcr:primaryType="nt:unstructured"> <tabs granite:class="cq-siteadmin-admin-properties-tabs" jcr:primaryType="nt:unstructured" sling:resourceType="granite/ui/components/coral/foundation/tabs" size="L"> <items jcr:primaryType="nt:unstructured"> <basic jcr:primaryType="nt:unstructured" jcr:title="Basic" sling:resourceType="granite/ui/components/coral/foundation/fixedcolumns"> <items jcr:primaryType="nt:unstructured">
I have created a custom Akamai replication agent. When I publish a single page, it is successfully replicated, but the images are blocked (please see the attached screenshot). If anyone in this project is using Akamai replication, could you kindly provide some insights? I need information on why the images are being blocked.
While migrating from AEM on-premise to AEM cloud, facing Duplicate local variable errors in JSP. Below is the error:org.apache.sling.scripting.jsp.jasper.JasperException: Unable to compile class for JSP: __An error occurred at line: 7 in the jsp fileWe are assuming that the error might be because of below values in healthcheck config.
Hi,I would like to know if there is a way to get the list of references of an asset through APIs.Thank you.
I am facing an issue with Smart Crop in AEM 6.5. When I upload an image, the image remains in the "processing" state and does not complete. However, when I check the workflow status, it indicates that the workflow has finished successfully. Anyone faced this issue? I checked for permissions with admin and everything is fine there.
I have no idea how to do a six 40 x 3 60 pixel picture I am using a iPhone 14 Pro Max if anybody has any ideas
I have 5 check boxes that must be checked on a form. I have added the text "Please verify that all required boxes are checked" at the top of the section and I need it go hide once all 5 boxes are checked. This is the formula I'm using: if (this.resolveNode("ICAreconciled.checkbox5").rawValue == "1" && this.resolveNode("ICAvalidation.checkbox4").rawValue == "1" && this.resolveNode("checkbox3").rawValue == "1" && this.rawValue == "1" && this.resolveNode("checkbox2").rawValue == "1") {this.resolveNode("B\.ChecklistTitle.VerifyMessage").presence = "hidden";}else{this.resolveNode("B\.ChecklistTitle.VerifyMessage").presence = "visible"} Am I missing something? I've attached the form if it helps. Thanks!
Hi,I have policy for a specific component and sling:resourceType of the policy is wcm/core/components/policy/policy. But once i make any changes from policy level in touch ui or save the policy without any changes , the sling:resourceType of the policy is getting changed to that component's sling:resourceType(apps/project/components/specificcomponent).This issue is only happening one of the environment not for all the environments. I am using AEM 6.5 on-prem. Can someone suggest something here?
Is there documentation to run vanilla graphql queries using say ApolloClient?In my usecase, my content fragment schema has 350+ elements in it. UI Head is a reporting react app, allows users to choose columns and graphql query must load results. Page load pulls only 10 elements and allows users to dynamically add more elements. With this reporting page, persistentQueries wont help me. The query must fetch all 350 elements and then UI must filter interested elements. Looking for a way to construct queries at client using Apollo and run. Documentation reads ability to run direct direct queries may get deprecated. Until we too migrate content fragments into better solutions, looking for running direct queries. Is there documentation how to implement?
Hi team, I need help for the redirect issue.All my contents are under /content/proj. The dispatcher is under /var/cache/content/proj, all rewrites are rewritten to /var/cache/content/proj. So an article in author /content/proj/news/xyz.html will be https://mysite.com/news/xyz.html. This works under the dispatcher rewrite rules. I have a page /content/proj/about/about-me.html, it works fine. Now I set up its parent /content/proj/about, it has a redirect as a "granite/ui/components/coral/foundation/form/pathfield", the value is /content/proj/about/about-me.html, the name for the field is "cq:redirectTarget". On the author it just shows the title of the /content/proj/about/about-me.html, but the front-end just being redirected to https://mysite.com/content/proj/about/about-me.html, in turn, resulted a 404 page. Since this is a pathfield field, I don't want to just enter /about/about-me.html for the redirect, rather, pick a page from the AEM built-in popup/popdown path
Hi everyone,I created an AEM project using the following Maven command:mvn -B org.apache.maven.plugins:maven-archetype-plugin:3.2.1:generate -D archetypeGroupId=com.adobe.aem -D archetypeArtifactId=aem-project-archetype -D archetypeVersion=35 -D appTitle="WKND Sites Project" -D appId="wknd" -D groupId="com.adobe.aem.guides.wknd" -D aemVersion="6.5.0" -D includeDispatcherConfig=nThe project was successfully generated, and I built and deployed it to my local AEM instance (version 6.5.0). However, when I open the page in Edit Mode, I only see a blank page instead of the default components. Thanks.
Hi Team,In Page activation workflow, we have two steps to complete the operation.1 . Approve / Reject2. Endwhenever user approve the request, it is still asking to end the workflow to complete the request. We need to skip the END step, so I tried to remove but the workflow is running forever and the only option I get is to terminate the workflow manually in Instances.we tried without deleting the end step, by creating custom Process step to terminate the workflow without manual intervention but no luck.workflowSession.terminateWorkflow(workItem.getWorkflow()); Need your suggestions Thanks!
Please join me in congratulating our Journey Optimizer Community member of the year 2024: @satheeskannak
We have hundreds of content fragments based on templates (mainly the Simple Fragment). They are referenced on hundreds of pages. As we create new fragments, we are basing them on models. However, is it necessary to covert all the existing fragments to use a content fragment model instead of Simple Fragment?
Dear AEM Community, Your time is precious, and we understand the importance of efficiency when it comes to troubleshooting issues with AEM.That's why we're excited, in this new year, to again bring you our carefully curated collection of Top KCS (Knowledge-Base) Articles for January 2025, designed to help you resolve common challenges swiftly and effectively. Our Top KCS Articles are your shortcut to: Quickly identifying and resolving recurring issues.Accessing expert insights and best practices for AEM.Streamlining your troubleshooting process for maximum productivity.Empowering yourself with the knowledge to tackle any AEM-related problem head-on. Why spend hours searching for solutions, when our Top KCS Articles have already done the heavy lifting for you?Let us help you save time so you can focus on what truly matters – empowering you to provide a truly personalized experience to your customers with AEM. Start supercharging your problem-solving skills
Hi, Current AEM version is - 6.5.12acs-aem-commons - 4.3.0 I configured the clientlib versioning as said in the acs commons site. But the problem is, I have created the node for rewriter under config folder but it doesnt appear in the sling rewriter (http://localhost:4502/system/console/status-slingrewriter), so it indicates configuration was not applied successfully. I even restarted the server but it didnt worked. Please anybody faced this issue. Is it the acs-aem-commons version compatibility issue ?
Dear Fellow Adobe Target Professional, I hope this email finds you well. I am seeking your assistance regarding the qualification of Adobe Target Business Practitioner Professional Certificate and its relevance to the Computer Systems Analyst category under the TN visa qualifications.I recently received a job offer for a role of Adobe Target Tech Consultant from a U.S. company and applied for a TN visa. However, my application was denied as the officer did not recognize the role of an Adobe Target Technical Consultant as falling under the Computer Systems Analyst category. The hiring company is willing to apply for the TN visa on my behalf through USCIS, but I need Adobe’s guidance to support my case.To provide context:1) I hold the Adobe Target Business Practitioner Professional Certificate.2) I have over five years of experience working with Adobe Target and Adobe Analytics, specializing in system implementation, optimization, and analysis.I would like to know:If the role of an
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.