Welcome to the Adobe Developer Community! Connect with peers to ask questions and share best practices.
Recently active
Hi,I am exploring options to use AEM workflow. I want to call an API inside workflow when ever some one publish an asset. Is it possible to write this kind of workflow in AEM Cloud? Your answer is highly appreciated. THanks.
i am not able to print signature with certificate (.cer) for non interactive case.I want to create a form with digital signature. i am using adobe live cycle designer version 11.0 for SAP solutions.screen short is also attached i am facing this error.
Hello everyone,I am creating a form with adobe live cycle designer version 11.0 for SAP solutions.I am not able to print digital signature with certificate (.cer) for non interactive case.
Hey, all.I'm trying to think of a solution that solves or simplifies the problem of keeping schema fields up to date based on a country for the client I work for. I think this might not be possible to achieve, but I'm looking to have additional fields in a schema based on the recipient's country attribute. Here's a specific scenario:Two recipients:Pablo with country = 'AT'Paul with country = 'UK'I would like to create two workflows where:The first workflow queries for Pablo and only the default nms:recipient fields are available.The second workflow queries for Paul and an additional field UK address (@ukAddress) is also available.Is there a way to conditionally add or make visible additional fields to the nms:recipient schema, depending on a recipient's country field or any other field? Any insights on how we could achieve this conditional visibility within workflows would be very much appreciated. If this isn't directly feasible, are there recommended workarounds that
I have heard that there were some vulnerabilities of severval Magento Versions: Adobe Commerce: versions before: 2.4.7; 2.4.6-p5; 2.4.5-p7; 2.4.4-p8; 2.4.3-ext-7 ; 2.4.2-ext-7Magento Open Source: versions before: 2.4.7; 2.4.6-p5; 2.4.5-p7; 2.4.4-p8One project of my Company is running on 2.4.1, does that mean my version also get affected, its a very tough case, can you guys please help and give me solutions for this problem.
Using the Lightroom API, I can successfully retrieve a rendition of an image (jpg) from a authorised user. How can I proceed and retrieve the original file (e.g., .dng, .arw, ...)?
My project is built on aem react spa with ssr and for translation i used npm package "i18next" and this works well client side and also working when ssr is done by express by reinitializing i18next at server side . But when i use adobe runtime io for ssr it does not return translated texts in the content , how can i handle this.if i18 works on client side then initially label load from ssr and then when react bundle loads on client then all labels change as per i18. it is not.a good user experience.i want i18 to work along with server side rendering. so that ssr output comes as per i18 translations only.I am able ot make it work when I do SSR using express . Cant make it work when I do ssr using adobe IO runtime .reference - i18 documentation for ssr (https://react.i18next.com/legacy-v9/serverside-rendering)ssr with adobe I/O ==> https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/implementing/developing/hybrid/ssr#when-to-use-ssr
Hello Community!I'm preparing for the AEM DevOps certification, and I'm struggling to find structured and comprehensive learning resources. I've come across a few tutorials and articles, but nothing that provides a clear, cohesive path to mastering the material.If you've successfully navigated the journey to AEM certification, I would greatly appreciate your insights:What resources did you find most valuable?Are there any courses, books, or study groups you would recommend?Any tips on the most important areas to focus on?Your advice and recommendations will be immensely helpful. Thank you in advance for your support!
Hi Sebastiane,I am a iOS developer, would like to use the adobe PN. I followed the whole tutorial on the github and adobe site.My questions are, once app call register extension It takes some times to find user profile in the Profiles section with app ECID but It is not registered just one time call.Profile can be found app launch several time back and forth.Can you please provide the sample or whole process to send PN with Campaigns or Journeys without Assurance? MobileCore.setLogLevel(.trace) let extensions = [Messaging.self, Edge.self,Consent.self, Assurance.self, AEPEdgeIdentity.Identity.self, AEPIdentity.Identity.self, UserProfile.self, Lifecycle.self] MobileCore.registerExtensions(extensions, { MobileCore.updateConfigurationWith(configDict: ["messaging.useSandbox":true, "messaging.eventDataset": "eventDataset_id","edge.configId":"edge_configId_id"]) &
Hi!I'm working on moving all my JSs to have the "nonce" attached to all of them but even after handling all the cases I'm still seeing the error popping up for AdobeDTM JS as the print below shows:"nonce" is there inside the script tag:But the calls keep on failing, any ideas on how to solve this? We are not willing to "allow inline script" since this is kind of the main topic of the patch itself.
Join us on Thursday, July 18, for a 45 minute engaging webinar where you'll learn about the following: Understand Lighthouse and it's significance in web performance.Setting up Lighthouse in AEM Cloud Manager for automated audits.Analyzing and interpreting Lighthouse scores to identify areas for improvement. Implementing best practices to enhance performance, accessibility, and SEO in AEM.Gain valuable insights from an expert to boost your AEM projects' performance and register today!
Question (Relevant to Adobe Experience Platform):I'm working on TraceShipments.com, an online parcel delivery tracking tool. We're utilizing AEP for data management and want to enhance the user experience by integrating a map component that displays shipment locations in real-time.While I'm comfortable with front-end development, I'm seeking guidance on the best practices for achieving this integration with AEP. Are there any specific AEP extensions, SDKs, or documentation resources that can help us efficiently connect our front-end code with AEP data to visualize shipment locations on a map?
Hi everyone! as the subject,Is there a Chinese version of this exam?Thank you!
Hi, I'm trying to set up the log forwarding in App Builder to forward the logs to Splunk Enterprise. I followed the steps mentioned in the below documentation. https://developer.adobe.com/app-builder/docs/guides/application_logging/splunk_enterprise/ Until step 2 is completed and confirmed, the hostname, port, and Splunk Authorization token details are correct. Step 3 is to set up log forwarding in App Builder. After all the details are provided, it waits for some time and fails with the below message. › Error: Could not update log forwarding settings for namespace '44534-appname': 400 (Bad Request). Error: {"reason":"Validation failed","message":"[Splunk (in.main-default-trusting-goodall-h2f5h21.cribl.cloud:8088): HTTP Error: Connect timed out]"} Thanks for your help. Regards,Siva
We are looking for customer feedback regarding AI tools to help complete tasks and answer any AEM related questions. We will use these insights to help shape the future of AI tools in AEM. This survey should not take longer than 10 minutes to complete. If you are interested, please fill out survey here.
Hi All, I'm currently in the process of utilizing the User Management API to search for and remove users in a more automated approach. The current process is that someone has to log into the Admin Console, search for a user, select the user and then select Remove User. Then you have to select between:Transfer content now: Folder content is sent through email to a designated user. If you choose this option, specify the email address of the designated user that receives the content.Transfer content later: The folder content remains in the Inactive User tab until it is permanently deleted.Permanently delete content: The folder is permanently deleted with no option to retrieve the contentIn an effort to make this more of a streamlined offboarding process for our Help Desk team, I wanted to see if anyone knows of what options are available to transfer a users content. I reached out to support with this question and they confirmed that while you can use the removeFromOrg action, th
I need to create a workflow that allows the author to create pages in a specific path. I want to check if the user has write access to the path they have requested. The below code does not seem to work for all users. Is there another way to check user permissions? Map<String, Object> userImpersonationMap = new HashMap<>(); userImpersonationMap.put(ResourceResolverFactory.USER_IMPERSONATION, initiator); ResourceResolver resourceResolver = resourceResolverFactory.getAdministrativeResourceResolver(userImpersonationMap); Session userSession = resourceResolver.adaptTo(Session.class); boolean canAccessPath = userSession.hasPermission(destinationPagePath, Session.ACTION_ADD_NODE); AEM 6.5.14
Hi There -- I keep getting this email "Your integrations using Service Account (JWT) credentials will need to migrate" but am not sure how to do this. are we able to jump on a call to have you walk me through it?
We are running an ecommerce website off Magento Open Source 1 which has an integration with our ERP software Microsoft AX 2009 and I'm wondering if we upgrade to Magento 2/Adobe Commerce, if that integration will remain intact or have to be rebuilt?
Join the Adobe Experience Manager (AEM) Skill Exchange on August 14, 2024 Hello, AEM Community! We're excited to announce that registration is now open for our free, 3-hour digital learning event.Date: Thursday, August 14, 2024Time: 9:00 a.m. - 12:00 p.m. PacificThis event is tailored for Developers, DAM Librarians, Content Authors and power users, with a keynote presentation from Monica Sharma, Senior Director of Product Management, Adobe Content. Choose from two tracks:The Author & Practitioner Track is perfect for Content Authors and Marketing Users. Hear best practices, tips, tricks and real-world use cases to create unique experiences with AEM Sites & Assets. The Developer & DAM Librarian Track is designed for Developers and end users of AEM Sites & Assets looking to accelerate their ability to build cutting edge experience, including integrating with solutions like Workfront and Creative Cloud.Get y
If I try to fetch an image or JSON file from the DAM on our author instance I get an error loading the image or a blank JSON file https://author-{aemEnv}.adobeaemcloud.com/content/dam/{folder}/image.pnghttps://author-{aemEnv}.adobeaemcloud.com/content/dam/{folder}/data.json However if I do the same thing from our publish instance I can retrieve the contents no problem https://publish-{aemEnv}.adobeaemcloud.com/content/dam/{folder}/image.pnghttps://publish-{aemEnv}.adobeaemcloud.com/content/dam/{folder}/data.json What is the proper way to fetch assets out of the DAM? ideally the same for both to simplify the code...Or is it possible to allow the authoring instance to serve files from a specific DAM folder similar to publish?
I want to find out if Adobe provides commercial license for usage of the Firefly API, and if yes, how can I get access to it and the cost.
I am using workfront fusion and using scenario to connect with SQL server but getting below error getaddrinfo ENOTFOUND I have tried to connect using IP as well as host name but getting same errorPlease help me to get it resolve.
Stores Feed, Sales Order Feed, Sales Order Statuses Feed this 3 index can't change to update on save after i have upgrade site to magento 2.4.7-p1.
Hi Team, I have installed "infobip/module-notifications": "1.7.2" extension and trying to do the configuration to update the Base URL and API Key but after entering the details and hitting Save Config, its not happening anything and configurations are not getting saved.Please help and suggest. Thanks.
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.