Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
Dear community members, Is there any way we can delete or update a specific record inside an Audience, not the complete Audience? Any suggestion will be very helpful.Thanks in advance.
Hi All, I am trying to set up universal editor in AEM 6.5 with service pack 21. I have referred this document : https://experienceleague.adobe.com/en/docs/experience-manager-65/content/implementing/developing/headless/universal-editor/introduction?lang=enBut, i couldn't find the configs mentioned the document like : Universal Editor URL Service and some config properties are also not matching. Do i need a higher service pack number ? Thanks, Sushma
Hi all,We have a complex WBS. In this WBS, there is a parent task called 'Custom'. It has many subtasks, and many of them also have subtasks. If we have no 'Custom' in the project, we close down the tasks. If we have more than one, we will copy the parent item and all its subtasks so that we can track and schedule each custom individually. Each 'Custom' has a unique ID, and on tasks, we have a field called "Custom ID". We want to enter the ID on the parent field and have this populate to all subtasks under the parent. Can this be done?
I would like to count how much revenue was generated through Recommendations. Does that mean that I should implement specific mbox in Thank-you-page which would count conversions?
Could somebody explain me this in detail?
What is the difference between VEC and Enhanced Experience Composer?
In our CJA solution we have the need to merge about 50 different schema fields.Creating a derived field with a merge is not an option, since the limit is 10 fields, and if a merge of a merge is made, the number of original fields is taken into account.Is there any solution for this type of use case?
Hi Team, we are not seeing sitemap.xml in our live site,which is showing as blank xml document as shown in below screenshot. however we are able to download the sitemap.xml in production publisher. Kindly please help on this to resolve this issue.
Just curious if anybody has started using the new Array function. If so how are you using it? I'm not quite sure how the function works as I've tested a few things but the field didnt' generate anything. Is this functionality mainly for Fusion customers?
We have a calendar that displays specific tasks on projects. However, because of the phrasing we have of our project names it can be hard to read. Is there a way to delimit text by character? For example 999999-PSG-Project Name The numbers and the letters may vary in length. I'm not sure how to separate the 'Project Name' from the rest of it. Or create a calculated field that only pays attention to what's after the second hyphen?
I am trying to connect Workfront to an external platform, Wordbee. I have the information successfully going from Workfront into Wordbee. I also have the HTTP Make a Request modules working correctly, however the ID it is generating the request id and not the order id in Wordbee. WordBee takes a few seconds/mins depending on the queue to complete order creation.My next steps are:Create custom webhook in Workfront to watch new order events in wordbeePass this webhook URL in the Create Order API request along with current dataOnce WordBee completes creation of the order, it will trigger the webhook URL configured in WorkfrontBuild a workflow that listens to this trigger and saves this order id in the Workfront projectBut my question is: Do I need to make a separate scenario for the webhook to listen to Wordbee and pass the information back into Workfront or can I have it all in my current scenario
Hi - not sure if this is possible, but I'd like to have a mailto link open up from a landing page and have that link populate the send to email address from the {{lead.Lead Owner Email Address}}. Basically the call to action is contact your rep, and by clicking the link it opens an email addressed to the record owner. Is this possible?
Hello! This is a follow up to a previous post that I made re: average monthly unique visitors. I used Josh Stephens solution of the Column mean function to find average monthly unique visitors using the Month dimension. However, I have been asked to compare average monthly unique visitors by channel with a YoY comparison while putting it in a graph (that will hopefully look like the below screenshot). I am having issues with this because it is difficult to have the month dimension in a table that compares the three months of Q1 of 2024 and Q1 of 2025 with the different channels and calculating a mean for all of those functions in a neat and understandable way. I hope this makes sense!
Hi Team, We are migrating from 6.2 to 6.5 and on top of that installed 6.5.15, we were able to resolve dependency issues in all bundles except one bundle. Getting Boot deligation issues.Please find the screens shots of bundle and can someone let me know how to resolve the following dependencies.Bundle:
Help! I have an issue where I have to append a coupon to an email. My coupons are stored in a separate data set, and I initially was able to use this code to append a coupon: {% let coupon = head(profile._********.walletInfo.couponDetails) %} {{coupon.couponId}} However - I have duplicate ID's that now exist in this dataset and the head() function grabs the first instance (the old coupon). I've tried using this code: {%#for coupon in profile._********.walletInfo.couponDetails %} {%#if coupon.campaignName == "Birthday_Coupon_2025" %} {{ coupon.couponId }} {% endif %} {%endfor %} But I get the following validation error:Invalid syntax found: 'EOF', expected: '}}'. Error beginning at position: Line 387, Character 10079. This error points to the end of my HTML. What am I missing here? Please help!
Hey Everyone, We’re exploring region-based routing support for our EDS site (e.g. / → /en/uk/ for UK visitors) and wanted to get your advice on best practices for implementation — especially as this may require user consent under GDPR. Here’s our current understanding and open questions:We understand automatic redirects based on geolocation require explicit user consent. We plan to use a CMP like OneTrust to collect that consent — but are unsure if the redirect logic should be implemented purely client-side after consent, or in the CDN layer.If handled in the CDN, can Adobe help configure this once the domain and SSL are set up? Are there templates or examples for setting up conditional geo-redirects in AEM EDS Cloud?If handled client-side, do we need to build a custom modal or component to prompt users for their preferred region/language? Or would OneTrust handle the interface and just pass back location data for us to act on?What fallback should we plan for in the eve
In AEM 6.5.21 author, I get this message "assets that can be selected for multiple workflow launch is : 15. " when I run the DAM update asset workflow. How can I increase the number of assets that can be selected?
I am trying to change source link of my live copy. example image is attached. so when on live copy XF, user views properties and clicks on source link on live copy tab. so when clicked it should be taken to XF in language master structure with page opening in editing but right now it's actual behavior when click it it taken to folder properties. I am finding ways to change this link.
I was asked by a developer if there is a way to update the devices listed in Workfront Proof for Desktop. I rarely use this product so I wasn't sure of the answer. Thanks in advance for any help.-----------------Good morning, Mike. I just reviewed something in the Workfront Proof desktop app and there are very old devices in the selection list. The latest iPhone is iPhone X. Is there a way to update those?
Hello ALL!!While Migrating AEM Assets from AEM6.5 to AEM as Cloud, facing the below issue... Bundle is not getting resolved in /system/console/bundlescom.adobe.acs.commons.ondeploy,version=[1.1,2) -- Cannot be resolvedcom.adobe.acs.commons.ondeploy.scripts,version=[1.1,2) -- Cannot be resolvedCurrent ACS version in main pom.xml:<dependency> <groupId>com.adobe.acs</groupId> <artifactId>acs-aem-commons-bundle</artifactId> <version>4.5.0</version> <scope>provided</scope></dependency>Updated the ACS dependency to 6.11.0, but still the same... If anyone faced the same or related issue, please post your suggestions.. Appreciated if any quick responses!Thanks!
Hey all,We have some programs like Lead Generation or New Debit Card Ordered that are sort of evergreen ones that someone could go through more than once.I'm looking for recommendations on how to best set this up in order to potentially keep some sort of Program Status tracking in place while still allowing the Lead to go through the flow?I understand that the Lead cannot go backwards in a Program Status Step, but is there a way to allow for someone to go through Step 1, Step 2, Step 3 and then still start from Step 1 if they qualify without removing them from the program completely?The only other thing I can think of is creating Static Lists and assigning the Lead to those lists when they hit each Status and then removing them from the Program - but this doesn't really allow for quick at-a-glance views of Program Success.
HiI'm very new to velocity scripting and I'm looking for some help. Here is my use case:Our customers often want to know what the carbon footprint of our products will be for their particular project. We have a carbon calculator which will do the calculation for them and offer alternative. We offer to send them the data by email.They may request more than one set of data at different times.The email should trigger when the customer fills out the form with their name email company etc.The velocity script will need to target the most recently added custom object for any given customer record and display all the targeted fields in the custom object in a table. The html part is no problem, but the script part is. I've read some of the developer docs, but I can't see the wood for the trees... Any help would be gratefully received.Thanks
Hi Everyone, I configured Target API integration in the dev console and assigned "Approver" Target role to that integration as shown in the screenshot. I also assigned a specific product profile, and included my Target workspace into that profile.With that integration, I was able to get the list of activities for my workspace, get a specified XT activity, and the list of audiences for the workspace.However, when I tried to view a specific Target audience that I created in my workspace, I got the error shown below. The audience's source is "Adobe Target", and it belongs to my workspace.Can anyone suggest how to overcome that error?{ "httpStatus": 403, "requestId": "l4yUApF2N6FINilzfS49EP9y5LsR1O1Y", "requestTime": "2025-03-10T22:01:02.988262667Z", "errors": [ { "errorCode": "Forbidden.Resource", "message": "Access denied. You do not have sufficient privileges in accessible workspaces to perform this operation on SEGMENT with id 3438573.", "meta": {} } ]}&n
Seeking some input on comparing dates in a report filter. Basically I have a calculated column that displays a message if the DATEDIFF between the Task's plannedStartDate and the Project's plannedStartDate is greater than 5 days. However, my filter for the report brings in all tasks where the Task's plannedStartDate is not equal to the Project's plannedStartDate. Since both the date and time are used for these dates, I'm getting more results than I'd like (for example, the Task plannedStartDate is April 3, 2025 at 9:00AM and the Project plannedStartDate is April 3 2025 at 9:15AM. What I really want is to update the report filter to match my calculated column - so only instances where there is a difference of 5 days or more. Any suggestions on how to make this work? I've explored using calculated fields to accomplish this but I'm not willing to go that route at this time. Thanks all!
Created the Letter with default xdp and not able to edit the letter. Getting the below error.Thanks in advance
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.