Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
Hi, When using custom fonts in a PPT and then needing to upload into Workfront Proof - it looks like Workfront needs access to my fonts because: If we embed the font in the PPT the proof will not generateIf we don't embed the font in the PPT the proof generates but doesn't look right How can I give Workfront access to the custom font ? Thank You Emma
I have a scenario where I am using a “Create CSV” module for the first time. I am using it so I can send out emails to my users about projects that need their attention. The CSV module allows me to group the data coming in and if a user has more than one project they can get all their projects in one email.The issue I have is 2 fold. After I set up the CSV module the next module is email. Fusion doesn’t allow me to access any of the data in my flow before the CSV module. Second when I go to define the email module, I only have one property from the CSV module to select from the CSV module called text, that contains every field defined in the CSV and I can’t format the data nicely for my email body or bring in the email address for delivery.What am I missing? I appreciate any and all suggestions. ThanksFrank
Hello, How to disable encode in email template level?Scenario : For unsubscribe, We are including custom URL with personalization encrypted email address. While ingesting Data into CDP, am decoding the encrypted email address. In profile, i can see correct decoded encrypted email address. When i add personalization in template, AJO double encoding the URL which causing us issue.Any ideas? ThanksAJO Dev
Hi,I'm trying to set up a calculated field from the Tracking Turnaround Time blog. When I paste the formula in the calculation box, I get an error of "This is an invalid custom expression, please try again" with "480" and "2" identified as the errors. Is there an updated formula or page I can reference?ROUND((DIV(WORKMINUTESDIFF(Actual Completion Date, Actual Start Date),480),2) Thank you!
Hi Everyone,Is it possible to AB Test the Event programs ? Please suggest .Thank you in advance!
I'm working with a custom AEM component that includes the Core Image component (core/wcm/components/image/v3/image) inside it. The component renders correctly and includes the data-cmp-data-layer attribute for anchor tag (for Adobe Data Layer) in some sites, but not in others, even though the component and content were cloned from a working site.For example:In /content/mysite, the image renders inside an <a> tag and includes the data-cmp-data-layer attribute.In /content/clonedsite, the exact same component and authored image show no data-cmp-data-layer attribute in the DOM.And if changes site name to some other names, for some names its working.What I Checked So Far:The cq:dataLayer = true property is present in the template policies for both sites.The image component has the correct sling:resourceType = core/wcm/components/image/v3/imageThe <a> tag wraps the image in both places, but data-cmp-data-layer is missing only in the broken ones.No JS errors in the browser console
Hello, I have been using Adobe Analytics for the past 6 months and have gained a fair amount of knowledge. I recently appeared for the AD0-E212 Adobe Analytics Business Practitioner exam, but unfortunately, I missed the passing score by 4 marks. According to my score report, my weak areas are: General Tool Knowledge and Troubleshooting – 40% Reporting and Dashboarding for Projects – 42% Can anyone guide me on how I can improve in these areas?
I created a package that includes a schema in Sandbox A. After resetting the sandbox (which wiped all resources, including the schema) but not package, I re-imported the same package in Sandbox A and, surprisingly, the schema was re-created successfully. However, the package only references the schema URL/ID, not the full schema definition. This raises a few questions: How is the schema being re-created just from the package, when the schema was wiped out with the sandbox reset? Is there any underlying backup or storage of the schema outside the sandbox that supports this recreation? If yes, where is that backup stored, and how long is it retained? Can we rely on this behavior long-term for restoring schemas/resources after sandbox resets? Would appreciate any insights. Thanks!
Hi, We have a huge set of data ingested into AEP for schema "ajo_message_feedback_event_dataset". And, our goal is to fetch the list of users who received emails and accessed the same. it's understood from Adobe documentation that information is stored at "ajo_message_feedback_event_dataset".Whilst accessing the dataset through Querying with below SQL query, we can see the results with various columns"SELECT *FROM ajo_message_feedback_event_dataset;"out of which, a specific column named "_experience" contains the batchInstanceID":"xxxxxxxxxxxxxxxxxxxxxxx", which helps us to build audience for a specific set of batchInstanceID. Upon using the below query to filter the results that matches with batchInstaceID from _experience as belowSELECT *FROM ajo_message_feedback_event_datasetWHERE contains(_experience, "%batchInstanceID%");, we see an error that describes on the field unavailable.Error Message : ErrorCode: 08P01 queryId: c44e0d65-b42f-4f08-8de3-7f4962050c08 Unkno
Hello I'm trying to run a report that has the program and then the projects listed with the start and end date in each milestone phase. For a visual cue: Is this report even possible or is it possible to create one like it? Any help would be appreciated.
Hi, Upon deletion of asset resource, I need to retrieve a property from the resource before it becomes null.I tried this using an Event Listener, Event Handler, ResourceChangeListener, setting up a workflow triggered by a launcher upon deletion, SlingFilter but the resource is null in all these cases. Is there any way other than overlaying Delete Button and obtain the resource details before asset is deleted? We are using AEM6.5. TIA.@arunpatidar @santoshsai @estebanbustamante
Hello, I'm trying to remediate security vulnerabilities in our AEM installation. I have downloaded the adobe-aem-forms-jee-hotfix-6.5.23.0-win-jboss.zip file, and extracted it, and I'm running the aemforms65_cfp_install.exe file in the Disk1/InstData/VM folder. The patch kicks off, executes, and succeeds. I then run configuration manager. The first issue I faced was that I had to copy the commons-io-2.5.jar file from the \Adobe_Experience_Manager_Forms\sdk\client-libs\thirdparty folder to the configuration manager lib directory. That got me past my first issue, which was: java.lang.NoClassDefFoundError: org/apache/commons/io/FileUtils. Now that I've moved past that, I'm getting this error: [2025-07-15 11:11:24,100], SEVERE, Thread-6, com.adobe.livecycle.lcm.feature.configureLC.MergeEarsTask, Task failedcom.adobe.livecycle.lcm.core.LCMException[ALC-LCM-010-200]: Failed to merge Ears.at com.adobe.livecycle.lcm.feature.configureLC.Mer
Hi,I am looking for a (text mode) option to sort a field that includes dates and times, but is a text field: June 1 - 8:00June 1 - 9:00June 2 - 8:00June 2 - 9:00 Is there a way? Thanks in advance
I would like to confirm whether both task emails and workflow emails use the same SMTP settings. If they do, could you please advise why, in the same environment, only task emails are working while workflow emails are not?
We have created a custom RTE component for linking the test to different links depending on the requirement.So we have created a one extra pop-up on RTE. So for this we have created a js file. In this javascript we also have used underscore js and using for ex _.isEmpty function. Now after AEM 6.5.10 upgrade it always says "_ is" not defined. We have underscore as a dependency for out clientlibs. This was working with 6.5.5 but after 6.5.10 its not working. I see one difference here is 6.5.5 this lodash contains modern folder with categories lodash, underscore. Now after 6.5.10 this modern folder is missing so these categories are missing. So is this the reason underscore depedency that was added to out existing component is not getting recognised? Thanks,Mahaboob,
We're in the process of implementing reCAPTCHA v3 on our Marketo forms, following the native CAPTCHA integration recently rolled out by Marketo. Form submissions are working smoothly, and we're successfully capturing metrics in the Google reCAPTCHA console. The only issue we're facing is with the reCAPTCHA badge:- Occasionally, it appears but disappears within milliseconds.- At other times, the badge simply fails to load altogether. LP - http://504-zrn-403.mktoweb.com/lp/504-ZRN-403/Test-reCAPTCHA.html
Dear community, I am currently working on a project using Edge Delivery Services with AEM as the content source. I have completed the migration of content from my development author environment to production using an AEM package. I have confirmed that both the site structure and assets are visible in the production author instance. The configurations between development and production environments are identical. My main question is:To switch the content source from the development author to the production author, is it sufficient to simply update the fstab file to point to the production author URL?Since the paths.json should remain consistent after the content migration, I would like to confirm if this is the only required step. I want to ensure that this approach will not introduce issues when new content is published from the production author, and that Edge Delivery Services will continue to function as expected without disruptions. Could you please confirm if t
I know that this is a topic that has been discussed a few times but I have yet to find a solution that really works. My goal is to create a report that only shows tasks where the actual completion date is at least 1 day after the planned completion date. The issue I am running into at the moment is that since Workfront utilizes the time of day, instead of just the day, the report is showing tasks that have the same planned and completed dates. Is there a way to update the below text codes (or a different one) to exclude the time of day or add to it? Something along the line of (Greater than __ + 1 day). I have tried the below to text code for the filter.actualCompletionDate=FIELD:plannedCompletionDate actualCompletionDate_Mod=gt And in an effort to format late tasks I have tried the text code to the "Actual Completion Date" column. styledef.case.0.comparison.icon=falsestyledef.case.0.comparison.leftmethod=actualCompletionDatestyledef.case.0.comparison.le
Hi Team,Recently we are seeing an issue on pipeline execution for AEMCS.The execution has been stuck during the deployment to the dev stage for several hours. Has anyone else faced a similar issue?We contacted the support team during the initial occurrence. While they couldn’t identify the root cause, they mentioned that one of the pods was stopped, which they assumed might be the reason.The issue has happened again today, but we haven’t received any feedback from the team yet. We haven’t made any customizations to the pipeline—our code builds successfully locally and has been pushed to the Adobe pipeline.Has anyone else observed a similar problem?Thanks,Geo
Is it possible to logically and securely segregate development, pre-production, and production environments within Adobe Experience Manager?Specifically:Does this segregation require the configuration of three distinct Adobe Programs, or is there a native way to manage multiple environments within a single Program?Can these environments communicate with each other and with their respective on-premise enviroments?If so, is it necessary to configure three separate VPNs to enable secure communication between each environment and its corresponding on-prem infrastructure?
How do I setup an AB test activity that splits traffic between two different land page URLs that are connected to a UTM campaign audience. Adding additional pages doesn't work because I want 50% of traffic from the UTM to land on the second page.
Hello Community,Today, I have a question regarding the ability to view the full list of B2B account audiences using Query Service and join them with account profiles.I've noticed that there are three key snapshot tables: profile, account, and segmentation. I was able to join customer profiles with audience data using the segmentMembership attribute. However, in the context of accounts, this attribute appears to be unavailable—all records in the corresponding column are null, even though account-based audiences have been created.Has anyone encountered this before or have any advice on how to retrieve account audience data using Query Service?Thank you in advance!
Hi,How to check who updated the status from 'Denylisted/Valid' to 'Quarantine' in nms:address. Thank you.
Hello all! I am trying to figure out how to track traffic from AI summaries on search engines. Does anyone know if there's a way to assess this, such as a specific dimension?
Hi! Is there a way to make custom forms appear in a certain order by default? We have 2 forms, Project Request and Reporting Data, that get attached to a project after it is converted from a request.Separately, we have a form, Asset Intake, within a template.Once a request is converted and the template is applied, the form within the template keeps appearing first. We would like for it to appear in 2nd or 3rd place. Right now, the form order appears automatically as:Asset IntakeProject RequestReporting Data Ideal order:Project RequestAsset Intake Reporting Data Would appreciate any insight - 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.