Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
Request for Feature Enhancement (RFE) Summary: AEM sites Rollout and publication issue Use-case: When a editor rollout and publishes a master page, the publication process start publishing the live copies in random order and fails when it encounters any market page that is locked to a user. This results in inconsistencies leaving the page changes published to few random markets. Ideally this should have completely stopped or skip the locked page, deploy to rest and notify about skipped page. Current/Experienced Behavior: The rollout/publication does not follow a predictable sequence and succeed for markets until it encounters locked pages then silently fails making it difficult to track progress There is no summary or report indicating which locales were successfully published and which were skipped. This results in inconsistent rollout and makes it hard to identify which pages need manual intervention Improved Before initiating rollout publication,
Hi,We have Adobe Analytics and a Redshift instance where we put our web metrics, Qualtrics surveys, content inventories, etc. But we get constant requests for insights on what's going on inside of AEM. List of pages with a specific value in a tag list. Can we get a list of pages that have “Payroll” in the product list tag?List of pages that have specific terms in the text. Can we get a list of all pages that contain the phrase “packaged solution” or “marketplace packaged solution”?List of pages with specific components. Can we get a list of pages that contain dynamic components?List of pages created by or modified by a person or list of persons.The following authors have left the company, and their content must be re-assigned to new authors. Provide a list of pages that have been authored by or last-modified the following people: Name1, Name2, …List of pages that contain a specific type of asset. Can we get a list of all pages that have attached Exce
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
Live stream show details:Modern marketing is moving at the speed of a prompt. In this live webinar, Adobe product teams will showcase how Adobe Experience Platform brings agentic AI to everyday workflows—so marketers can ideate, build, and activate faster with confidence. See Audience Agent uncover audience insights and create ready-to-use audiences in minutes. Then, watch Journey Agent turn natural‑language prompts into multi‑step journeys from audience qualification to cross‑channel activation. You’ll see how agents within Real-Time CDP and Journey Optimizer reduce the friction of delivering customer experiences at scale for both business and technical users. Date: January 28, 2026Time: 8:30 am PTCan’t make it? Sign up anyway and we will send you the recording afterward. We hope to see you there!REGISTER NOW!
Embedded packages or bundles are not getting installed due to pauseinstallation node getting created at below location /system/sling/installer/jcr/pauseInstallation.How to identify why the node is getting created under this directory?
(I posted this question yesterday but for some reason, unable to find my post today. Therefore. I’,m reposting. Community administrators - if you have a way to find my old post, please let me know, I’m happy to go ahead and delete this (or merge)). Thanks)Hi everyone,I’m trying to find a scalable way to report on Marketo programs that are associated with an external partner who sponsors specific marketing campaigns.My initial thought is to create a new Program Tag type called Partner under Admin → Tags, and then assign that tag to each relevant program. In our case, each program will only ever have one sponsoring partner, so the single-value limitation isn’t an issue.Before I go too far down that path, I wanted to sanity check with the community: Is Program Tags the best/standard way to handle partner-level reporting? Are there any downstream impacts or limitations I should be aware of (especially for reporting or scalability)? Has anyone used a better approach for tracking partner
Hi, I was experiencing an issue getting everything to work, and it was only resolved after addingMobileCore.updateConfiguration({ 'messaging.useSandbox': true }).However, after submitting my app to TestFlight with this value set to true, I started receiving a Provider Error when sending push notifications to the audience.My question is: If I set this variable to false, will push notifications work correctly in the TestFlight build?
I can't find where my saved draft request is in the new request experience. Anyone know where those are?
If you’ve been looking to learn more about Workfront Fusion, our next WUG-Toronto session is designed just for you. We’re bringing you the tips, tricks, and best practices that actually save time and make your marketing processes run faster.Crystal Harrilal, CSM and I are thrilled to welcome special guest Kurt Jones (WUG Leader, Boston & Fusion SME) to lead the way!What’s on the agenda?Practical steps to kick off your Fusion journey.Real world scenarios leveraging automation and integration to solve business problems.Live Q&A to get your specific questions answered by an expert.Opportunity to connect with the Toronto Workfront community and beyond.Whether you’re a Fusion novice or looking to sharpen your existing skills, you’ll leave with actionable ideas you can implement immediately.📅 When: Jan 28th, 12 p.m. ESTReserve your spot today! 👇https://lnkd.in/eFSFqJkr
I have a email delivery that is showing as sent in logs for an email address, I also checked in profile and see a sent event for that DM associated with that same email.when I checked delivery summary report and use the correct date filter, it shows the sent count as zero. can someone please help.
Hello, Can you please confirm whether it is possible to rename the default “Status” field label at the Project and Task levels?
Has anyone created a Fusion scenario to use salesforce stage change to create workfront project that automatically enters in the start and stop dates based on the products added to the opportunity?
I’m aware that the Marketo SOAP API is due to be deprecated on January 31st, but I’ve noticed in this release notes article that it says March 31st. That date hasn’t been updated anywhere else (as it was when the date changed from October to January) so does anyone know if that’s a mistake in the release notes or whether the date has actually changed?
. I’d like to report on how many revenue-generating hours we spend vs non-revenue hours. For most hour types, I can change them from “count as revenue” or not. However, one that gets used a fair bit, is “General Overhead” which is set to “counts as revenue” (unintuitively, if you ask me) and I can’t change that one. Our users are posting non-revenue time to it and I’d rather change the setting than change their behavior, since I agree with them, General Overhead doesn’t sound like billable work.
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)
Is there a way or a field to Track the Status comments in a project report columns?
Adobe EDS - Does helix-query.yaml in project repository still works?Hello! My project has been created using Aem Boilerplate XWalk. If I understood correctly. If 'helix-query.yaml' is present on repository then no spreadsheet sitemap configuration would be necessary on AEM. The following helix-query.yaml was wrote: version: 1 indices: portuguese: &default include: /home target: /query-index.json properties: title: selectFirst: head > meta[property="og:title"] value: attribute(el, "content") lastModified: select: none value: parseTimestamp(headers["last-modified"], "ddd, DD MMM YYYY hh:mm:ss GMT") robots: select: head > meta[name="robots"] value: attribute(el, "content") validation: select: none value: true When debugging locally with 'aem up --print-index', it seems to be working. info: Index information for /home info: Index: portugue
EXPECTED RESULTA new project OOTB that has Content Fragments enabled would allow an admin user to create language copies for Sites and Assets ,and create language copy of assets using the DAM Language Copy workflow would work by default. A custom translation project should not have to be created, nor should translation automation be required for assets. ISSUEI have created a new project and noted that I am not able to see / access the create language copy button for assets. Observe that the option is missing from the menu by default as shown in image. User then attempted to use the OOTB workflow to create the language copy, and user encountered an error message (see below). What is somewhat ODD is that these failures do not show up in the folder "Workflow Failures" Assumption is that there is a permission based issue that is potentially causing this issue, but user has not been able to locate any incremental permission(s) that would logically result in t
Hello Community!We have been asked a lot recently and in the past to give exports of forms so we can review and collect feedback on fields. We have a report to get the fields from a form or multiple forms BUT have not been able to figure out ways to get it to populate in the same order as the forms. There is just an ongoing annoyance that we cannot get an export into excel that is in the same order as the form itself. We then need to either just give a stakeholder the data dump and say “figure it out” which they are not always thrilled about, or we spend A LOT of time doing it manually. Is there ANYWAY to do this better? Fusion, text mode, etc.?
Hi all, I'm trying to run a report with the number of unique proofs approved that were authored by a creative team. So far I'm seeing multiple approvals of the same proof, and I'd like to eliminate multiple approvers and versions of the same proof document. The filters I'm currently using are for the team (proof owner ID), dates, and document version >> proof decision contains approved. Any suggestions would be immensely appreciated 🙂 Thank you!
Does that include at.js or web sdk? Unfortunately sample questions are old and include lots of at.js ....
In AA projects can be accessed as long as you have the project ID to drop in the URL. This isn't the case with CJA. If a project is deleted, then it is completely inaccessible. Is there a workaround?
@jasonbarron, in the quarterly update meeting yesterday you mentioned the new approvals feature allows for any user added as a reviewer to see reviews waiting for them. Has this function been developed yet for proof? It would be extremely beneficial to be able to run a report on this to add to their dashboard.
Hi, Can you help understand the key difference between AJO Decision Management and Experience Decisioning feature. It looks like using both you can manage offers. Is the Experience Decisioning only for Code based Experience?
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.