Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
Hi, I am trying to create a content fragment model where I can have multi-line composite multifields on the model. For example, when creating a content fragment, I would like to provide the option of adding a composite multifield where I can create a combination of image, texts and links tied together.I found few options which involved overriding the content fragment model dialog, which we don't want to do it.Any suggestions / solutions will be useful. @Vijayalakshmi_S @arunpatidar @Suraj_Kamdi
Hi all,I'm working in AEM and need to add a link (<a href>) on a page that points to a PDF stored in the DAM. The requirement is for the PDF to open in a new browser tab or in the same window, rather than triggering a download.Is there a simple or recommended way to achieve this in AEM? Ideally, I’d like to avoid any custom code if possible and use core components. Thanks in advance!
I am trying to create a calculated field in an Issue Custom Form to auto-populate a date for users.I am able to code the date using the 'ADDWEEKDAYS()' expression based on a custom date field used earlier in the form but I would like to add a certain complexity based on an another selection made in a drop-down custom field with three options 'BAU, Existing or New'.Each of the three drop-down options would result in the generation of a different date based on the date field earlier in the form. Does anyone know how I could use the 'IF' expression to code the three different possibilities and for the field to have the capacity to generate three different dates when taking the date field and the drop-down in conjunction?
Hi Everyone, Can someone help me understand how logs are updated on the backend in Adobe Campaign? Specifically, I'd like to know whether its based on delivery ID, broadLog ID, message ID, recipient ID or delivery counter.I'm trying to update my delivery logs and tracking for custom channels like WhatsApp, RCS and would like to understand exactly how the process works behind the scenes. I've gone through the documentation but couldn't find a clear explanation of what's happening in the backend. Regards,Sujith kumar
I have created a GraphQL endpoint on the author instance, and it works fine there. I’ve also published the GraphQL endpoint and the content fragment to the AEM publish instance. But when I try to access the GraphQL endpoint on the publish instance, I see the following errors.AEM Version - AEM 6.5.17{ "errors": [ { "errorType": "ServletError", "message": "Internal Servlet Failure", "details": "No suitable endpoint found." } ] }I verified both Graphql and CF present on AEM publish instance. Also I enabled below two config as per https://statics.teams.cdn.office.net/evergreen-assets/safelinks/1/atp-safelinks.html There is no error message on log file. Is there anything else I should check ?
Hello All, In slingmodel trying to get layoutcontainer models methods, as belowI added below code ContainerImpl@Self@2434638(type=Layoutcontainer.class)Delegate(types=Layoutcontainer.class)LayoutContainer layoutContainer; But when I access the getLayout method from htl getting error cannot access method ComtainerImpl.getLayout() it is getting for all the methods of LayoutContianerAny suggestions for solving this error.Thanks in advance.
Graphiql interface is working for only specific set of query./aem/graphiql.html how to configure to include all the query paths.
Hello All, As per our Research we have prepared the list of most of Features desired in Today's Marketing World (please add the missing one), and also how Marketo caters those features.What I'm looking from you experts to validate or update if something is missing or not mentioned correctly, also it would be great if you can mention if a separate License is required to use those functionalities of Marketo.Here by is the List:FeaturesFeature DescriptionMarketoHow in MarketoAccount Identificationaccount identification features to help B2B businesses identify and target the right accounts with personalized experiencesYesTarget Account Management Marketo's TAM module helps users identify and manage ideal customer profiles, prioritize accounts, and build targeted campaigns. It uses firmographic and technographic for target accounts.Lead ManagementLead Generation, Scoring Nurturing from different SourceYesStrong Lead Management involving generation , smart list for targeted audience, ex
Hi here! I tried to use Universal Editor with a page hosted in AEM Cloud (not locally). But UE cannot open the page.Accorded to this doc https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/implementing/developing/universal-editor/getting-started I instrumented WKND page component. I put this<script src="https://universal-editor-service.adobe.io/cors.js" async></script><meta name="urn:adobe:aue:system:aemconnection" content="aem:https://author-p15353-e35406.adobeaemcloud.com/">to `customheaderlibs.html` and I see in preview mode it was applied.But UE doesn't recognize the page. I went here https://experience.adobe.com/#/@smartlingexchange/home opened `Experience Manager` -> `Universal Editor`, put link to the page https://author-p15353-e35406.adobeaemcloud.com/content/wknd/language-masters/en/test-editor.html?wcmmode=disabled and launched the editor. It shows `Ooops` pageDid I missed something?
Hello everyone,I would like to ask for some advice regarding monitoring copy-paste operations in the AEM toolbar.My goal is to detect when a new node is created via copy-paste and then remove the onTime property from that new node.However, I keep encountering an error on the jcr:content node saying that it cannot be found.From my research, it seems that when the node is copied, the operation is not fully synchronized yet.But when I check in CRXDE after the copy, I can see the target node clearly.I have attached my code for reference.
I've been receiving the error below while activating to a streaming destination. Is there a way to figure out which profiles were excluded from being activated? One idea is to create the same audience as a batch audience and activate to a sftp or S3 bucket. Then identify the profiles that were excluded. Another is to query the profile snapshot to identify profiles that are part of the audience and then query them further for the existence of the required identity attribute.Is there a simpler/faster way or log where AEP would actually show you example profiles whenever it excludes them from being activated to a streaming destination? Wanting to know before I embark on researching via the approaches above.... Error description provided in the 'Dataflow Run details' screen for the destination activation: 'No valid identities were found on the profile. This can indicate that several of the exported profiles are missing an identity attribute that was set as source field in th
In Adobe AEP, Is there any way to find the average global evaluation job times over the last 12 months ?
Hello Team, Recently I am working on a POC task, where I need to get details from Adobe Analytics and show the details in my AEM applications home page. So, basically this is a serer to sever connection, where I am displaying application specific data in my application. Consider: I am trying to get the most visited pages, and displaying in descending order based on visitor count. Based on few articles, I was able to crack the logic to display the Adobe analytics data.https://developer.adobe.com/developer-console/docs/guides/authentication/ServerToServerAuthentication/ https://adobedocs.github.io/analytics-2.0-apis/ https://developer.adobe.com/analytics-apis/docs/2.0/guides/endpoints/reports/ From this, I am able to get the access token too.https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/generate-server-to-server-authentication-access-token-from-java/td-p/654917 Special thanks to @imran__khan for his q
Hello,Map-level Search and Replace is returning 0 results all the time. Our UUID version AEM Guides (4.6.0.3). I tried below steps.1. reindexed the /oak:index/lucene2. reindexed /oak:index/damAssetLucene
I am trying to integrate Assets with graphql on AEM, but I need to create a content fragment for each asset. I am wondering if I can create like a global json file and integrate that with graphql on AEM.
Hi everyone,Is there a way of a selection field in Workfront forms, where when user 1 selects time slot 7:00 am, it is not available for user 2 anymore in the selection of different time slots? (similar to booking time in a calendar but via requests)
Has anyone used Fusion to log external vendor invoices in a projects billing records? I've found bulk import instructions for a csv file but I'm looking for a blueprint that imports an invoice to the corresponding project. Are any tips if you've developed a scenario for this!
I haven’t been able to locate any documentation regarding SPA integration. I came across the following link through a Google search, but it doesn’t redirect to the correct page:https://experienceleague.adobe.com/docs/analytics-learn/tutorials/implementation/spa-pages/using-best-practices-when-tracking-spa.html?lang=en#running-s-t-or-s-tl-in-the-launch-ruleDoes anyone know the correct URL? Additionally, I’m trying to determine whether I should use a direct call or create a custom event when working with Adobe Launch.
Right now we have a manual Analytics implementation and really want to update to using Data Collection. Outside of a couple of videos, I'm having a devil of a time finding documentation to implement Data Collection for the first time and then add Analytics. Would anyone know where this documentation is? We aren't interested in Web SDK at all at this time. I realize Adobe is really trying to push everyone towards it, but we aren't ready for that.
Hi all!I just built a Proof Approvals report that lists every potential proof decision within a few specific programs (groupings are Approver Role > Approver Name > Document Version Decision). I noticed that under one approver's name, there was a pending approval for a proof he had been removed from a few months ago... I've had similar issues on another report as well.Is there a way to fully remove an approver so they don't show up in reporting?Thanks in advance!
Looking for some insight. We were recently hitting customer inboxes at 100% in Gmail, there's been a sudden nosedive to 50% of our emails hitting inboxes. We send from a dedicated IP that is DMARC Compliant, and we are on no Block Lists. We are one-click unsubscribe compliant as well, and all of our sends are from monitored inboxes (no noreply). What could be the cause for the sudden drop? We aren't hitting inboxes for Outlook either - but that has been an ongoing issue that we're trying to resolve with them.
In our previous system, each "campaign" had a unique number assigned to it. The numbers grow by 1 with each campaign created. In Workfront, the Programs have IDs, but they are alphanumeric and very long. Ideally we need to create an auto-generated number that can be used to help search and track the Program. Something along the lines of a 5-digit number that can grow as our number of Programs increases. Is there a way to create a calculated field that will produce this or use Fusion to assist? Thank you for any assistance!
Objective: I am trying to find the number of people - per week - who visit BOTH our "Offers" and "Rewards" pages. And I need to trend this audience over time. What did I try?: I created two filters - one for Persons visiting the "Offers" path, and another for the "Rewards" path. I then created a Freeform table, with Week as the table index, and People as the metric. Lastly, I stacked both filters on the People metric, with the intention of filtering people who visited BOTH "Offers" and "Rewards" pages by week. Result: When the global project date range filter is restricted to a specific week, the result is as expected - I get around 560K people. However, when this date range is expanded, the result balloons to over 2.3M, which is obviously incorrect, since the max cannot exceed the minimum size of these two audiences, which is around 820K. Ask: How do I get the freeform table to only apply the Filter criteria for the individual weeks
Hello - is there a way to run a report that shows you all the calendars and who the owners are? Since Workfront considers it a kind of report I thought it might come up in a report about report owners but they didn't. I appreciate any insight. Thanks.
Hi Community,I see frequent Adobe status messages relating to "Workfront Application(Redrock)" but what is Redrock? Am I missing issues?ThanksMatt
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.