Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
Description - Introduction to HTML: Understanding the Basics of Web Development is a beginner-friendly tutorial designed to help you grasp the core concepts of HTML. This tutorial covers essential topics such as HTML structure, elements, attributes, and best practices. Whether you're starting your web development journey or need a refresher, this guide will provide you with a strong foundation to build and structure web pages effectively. By the end of this tutorial, you'll be confident in creating basic web pages and understanding how HTML interacts with other web technologies.Why is this feature important to you - This feature is essential because HTML is the backbone of web development, and understanding it helps in creating structured and accessible web pages.How would you like the feature to work - The tutorial should provide step-by-step explanations, real-world examples, and interactive exercises to reinforce learning.Current Behavior - Beginners often struggle wi
Hello! I have a scenario where we want to take the out-of-the-box handoff date for a task and create a calculated field that adds the task's planned duration to it. I’ve written the formula below, but I’m running into an issue: since we are using time in the planned duration (doing increments, like 4.5 days), the formula doesn’t seem to account for that properly. Does anyone have suggestions for an alternative way to make this work? Adjusted Start Date is the Handoff Date and Adjusted End Date is this calculation: ADDWEEKDAYS({handoffDate},({durationMinutes}/480))
Getting started with Helix -AEM Developer Tutorial by Hlx Abstract This tutorial should have you up and running with your AEM Helix projects in 10 - 20 minutes to a place where you can create, preview and publish your own content and create your styling and add new blocks. Pre-requisites: You have a github account, and understand git basics You have a google account You understand the basic HTML, CSS and JavaScript Have node/npm installed for local development This tutorial assumes that you are using MacOS, Chrome and Visual Studio Code as part of your development environment. Of course you can use a different operating system, browser and code editor, but you will see that screenshots and default instructions are most compatible with that setup. Read Full Blog Getting started with Helix -AEM Developer Tutorial Q&A Please use this thread to ask the related questions.
Hi, I am currently working on a scenario where I need to trigger an e-mail notification to all the project owners under the "Event " program about their incomplete task before 5 days to the "Event Date" (custom field). I have created the scenario but its sending the notification only to a single project (1st in the queue) and not sending the notification to all the other projects that under the "Event" program. I have create the custom API to get the all the data->used Iterator->created the set variable to get the no.of days lefts. Its working fine but only for just one project and sending notification to all the projects.Sharing the screenshot for reference. Any suggestion or different approach would be highly appreciated. TIA!
I have problems with the layering for the pop-ups when you click a RTE functionality into a dialog. How can I solve it?image#imageProps, links#anchor
Hi Community,I need some help on below and any insights will be really helpful. is it possible to set up two groups/roles in ACS like companyname-Admin and compnayname-STD and within these groups, I want to add specific users. example abc.com user added to companyname-Admin group will have admin level access and xyz.com user added to the compnayname-STD group will have everything but not admin.
Hi TeamI am using CJA and I have a dimension which has multiple valuesi.e.Dimension (let's call it websites)abcdefgso onI want to check the usage of this Dimension based on my customers i.e. website Usage customer1 2 websitecustomer2 5 customer3 9customer4 12customer5 1Is there possible way to create such metric from this dimension ?
Hi all, is it possible to create a dynamic, calculated metric of the retention rate? We use the retention rate extensively in the mobile app environment. Per default in the cohort analysis visual in some workspace projects.I am able to create segments of those values only with fixed time ranges (eg 6 month retention | First time Visits in May > Number of users measured again in November).As soon as I use dynamic time periods/ranges (start of current month -6 months) the segment delivers no data.I need to be able to create those dynamic metrics for a Report Builder export (once per month). Anybody ever done this? Suggestions highly appreciated 🙂
Hi,Does Marketo provide notification when a record has reached its communication limit? If not, is there any way to find out records that have reached communication limits? Also, what is the use of the block non-operational emails checkbox, in the enable communication limits setup? If we set it to "No", will setting the per day/per week limits help?
I'm new to TouchUI, and having trouble knowing how to customize the editor.html even after reading the doc page... https://docs.adobe.com/docs/en/aem/6-1/develop/extending/customizing-page-authoring-touch.htmlThe goal of the customization is to load the dam images from the appropriate folder based on the "site" loaded. I have done this in ClassicUI some time ago, but am struggling with TouchUI. I am tempted to try the 1:1 overlay of this structure, but that seems wrong given resource merger in AEM6.1. To be clear I do not want to change the search root, since the users should be able to select other paths. I would like to set a default path.http://localhost:4502/crx/de/index.jsp#/libs/wcm/core/content/editor/jcr%3Acontent/sidepanels/edit/items/assetsTab/items/filterPanel/items/views/items/search/items/searchpanel/items/imagepathI have a clientlib overlay of the ImageAssetPanel.js. I can see it is getting called by reviewing the JS console and outputting a log messages. The problem is
I am creating a task report with the goal of showing tasks that are ready to start by a certain group of individiuals (these filters are already applied) and don't have documents within a specific folder (the project-level folder titled "design").... Is there a way to filter by that second part? If so, can you assist with the text mode?In summary, I want the report to show me tasks in which the task is assigned to the a team or specificed individuals, it's predecessor is complete, AND there are no documents within the "design" folder. There was a very similar question Community question by @timothybr and response by @randyroberts that is almost the answer, but I can't figure out how to tweak it for me need. (https://experienceleaguecommunities.adobe.com/t5/workfront-questions/creating-a-report-that-shows-a-specific-folder-name-with-no/m-p/617520#M55996)
I can't get a Proof for video (.MP4) to work via proofs within the Adobe Workfront App. This also does not work with a browser on a mobile device. Tested on iphone. Also tested on Android. Been this way for a couple of months and need this function day to day. Is there a way to proof video on mobile with Adobe Workfront?
Hi everyone, Can adobe campaign limit the number of sends through a typology ? If so, whats the best way ?
How many of you out there use Workfront in your non-marketing departments? It would be great to connect with others who have nothing to do with marketing so we can share questions, struggles, and wins. If you reply, what department are you in or type of projects do you run in Workfront? I am in a supply chain PMO. We focus on capital (hardware, building upgrades, new buildings, etc.) or software implementations.
Hi all, I'm asking about this particular situation because I want to configure the Adobe Fastly CDN using a subdomain like dam.site.com for an existent website that is accessed through a custom (Imperva) CDN (www.site.com for the example).The goal would be to access all the media in the dam through the Adobe CDN while maintaining the existing site with Imperva.Now the custom CDN is pointing directly to the publish environment and if I try to access to this one I get 403 forbidden error, like if Imperva is cutting out every other connection to the env. I've not configured anything in the IP whitelist so I think that is Imperva that is doing this.Would it be possible to configure an SSL certificate for dam.site.com in the cloud manager configurations? Any of you had this kind of issue or is it an impossible matter to do with the same environment ? Thank you!
Our group works with four different brands and requires a lot of collaboration and visibility to communication between projects. Other than creating a team and tagging them in every comment, is there something else we can do to provide visibility to project updates for everyone on a project? We want people to be able to go back to the project updates and see everything.
Hi community! Are there any suggestions to pull a report on all projects that have a specific folder (i.e. Final Deliverables) which is empty. I am trying to see all projects that are closed where someone didnt upload final documents. Thanks!
Did you get a chance to attend Adobe Summit 2025 in-person or virtually this year? In case you missed it, several exciting new features were shared at our product sessions and labs. Check out some of the recordings below, now available for you to watch on-demand. These Adobe and customer-led sessions feature tips and tricks on how to make the most out of the latest Workfront enhancements, from the likes of Marriott to Coca-Cola! Session Title Session Description On-Demand Link Boost Experimentation with Auto-Created Tests the Home Depot Way Learn how The Home Depot established a system of record for experience marketing and product management to self-serve test building with guardrails and automation. Home Depot reduced the effort to deploy tests by over 60% while reducing the testing learning curve and bottleneck that limited their ability to increase test volume. Learn the secrets of their Adobe Workfront to Adobe Target Fusion integration that automates creation wh
What is the function of the AEM Assets module for getting a folder listing, and can you provide an example?
Hi there,I'm wondering if anyone has any ideas or solutions on how to report on Rejected Proof Decisions?Our organization uses Proof Decisions and would like to track why a Proof was Rejected; requesting a new proof. We want to be able to track the reasons behind multiple versions of proofs.I was thinking if its possible to trigger a pop-up (dropdown) selection as to why a proof was being rejected - using a custom form; while associating it to the document version. Can Fusion do this?OR... am I overthinking this and there's already a natural solution for this in the Workfront system.
Missed Adobe Summit 2025? No worries! In our recent hands-on lab, marketers explored the new email designer in Adobe Marketo Engage, powered by AI and the Content Accelerator. This tutorial will guide you through the same steps to create modern, personalized emails quickly, perfect for engaging B2B audiences. We’ll take on the role of email marketers at Bodea Inc. Let’s get started with this quick, step-by-step guide! What You’ll Need Access to Adobe Marketo Engage (log in via your Adobe Experience Cloud account). A goal: We’ll create a promotional email and a thank-you email for Bodea Inc.’s event platform. Step 1: Create an Email Template Let’s create a new email template using the new email designer. Navigate to Email Templates [New]: In Marketo Engage, go to Design Studio > Email Templates [New] and click "Create New" button. Select an OOTB Template: After you give it a name “Bodea-Email-Template”, add a description like “Bodea Inc email template” and click “C
Hello Adobe Community, I have a question regarding the domain delegation setup in Adobe Journey Optimizer. I noticed a change in the types of DNS records required for configuring a domain delegation. Previously, as per the tutorial video found in Adobe documentation (https://experienceleague.adobe.com/en/docs/journey-optimizer-learn/tutorials/configuration/channel-configuration/delegate-cname-subdomains), only some CNAME records and one TXT record were shown. However, I now see A records included as well. Could someone clarify why there has been this addition of A type records to the delegation setup? Is this a new requirement? Thank you for your assistance.Regards,Diego P.
Is this possible?
We need to sort a Proof Approval report by "Title". The sorting is not happening with the below text mode code. Does anyone help us on this? displayname=Titlelinkedname=documentVersion:document:project:namenamekey=view.relatedcolumnnamekeyargkey.0=documentVersionnamekeyargkey.1=documentnamekeyargkey.2=projectnamekeyargkey.3=namequerysort=documentVersion:document:project:namesortOrder=1sortType=ascvalueexpression={documentVersion}.{document}.{project}.{name}valueformat=Compound
This blog post aims to demystify the “Person is Pushed to Marketo” trigger and clear up what it is, why you might want to use it, and show you how to use this trigger. Explanation A lot of people incorrectly assume that the “Person is Pushed to Marketo” trigger will fire when a lead syncs from your CRM to Marketo. This is NOT the case. The “Person is Pushed to Marketo” trigger and “Person was Pushed to Marketo” filter will ONLY run when the Push Lead to Marketo API call is made. As shown in the API docs the “Push Lead to Marketo” API request can be used to upsert a lead i.e. create a new lead or update an existing lead, with field values specified in the body of the request. This API request can be used for lead capture events e.g. when you have a non-Marketo form you can send the lead information to Marketo using this request. Body of the “Push Lead to Marketo” API request The “programName” and “input” parameters must be specified in
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.