Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
We are trying to get publisher and use that in the custom email template to send a notification. String currentUser = workItem.getCurrentAssignee();The above returns "null"String currentUser = resourceResolver.getUserID();The above one returns "workflow-process-service"Can we use workitem used to return the current user
I tried to connect experience cloud but showing a message as "It seems that your Adobe ID is not linked with your Adobe Experience Cloud solution accounts. Please get in touch with your Org Administrator or Adobe Enterprise Support." Thanks in advance!
Hi Everyone,Currently, in my project, we handle URL shortening using dispatcher rules like below.Example: www.domain.com/us/en/testpage.html -> internal redirect to /content/project/us/en/home/testpageNow, we have a new requirement: we need to achieve this without using a dispatcher rules.Example:If I access www.domain.com/us/en/testpage.html or www.domain.com/testpage.html, it should resolve to the path /content/project/us/en/home/testpage Experts, kindly suggest your solutions. Thanks in advance!
I would like to create a segment for the previous 4 weeks, but that adjusts based upon my date selection and isn't tied to the current date like the screenshot of the Date Range setup below. So if I select the first week of December 2024, then it would return the 4 previous weeks in November. Is there any way to accomplish this?
I am trying to get unique visitors data from PBI connector. The problem is the data is correct only at the granualarity at which the data is being pulled (say daily). If I sum it up at the monthly level it leads to a lot of duplicates. What is the best way to get this data from PBI connector. Getting data at visitor id level could be too much?
Hi Community, The task named "Lucene Binaries Cleanup" in Daily Maintenance job is taking lot of time to complete. Below is the statistics extracted from useraudit.log file for same. Weekly Job RunDaily Job RunTime Taken by LuceneBinariesCleanup Task 24/07/2024, Wed9.31Hrs 25/07/2024, Thu10.16Hrs 26/07/2024, Fri9.30Hrs27/07/2024, Sat - Weekly Maintenance Task27/07/2024, Sat7.09Hrs 28/07/2024, Sun7.43Hrs 29/07/2024, Mon14.48Hrs 30/07/2024, Tue15:20Hrs 31/07/2024, Wed16.20Hrs 01/08/2024, Thu05:03Hrs 02/08/2024, Fri05:41Hrs03/08/2024, Sat - Weekly Maintenance Task03/08/2024, Sat05:46Hrs 04/08/2024, Sun08.30Hrs 05/08/2024, Mon09.34Hrs 06/08/2024, Tue7.40Hrs 07/08/2024, Wed9.20Hrs 08/08/2024, Thu6.47Hrs 09/08/2024, Fri1.50hrs10/08/2024, Sat - Weekly Maintenance Task10/08/2024, Sat1.47hrs 11/08/2024, Sun2.24hrs 12/08/2024, Mon8.56Hrs Below is my case,* AEM on-premise* Happens only on PRO
In this form I have text inputs and an email field. The intention is to send the results of these fields to the email written in the form when you press the send button.
I created a component with a form. My intention is to be able to send the results of the data entered to the email, which is always written using a form. I'm trying with a servlet but it doesn't seem to detect it either
An AEM application msut implement user testing using AEM Mocks.Which two service does the Class AemContext provide developers access to? (Choose two)A. SessionB. FlushAgentC. TagManagerD.WorkflowSessionE. ModelFactory
Hi TeamWhen inputting a newline character (\n) in any text field of an AEM content fragment, the JSON output shows \\n instead of \n. This leads to inconsistencies, as the UI displays the newline correctly, but the JSON response doesn't reflect the intended formattingHow to address this any advise.Thanks in advance.
Hi,In our project we use HttpSession to store data that is used throughout the site. We have a setup which has 2 publish intsances and the dispatcher is configured to have sticky session. Everything works fine on most of the browsers except Safari and iOS devices. We observed that JSESSIONID is changing on each and every request. We suspect this could be the reason why iOS is unable to support sticky. Because of this we are losing session data as the request is served by another publish instance. Please suggest how to resolve this issue.
In my cards container component has multifield with title ,description,image etc Now there is one requirement that we need to extend the core image so that it will use image.html to render. Since card component will be having multiple cards with images how can i make sure that for images it is using image.html by extending v3 image
Hi All, I need to add a colour picker plugin to one of my component richtext field so i tried multiple blogs but nothing worked out, can any one suggest some reference for how to add a colour plugin in aem cloud services. ThanksNandheswara
hey! Lets say a visiter wanted to track event with horizontal scroll in Column Control component, which Tracking Event should be used. Can someone help me here.
Hello, I have a component that is included in SDI config with nocache. when I authored the component on the page, it worked as expected. but when the component is authored in template structure then it has some problems In my component model, I have this, @ScriptVariableprivate Page currentPage; it becomes null, and when I try to debug with request.getPathInfo()// Result: /content/myproject/global/conf/myproject/settings/wcm/templates/product-page/structure/_jcr_content/head/columncontrol/col_1/tabs/item_1725959732966/col_1/accessories_1748107095.nocache.html/myproject/base/components/product-details/accessories/v1/accessories In HTML markup, <div class="accessories"><!-- SDI include (path: /conf/myproject/settings/wcm/templates/product-page/structure/_jcr_content/head/columncontrol/col_1/tabs/item_1725959732966/col_1/accessories_1748107095.nocache.html/myproject/base/components/product-details/accessories/v1/accessories, resourceType: myproject/base/components/
The lower level environments like QA or DEV which are also hosted in AEM Cloud does have groovy console enabled where I could execute the groovy scripts.In PROD, we don't have the groovy console available to perform any action.I was checking on few things like package availability and pom.xml containing the needed dependencies all are same. Except the Repository Browser which is bit different (refer below screenshots for QA and PROD).Kindly let me know how to enable groovy console for PROD environment (Author and Publish). PROD: QA:
Hi, I see the below error when trying to add the modified master page to XTM Translation job. The translation is for Spanish, and the page already exists in Spanish site. The XTM job shows 2 launch created for the spanish page and the duplicate launch page is having name <pagename>1. Master page: /content/myproject/master-blueprint/en/music/instrumentsSpanish page: /content/myproject/master-blueprint/es/music/instrumentslaunches:/content/launches/2025/01/30/launch_copy_of_spanish/content/myproject/master-blueprint/es/music/instruments/content/launches/2025/01/30/launch_copy_of_spanish/content/myproject/master-blueprint/es/music/instruments1 Log*INFO* POST /content/projects/xtm_translations/spanish/jcr:content/dashboard/gadgets/translationjob1 HTTP/1.1] com.day.cq.wcm.core.impl.page.PageVersionManager Created new version 1.0 for /content/launches/2025/01/30/launch_copy_of_spanish/content/myproject/master-blueprint/es/music/instruments *ERROR* POST /co
Dear All, I have one use case where I need to display more than 10000 products from my commercetools in the AEM Product listing page. So how can I achieve this ? I have below couple of questions in my mind. Can anyone please help me here. 1) Where these images of 10000 products will be stored ? Is It inside AEM Asset "or" Inside dynamic media ? 2) We will configure these commercetools in AEM and get the details of the product and so every time, do we need to hit the commercetools API to get the product details ? I have another issue where customer is hitting the website www.abc.com and this website is very slow. What all the thing I need to debug to see why the AEM website is very slow ?
I need to design a component dialog in such a way that some dialog fields will be shown or hidden based on the selection of a group of templates. Need some suggestions how to implement it? @aanchal-sikka @EstebanBustamante @arunpatidar @Shashi_Mulugu @lukasz-m @Mahedi_Sabuj @kautuk_sahni @Sudheer_Sundalam@lukasz-m @Rohan_Garg
What is the difference between average time on site and average time on page if we're just looking at 1 page url? I see slightly difference in the time for each metric, so I want to understand what's the difference between what the 2 and what are the use cases? Average time on page makes sense but I'm confused on average time on site. Based on the definitions, to my understanding average time on site = (total seconds spent)/(# of sequences)average time on page = (total seconds spent)/(# of pageviews)
Hi all!We're planning on sending an email from Marketo to known users linking to a Typeform survey. Typeform says it's able to capture things like email address using hidden fields (so survey takers won't have to type theirs in). Here's the structure Typeform has for including emails in a hidden field: They've got specific instructions for Hubspot, Mailchimp, and others, but nothing for Marketo. What should we include here in place of the [xxxxx] to ensure known Marketo emails are captured? (We don't have an integration or anything, but I feel like this should be doable?) Appreciate the help - thanks!
I am looking for a way to import tasks from a CSV. The solution should be easily repeatable.
Hey Community! 🚀 I’m looking to chat with 3-5 customers this week about email notifications and task management. If you have 15-30 minutes, I’d love to hear your thoughts! Drop a comment below if you're interested. Thanks in advance! 🙌
Hello, currently we have a webhook URL from Zapier which gets data from a Five9 Connection (which needs the webhook) and Zapier updates fields in Marketo.Is it possible to create directly a Marketo Webhook URL which would receive the email from Five9 and update another field to this email in Marketo? Tried to create the webhook inn Marketo but no idea which URL to use?---Found this in https://rollout.com/integration-guides/marketo/api-essentialsbut still no idea which URL to use when creating a webhook in Marketo: To update a lead record using webhooks:Create a webhook to retrieve data from the external system (e.g. Vibes).Create a separate webhook to update the Marketo lead record with the retrieved data.
Hi, it's the first time I'm setting up an A/B test in Adobe Target and I followed the step-by-step instructions. However when I wanted to save and close, an error message popped up that says: At least one property is required when creating an activity in a non-default workspace. Tried googling but I can't find anything that explains what this means, can I get some help on this please thank you.
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.