Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
I have "Time off" and company holiday calendars created where my team can add their PTO and I can add company holidays. I would like the workfront project tasks to "skip" over/blackout a PTO date for that employee that indicates a PTO date. And also for tasks to "skip" over and account for company holidays. This fuction seems to work for some of my team but not others. Is there specific steps that I need to take to have this function reflected for everyone? I was trying to locate some type of guide or tutorial on this subject, but I can't seem to find what I'm looking for. Any guidance would be appreciated!
I have a user who when receiving a request is able to convert the request to a template but not a blank project. What setting do I need to update for her to have access?
Hi, I’m hitting a wall with this one. I’m trying to use Fusion to add a comment (note) to a task. The Fusion scenario runs successfully, and I can even query the NOTE record type and see the entry there. But for some reason, the comment doesn’t show up in the Workfront UI- when I click into the task and go to the Updates tab, there’s nothing there. Any idea why that might be? I made sure to set isPrivate to false, but still no luck!
We are using Universal Editor with Edge Delivery Service, I would like to know how to customise the OOTB text styles available in Text Default content type. For this particular example I would like to add more options to add alignments. It's not possible to apply any customisations inside RTE fields through the json model.Could you advise on the problem?
Hi, I need to create a Blog page in an AEM EDS (Edge Delivery Services) site using the Universal Editor.Looking for guidance or best practices on how to implement this.
I have been testing out conditional content within our transactional message in V8 however I can't seem to get it to work when there is a 'Null' condition present. The piece of Javascript I am using is: <% if (ctx.@Variable_Name != '') { %>show HTML content<% } else { %>show other HTML content<% } %> When I use <% if (ctx.@Variable_Name != 'variable name') { %>show HTML content<% } else { %>show other HTML content<% } %> it seems to work fine however when I change it to a blank input it fails again. What am I doing incorrectly in the transactional message HTML editor compared to the normal delivery HTML editor as the same piece of code works there (obviously changing the variable name to be targetData rather than ctx)
Welcome to all the new members who joined this month! We’re excited to have you in the Adobe AEM Community🎉. Whether you’re brand new or have been here a while, this space is all about learning, sharing, and connecting with peers who get what you do every day. In a world where so much is automated and AI-driven, this space is different — it’s built on humans helping humans. Every question asked, every tip shared, every reply left here makes a real difference. If you’re new, this is your first touchpoint — and we’re truly glad you’re here. Think of this thread as a friendly café table where you can pull up a chair, say hi, and get to know others who “get” what you do. To get started, share: What company and role are you in Which feature you’re using most One area you want to get better at How long have you been working with AEM How long have you been using AEM And give us your answer to this month's Ice Breaker question for all to kick things off: 
How to set Paid Search Detection in Adobe Analytics?
Hi everyone,instance: Aem-cloud.I’m using the Core Page Component v2 (core/wcm/components/page/v2/page) as the supertype for my page component. The client libraries are being included through the Template Page Policy (Design dialog → Page Policy → Client Libraries).currently rendered as: <script src="/etc.clientlibs/testProj/clientlibs/clientlib-site.lc-232230oi9i39i23293i39-lc.min.js"></script>Expected: <script async src="/etc.clientlibs/testProj/clientlibs/clientlib-site.lc-232230oi9i39i23293i39-lc.min.js"></script> Question:Is there any recommended way to add the async or defer attribute to these clientlibs.Can this be achieved via HTL override, or any other approach?Any suggestions or best practices would be appreciated.
We’re thrilled to launch the Adobe Certification Masterclass Series — your go-to learning journey for mastering Adobe exams with confidence! Join us for an interactive session where we’ll dive deep into the Adobe Analytics Business Practitioner Professional (AD0-E212) certification. You will get insider insights on the latest exam structure, key topic areas, real-world use cases, and expert tips to help you prepare efficiently and avoid common pitfalls. Whether you’re just beginning your certification journey or looking to renew your credentials, this masterclass will equip you with the knowledge and confidence you need to succeed. 💡 Bonus: We’re giving away a limited number of free Adobe Certification Vouchers to lucky participants! 📅 Date & Time:25 November, 2025 4:00 PM GMT 🏢 Key Takeaways: Understand the AD0-E212 exam structure, topics, and weightage Practice with sample questions and scenario examples Learn common mistakes and exam tips from real
Per this https://experienceleaguecommunities.adobe.com/t5/workfront-ideas/allow-machine-to-machine-oauth-app-credentials-to-establish/idi-p/773411#M27023 and this https://experienceleaguecommunities.adobe.com/t5/workfront-questions/having-trouble-using-oauth2-configuration-to-establish-fusion/td-p/658811 it does not really seem like this is something we can achieve at the moment. I just wanted to check was anyone able to establish Server to Server auth between Fusion and Workfront? Thank you in advance.
Hi there,We have extended trackingUrl schema to add a new attribute which will hold a value against URLs in the email along with label. Schema changes are published. Now I need this new field to show up like Label field when I open the tracking & images window from delivery template. Which input form need to be updated? I'm on adobe campaign classic v8. Thanks in advance!
Greetings,Our client has asked us to use this tool https://github.com/assetnote/hopgoblin to find and correct possible security issues that are detected in the tools scanner, while i was able to fix some of them, but i have not been able to find a solution for these twoI have tried using the dispatcher filter, but it has not workedAnd i have not been able to find out much more about these flags or how to correct them, so any help would be appreciated.Best Regards and Thanks in advanceDaniel
Hi gurus, I came across the situation where I want to select multiple value from list box and display those selected values to Text field.For eg: Lets say we have 2 fields. one is list box. another is Text field. My List box contains RedBlueGreenYellowBlackIf user selects Red, Blue and Yellow. Then I want to display these 3 values on the Text field simultaneously.Now, I have seen the code where var v = this.getField("ListBox1"); but the issue is I dont have this functionality(this.getField) in my adobe livecycle designer.Attached ss of not having functionality. so can you pls provide js or any solution through which I can resolve this.
Hi, We have a use-case in a component, where we're using nested experience fragments on a page and when I try to get the current page path in a component (nested inside the innermost XF), the get the path of it's parent XF. For example, we have two XFs - Child XF (/content/experience-fragment/project/child-xf) and Parent XF (/content/experience-fragment/project/parent-xf). And a Test Page (/content/project/test-page), where Parent XF is being rendered via 'Experience Fragment' component. Now, in Parent XF, the condition to render Child XF is checkbox controlled. And the component used in Parent XF is a react-based component, which will make a simple GET request to Child XF path and render the response HTML on the page. This is leading to the component inside Child XF consider the Parent XF as it's current page. As in, injecting current page in the inner-most component is giving path as '/content/experience-fragment/project/child-xf' instead of '/content/project/tes
Hi all, I want to install AEM Forms Designer on my laptop. I have the below on my laptop: Adobe Experience Manager 6.5.23.0. AEM 6.5 Forms Add-on for SP23 (6.5.23.1) for Windows. 1. What version of Adobe AEM Forms Designer shall I install and use?2. I should download it from Adobe Downloads?https://experience.adobe.com/#/downloads/content/software-distribution/en/aem.html? Appreciate it. Thanks,RK.
Dear All, I’m currently working on a solution to digitize our product specifications, which are presently managed offline using custom forms. So far, I’m confident that most of the requirements can be met, with one exception: handling assets (images) associated with each specification.I’m wondering if there’s a way to include images directly into the form so that they are displayed when the form is exported to PDF. For storage purpose I can use either WF or OneDrive. Kind regards,Lukasz
I created a graphql endpoint for my content fragment and it is working fine in author/publisher/dispatcher. Now I am trying to setup cache rule for the AEM persisted query. I followed below doc and setup the dispatcher config. But the cache is not happening at dispatcher level. Note this is AMS (AEM 6.5.22) https://experienceleague.adobe.com/en/docs/experience-manager-learn/getting-started-with-aem-headless/deployments/configurations/dispatcher-filtershttps://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/headless/deployment/dispatcher-caching Add the variable to the Dispatcher file global.vars:Define CACHE_GRAPHQL_PERSISTED_QUERIES /src/conf.dispatcher.d/filters/dexa_publish_filters.any/0152 { /type "allow" /method '(GET|POST|OPTIONS)' /url "/graphql/execute.json*" } src/conf.dispatcher.d/cache/dexa_publish_cache.any/0000 { /glob "*" /type "allow"}/0003 { /glob "/graphql/execute*.json" /type "allow"}## Don't cache csrf lo
I am integrating azure blob storage with Adobe Experience Manager and for that I have created my blob storage and a container put in relevant permissions. Also I'm restricting the access to only IP = 49.25.37.71. In Firewalls and virtual networks I've set the Allow access from to Selected networks and put in the IP in the list. Also in the container, I've put in the IP to be allowed which subsequently created a URL like : https://<endpoint>/<containerName>?sp=racwdl&st=2025-11-19T05:23:57Z&se=2025-11-30T13:38:57Z&sip=49.25.37.71&spr=https&sv=2024-11-04&sr=c&sig=AyKAPP%2F9WK%2Bn1zrnt9DO0lIw3zq0VT7UPvjEH0WfLrA%3DNow this keeps on throwing 403 with Service Message: If you are using a StorageSharedKeyCredential, and the server returned an error message that says 'Signature did not match', you can compare the string to sign with the one generated by the SDK. To log the string to sign, pass in the context key value pair 'Azure-Storage-Log-String-T
Hi all, I have a PDF file for a form with logo, images and styling. How to create an XSD that could be used as a Model while creating an AEM Adaptive Form so that while entering form in AEM Adaptive Form, the PDF appears exactly same? Is there a tutorial for a sample PDF? Appreciate all your responses. Thanks,RK.
Hi,I want to create a Dimension for Entry Page.I have created a derived field, but it seems wrong, and I cannot see a Function that lets me just say "If this, then that". No else. For example, I want the field to be the Page Name of the first page on the website visited. Then I can have a field in the table of another Dimension, or a filter, and see what the Entry Pages are.I am getting alot of No Value, which doesn't make sense. Every website visit has an entry page.I have attached screenshots, sorry I have blanked out page name, because i want to keep the website anonymous. But the idea is that I can use it as a breakdown, so I can cross reference if X is the page/s I am interested in, what was the First page on the site they visited that got them there?
Hi everyone,We’re running a geo-based redirect activity in Adobe Target (using the “Redirect to URL” offer) on our corporate site (EY.com).Here’s what we’ve observed:On first visit, before cookie consent is accepted (OneTrust banner visible), Adobe Target is blocked from loading — so the redirect doesn’t fire.Once a user accepts cookies, the page doesn’t auto-reload, so Target still doesn’t initialize.The redirect works only after a manual page refresh (when Target finally loads).Questions:Is this expected behavior when Adobe Target is gated behind OneTrust consent?How do other enterprises handle geo-based redirects for first-time visitors — before Target can load?
Hi Team,, Looking for SQL query to filter visit having cart addition, & all pages viewed in a visit.. thanks in advance
Hi, I have Adobe Experience Manager 6.5.23.0. Kindly suggest the AEM Forms Add On Version that I could install with download full path URL. Appreciate all responses. Thanks,RK.
I am new to Adobe Journey Optimizer. However I am well acquainted with Adobe Campaign Classic. In Adobe Campaign Classic I could divide an audience into segments and then reference those segments as variables to create dynamic within an email. I could also pass that segment name/ID to the email reporting logs. The advantage of this is that I could create a 1:N relationship i.e. one email but report at the segment level. This avoided having to create multiple emails. How can I create the same with AJO? Note: the business has decided against using Adobe Customer Journey Analytics. As a result they have created a custom action to capture email send logs that is position after the native AJO email activity. This will form part of the business's solution to feed this data into a external reporting solution. I want to know how we can enhance this current solution to avoid creating multiple emails for reporting purposes. Therefore, how might I use a read audien
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.