Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
package com.AcHotels.core.servlets; import java.time.OffsetDateTime;import java.util.HashMap;import java.util.Map;import javax.jcr.Node;import javax.jcr.NodeIterator;import javax.jcr.Property;import javax.jcr.PropertyIterator;import javax.jcr.Session;import javax.jcr.Value;import javax.servlet.Servlet;import org.apache.sling.api.SlingHttpServletRequest;import org.apache.sling.api.SlingHttpServletResponse;import org.apache.sling.api.resource.ResourceResolver;import org.apache.sling.api.servlets.HttpConstants;import org.apache.sling.api.servlets.SlingSafeMethodsServlet;import org.osgi.framework.Constants;import org.osgi.service.component.annotations.Component;import org.osgi.service.component.annotations.Reference;import org.slf4j.Logger;import org.slf4j.LoggerFactory;import java.util.*;import com.AcHotels.core.services.search.AssetsSearch;import com.adobe.granite.asset.api.AssetManager;import com.day.cq.search.PredicateGroup;import com.day.cq.search.Query;import com.day.cq.se
Each month, the Adobe Workfront Customer Success team hosts FREE, interactive workshops on various topics for System Administrators. If you're looking to ask questions, learn best practices and connect with other System Admins, check out the list of topics below and sign up for one, or all events. Topics vary month-to-month, so be sure to look for the monthly announcement center message and register on the Events page on Experience League.June 2 at 10am MT – Connect: Admin Chat for Marketing & CreativeJune 6 at 3:00pm MT - Learn: Getting Started with Resource Management in WorkfrontJune 8 at 10:30am MT – Ask: Leverage the no-cost Adobe Workfront + Creative Cloud integrationJune 12 at 7:00am MT - Connect: Workfront Strategic Admin ChatJune 13 at 2:00pm MT - Ask: Resource Management in Workfront Office HoursJune 20 at 11:30am MT – Ask: Customer Panel – Benefits & Best Practices wit
All legacy Workfront certifications will expire November 30, 2022. Because of this, the Adobe Certification Program is offering a 50% discount on Adobe Workfront exams. Don't let your certification expire and schedule your updated Adobe Workfront certification today! Check out this article for more information on what Adobe exam you should take and how the discount works. For any questions or inquiries, please reply to this thread. Thank you!
Are you a new user getting started with Adobe Experience Manager as a Cloud Service? Sign up for our 3-week email series to begin receiving expert tips such as: Best practices for getting started with Adobe Experience Manager as a Cloud Service and Cloud Manager Key capabilities and feature functionality Cloud Manager UI overview and getting started for the first time Sign up here: https://engage.adobe.com/CloudManagerOnboardingSignup-LP.html
In this edition of Marketo Master Class, we're partnering with Marketo Champion @Ann Marie Gastineau to demystify best practices around scaling a nurture in Marketo. In this article we'll take a look at the time and place to implement a nurture, best practices around applying a tokenized strategy to nurtures, and more. If you have additional insight for running a best-in-class nurture program, let us know in the comments! 1. Why nurture? (How do you determine if a nurture is the right strategy for your business?) Nurture is the right strategy for any lead who isn’t ready to buy from you immediately – which will be most everyone. Certainly, there’s bound to be a few sales-ready leads who fill out your Contact Us (or Get a Quote, or Free Trial, or whatever) form the first time they visit your site, but they’re rare. More likely, your target audience has no idea who you are (depending on how strong your brand is), or what you have to offer. They may not even realize they have a n
I am looking for reports in Planner to show all Allocated and Unallocated resources, but currently only seeing: In view by User - Only Allocated users to projects.In view by Project - Only Unallocated rolesIn view by Role - Only Unallocated roles Is there a way to show both, similar to the Utilization reports? Or does that defeat the purpose of planning resources?
We want to unit test a service. We want this service to have the right config for the right environment (dev, prod or stage). We can use a dummy config like this:MyServiceImpl.Config config2 = mock(MyServiceImpl.Config.class);context.registerInjectActivateService(new MyServiceImpl(config2));Is it possible to pull in the same config as a running environment would, instead of creating a dummy one?
HI,we would need to insert a custom plugin within the richtext that allows you to select a string and insert it within the text.It is feasible ?Thank you
Hello Community I'm looking for a search solution for AEM site, which should be focused on contextual meaning of a keyword. The OOTB search is based on keywords, which doesn't fit our usecase. The search should be more focused on the context of the keyword and we need to have options to prioritize pages/assets which should return top in the results. Some high level aspects on the solution I'm looking for:1. Keyword relevance/context2. Spellchecks, plurals, synonyms3. Search relevance and recommendation4. Categorization and filters in results I couldn't go with solr and elasticsearch as they are keyword based. The other two solutions we considered was coveo and yext which has integrations with AEM. And I do see the community search is powered by coveo https://experienceleaguecommunities.adobe.com/t5/custom/page/page-id/GlobalSearch.What I'm looking towards is some suggestions around this, and to find which one would be a better fit, the pros and cons of having something c
I have a requirement in which I have to access all the published assets from one path.I need only published assets and unpublished assets should be skipped. currently, I used the property jcr:content/cq:lastReplicationAction == "Activate" to validate it but it seems like the unpublished assets are also getting picked.what are the other ways to validate it? Thank you
I remember in an update that Campaigns was coming out in a release and it was pushed back, but I haven't seen anything since. Is that still going to be released for beta or at all?
AEM dispatcher, after the shortening of URL via POSTMAN is giving 409 status, and on dispatcher URL, it is converting POST call to GET call
Hi, We are migrating from 6.2 to 6.5 and on top of that installed 6.5.15, We were able to resolve dependency issues in all bundles except one bundle. Getting Boot deligation issues. Please find the screens shots of bundle and pom.xml and can someone let me know how to resolve the following dependencies. Bundle: pom.xml <dependencies><dependency><groupId>junit</groupId><artifactId>junit</artifactId><version>4.6</version><scope>test</scope></dependency><dependency><groupId>org.apache.sling</groupId><artifactId>org.apache.sling.commons.osgi</artifactId><version>2.4.0</version></dependency> <dependency><groupId>com.thoughtworks.xstream</groupId><artifactId>xstream</artifactId><version>1.3.1</version></dependency> <dependency><groupId>xom
I am trying to search within my AEM system and it is telling me "fail to submit form". Is there a reason why I wouldn't be able to search for these images that I know are in the DAM.
We need to edit Create CSV Export functionality(content.exportsearch.csv) in search console. Can anyone help us, which servlet we have to look into @s-k-agarwal
Hi Team,I need to popluate custom pop-up message to Author, incase if the workflow that authored trigger is Success or Some error. How to do this.Usecase:1- Author trigger a workflow in page like2- Author can able to see the success message I have created a workflow custom process step, which is checking the allowed usergroup in order to execute business logic. @Override public void execute(WorkItem workItem, WorkflowSession workflowSession, MetaDataMap metaDataMap) throws WorkflowException { String payload = workItem.getWorkflowData().getPayload().toString(); ResourceResolver resourceResolver = resourceResolverUtil.getResourceResolver(); Session session = resourceResolver.adaptTo(Session.class); String workflowInitiator = workItem.getWorkflow().getInitiator(); //usermanager object UserManager userManager = resourceResolver.adaptTo(UserManager.class); //getting user from workflowInitiator try {
Join us for the next Adobe Target Community Q&A Coffee Break taking place Wednesday, May 24th, 2023 @ 8am PT - 9am PT We'll be joined by Ryan Roberts (aka @ryanr7), Gentry Lin (aka @adobe-gentry), and Ryan Pizzuto (aka @ryan_pizzuto) of the Adobe Target Consulting team, and Mihnea Docea (@mihnead) of the Adobe Technical Support Engineering team, who will all be signed in here to the Adobe Target Community to chat directly with you on this thread about your Adobe Target questions related to: Any and all of your Questions related to Target @ Adobe Summit 2023! *Feel free to review any of the on-demand Adobe Target Summit Session recordings in advance to bring your follow-up Questions to this chat on 5/24 REGISTER HERE! PARTICIPATING IS EASY: Sign in to the Community, Reply to this thread with your questions related to the Adobe Target topics covered Stand-by during the hour as the experts weigh in ~ this way y
After enabling unified shell in AEM as a cloud service , the existing customized look and feel of author instance is impacted.Is there any way to override this unified shell css to make our existing header look and feel back again in the system. This is only for author instance. Any leads? ThanksHimanshu
Hello all, I have a solution where a regionalized variation of a Content Fragment is intended to be used based on the resource path of the request. This allows us to seamlessly display region specific content from the matching variation without needing to manually select the variation from a component dialog and breaking the inheritance chain on our live copies. I've modified an existing solution that was already in place that simply created aMap<String, ContentElement> elements of the Master variation and sent the map to the component to display. It's not extending the ContentFragment model, rather, we are using the direct path to the Content Fragment in the asset folder. I injected my solution into this method by adding a check for a variationName. If a valid variationName exists and the ContentVariation is found with the variationName, then the value of the ContentElement is replaced with the value of the ContentVariation using ContentElement element.setVa
AEM React SPA by Imran KhanOverviewRead the blog to understand how AEM React SPA works Blog:-https://medium.com/@toimrank/aem-react-spa-fb10256dbdceQ&APlease use this thread to ask questions relating to this article
We are upgrading from AEM 6.3 to 6.5 and as it currently stands, there are issues starting bundles because of dependencies. The frustration is that it starts with just a couple then as those packages are added to the bundle, more dependencies are found.What is the best way to deal with this? For instance, they were using the com.thoughtworks.xstream.XStream class which causes a dependency issue with org.jdom. If I add the org.jdom package, then that opens up a bunch more dependency problems. Some of the libraries aren't available in our repository. It seems that the more packages I add, even more dependency issues pop instead of removing them.
Histograms show the shape of your data and show how frequently every value in a data set occurs relatively unbiasedly. Histograms make it easy to see the most common and the least expected values. The horizontal axis shows your data values, where each bar includes a range of values. The vertical axis shows how many points in your data have values in the specified range for the bar. The Histogram helps you identify the following: The shape of the data (e.g., symmetric, skewed, uniform, or bimodal). The spread and range of the data. The difference between two or more data sets. The center of the data. Outliers in a dataset. The Shape of the Data Logic entered for the use case: Starting Bucket = 1 Metric Buckets = 6 Metric Bucket Size = 1 Counting Method = Visit The Histogram below shows the number of times a visitor added products to their cart per session. This example shows a left-skewed histogram, as the graph's peak lies on the center's left side. A left-skewed
Hi All, We have a requirement to convert and AEM Site page to PDF when given a sitepage url as an input. We have been trying opensource solutions like iText html2pdf, iTextRenderer, wkhtmltopdf but none of the worked. With itexthtml2pdf we were able to generate pdf but unable to fetch dynamic components such as "Dynamic media powered or coveo powered" also, local AEM often corrupts. Looking for any frontend or backend approaches to generate PDFs. Thanks!
I have created a textfield which user entered optional. I am unable to save the entered value in my application. Any preferences or scripts or events needs to be written to save user entered fields
Hi All,I want to replace <b> with <strong> and <i> with <em> in rte in AEM 6.3 SP2. I already tried below solutions but no luck as they all are for AEM 6.1.1. Experiencing Adobe Experience Manager - Day CQ: AEM 61 - Touch UI Rich Text Editor Remove Bold and Add Strong Plugin 2. Overriding '/libs/clientlibs/granite/richtext/core/js/commands/DefaultFormatting.js' with <b> to <strong>3. Adding 'semanticMarkupMap' node in rte for changing of <b> to <strong>.Whenever i author rte in dialog, it changes <b> to <strong> but the moment i click ok or 'view Source', it changes back to <b>.Can you please provide some inputs?
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.