Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
I'm developing a "columns" component where the user can select the number of "columns" they want to create. Our users find creating nested containers difficult and the idea is to make it easier for them to create more ornate layouts. As an example if they want two columns then they would be able to select a 50/50 setting on the component and have 2 columns each 50% of the total width or they could select the 33/33/33 and have 3 columns of equal width. This layout works well for desktop view, but I'm also trying to automate handling of mobile displays for them so they don't have to modify widths for when the information is displayed on a mobile device. What is the recommended way to pre-set the component so that on desktop they are next to each other, but on mobile devices they are stacked on top of each other and take full width? If i was doing this within classic jquery bootstrap i would have something along the lines of for the 33/33/33 for example&l
The December 8 deadline to apply for the 2024 Adobe Experience Maker Awards is quickly approaching, and time is running out to be recognized for your remarkable work. Now is your opportunity to share your exceptional customer experiences and join visionary leaders from around the globe setting a new digital standard. Submit your applications now to be recognized.
Hi, While opening the page properties, I see no tabs and is showing blank. The resource super type of the page component is "wcm/foundation/components/basicpage/v1/basicpage". Strangely, when I make the copy of the same page component and change the resource type in page to the new value, it open the properties. I am not sure what it the problem. Please help. Thanks and regards,Vijaya Kumar A
Hi everyone, Check out this brief blog post by our Campaign Community Advisor, @Marcel_Szimonisz, sharing some effective and practical tips around Proofing Email Template for Multiple Variants Abstract: Imagine having to proof all the possible variants of a delivery template, where there could be numerous end variations. How can we effectively proof such an email template?There is a simple yet powerful workaround for proofing all the variants, and here’s how to achieve it. Please feel free to reach out in case you have any questions through the below comment section.
In some of our larger manuals, we need to be able to use multiple variable (keydef) maps: some with text keydefs and some with image keydefs (or a mix of both types of keydefs in the same variable map file). Currently, as long as the keydefs are text only, we can have variable maps inserted into our primary map, and the variable/keys generate without any problems. Image keydefs must be placed outside of variable maps and inside the primary map to generate the output correctly. Is there any way to be able to have variable/keydef map files that include both the image keydefs and text keydef? AEM Guides (UUID) v4.2 On-Prem Installation (late April/early May 2023)AEM 6.5.15 On-Prem Installation
Welcome to the Adobe Workfront Customer Success onboarding blog! Our team is grounded in the desire to help all customers achieve maximum value from Workfront through accelerating adoption, establishing governance, and guiding your path to maturity. As a new Workfront customer, you are investing in the opportunity to maximize your organization’s work. Now that you’ve selected your solution, and your services partner to implement the technology, it’s time to embark on your Work Management journey! In this blog, we will introduce you to the key milestones from Initial Value Alignment through Initial Value Confirmation, and supporting resources created by our Customer Success organization to supplement your implementation experience and lay the foundation for long-term value and success. In this guide, you will find self-guided resources, as well as live events hosted by our Customer Success team which are available to all members of our Workfront community. Initi
Use this thread to ask any questions related to the Intermediate level projects course in Experience League. Experts are monitoring this thread to ensure your questions are answered.
My requirement is to move Client library's JS files to DAM instead of placing it into /apps/myproject/clientlibrary/js folder.I have updated base directory path defined in js.txt file as below#base=../../../../content/dam/myfolder/clientlibs/base/js instead of #base=js (standard one)BUT this is not working while same is working for /apps folder i.e. #base=../../../../content/dam/myfolder/clientlibs/base/js - NOT WORKING#base=../../../../apps/dam/myfolder/clientlibs/base/js - WORKING FINEI tried with updating Adobe Granite HTML Library Manager configuration as well adding root path in Allowed Library Path property(Tried with specific relative path - /content/dam/myfolder/clientlibs AND /content root path both) But It didn't work for me. Please provide the solution for this requirement. @kautuk_sahni @sachinarora17 @aanchal-sikka @kiran_vedantam @17388001
Check out this Campaign blog post by our Campaign Community Advisor @Marcel_Szimonisz about: Automate publishing file resources with workflow Abstract: Sometimes, you will reach a point where you want to upload file resources from a script. Although there are hints on the Experience League, even with those, this problem has caused me some troubles.However, challenges and troubles are what I seek. I have decided to map this functionality, which can become handy once in a blue moon. For example you want to attach dynamic attachments to recipient delivery or add before made qr codes or vouchers to the email content.For those seeking a quick answer without delving into this blog, the solution lies within the nms:assetIntegration.js JavaScript library. Check out the method call uploadContentToCampaign for the answer you’re looking for. Please feel free to reach out in case you have any questions through the below comment section.
Hi all,I'm using aem 6.5, when i author a anchor link set with opening in new tab in RTE component its working fine and navigating to the specifed section in the new tab in view as published mode but when i click the same anchor link in published page its only opening the page in new tab but not navigating to the specfic section. Can anyone give some solution for this issue please.ThanksNandheswara
I have built a Journal Entry report to pull the project budget number (greater than 0) if edited this week. My two questions for the community are: How can I only pull the last budget field update (if someone updated the field multiple times in the week, I only want the max/latest change, not all)? How can I prevent random duplicate rows (several changes are complete duplicates with the same date/timestamp repeated up to 42 times, but some changes don't duplicate at all)? In the attached image, 2 budget entries for 2 separate projects duplicated but one project (in the middle) reflects the accurate single row.
Hi Community,I want to create a scheduler by which I can remove a asset of specific extension from DAM in specific time duration.I am trying to do it. but getting failure.ResourceResolver writeResourceResolver;ResourceResolverFactory rrFactory;public void run() {/* creating a user to remove the asset and did the configuration in user mapping with all access to user.*/ Map<String, Object> param = new HashMap<String, Object>();param.put(ResourceResolverFactory.SUBSERVICE, "getResourceResolver");ResourceResolver resourceResolver = rrFactory.getServiceResourceResolver(param);Session session = resourceResolver.adaptTo(Session.class);session.refresh(true);LOG.debug("User id " + session.getUserID());if (session != null) {if (session.itemExists(filename)) {Node fileNameNode = session.getNode(filename);fileNameNode.remove();session.save();session.logout();LOG.debug("file Deleted");}} else {LOG.error("session is null");}}
If you're a regular attendee of Workfront Scale Customer Success events (typically hosted by @cynthiaboon, @nicholevargas, or me), you may notice some changes over the next week... We're moving to a new platform for our call recordings. After November 30, 2023, previous links you've received via email or accessed in follow-up threads here in the community may not work. But never fear! Calls from the last year are moving to the new platform and we're working behind the scenes to get the links updated on our Experience League posts. If you are accessing a recording from a follow-up email and get an error, feel free to reply back and we'll share the new link. If you have any questions or issues, don't hesitate to reach out to us through the community or at csatscale@adobe.com. Thanks!
When I have an ajax call to an aem sling servlet. Sling servlet setting a cookie header "Set-Cookie", which is coming through response headers on Author, Publisher.But on Cloud Front URL, this "Set-Cookie" not coming through response headers. Could some one help me, Do I need to mention what headers allowed from Cloud Front to front end client? ThanksSri
Use this thread to ask any questions related to the Configuring AEM Assets for Administrators on Experience League. Experts are monitoring this thread to ensure your questions are answered.
It’s me again, your “On-Demand Workfront CSM” @cynthiaboon, with another “Top 3” video! Let’s talk about Adoption! We’re all looking for fresh ideas on how to get our new users excited to log in to Workfront, so why not consider Boards? If you haven’t had a chance to experiment with the new Boards feature, no worries! In the video, I share how to give your users access and a couple of ways they can get started quickly. As promised in the video, we have loads of resources to share, including articles and short video demos: Get started with boards in Adobe Workfront Early feature opt-in for Adobe Workfront Boards Create or edit a board – includes descriptions of each Boards template Adobe Workfront Boards – short video demonstrations What’s new in Boards? Stay updated on any new features on the Product Release pages! Product Release Overview Page Int
Hi, We are trying to clear dispatcher cache via dispatcher flush agent, (/etc/acs-commons/dispatcher-flush/dispatcher-flush---acs.html), it is giving us the error below.if we use "Delete Cache" option:"Your dispatcher flush requests have been issued with the following results:An error occurred during replication. Possible issues include invalid flush paths or lack of active dispatcher flush agents.Please review your Dispatcher Flush Agent logs to ensure all replication requests were successfully processed". We tried using "invalidate cache" option, Success message is showing, but we are not sure whether cache is getting cleared. (I think cache is not being cleared). It is may be timed out issue, how can we resolve this issue, can anyone please help us. Thanks,Ajay Boddu.
Hello community members, We are facing an issue with the cache not getting cleared in the dispatcher for vanity URLs with sub-folder structures like www.abc.com/cars/bmwwww.abc.com/insurance/life-insurance Simple vanity urls like www.abc.com/bmw are working fine and the dispatcher configuration is in place.
Hi,Is there any particular reason why people are more interested to move away from Adobe analytics to GA 360? Is is because GA 360 comes as a packages(Analytics 360,Tag Manager 360, Google Optimize 360, Attribution, Google Data Studio) or cost effective? Anyone else experience this? or any thoughtsthanks,Muthu
FAQs about implementing headless using Content Fragments and GraphQL by Aanchal Sikka Overview Link to the blog: https://techrevel.blog/2023/10/09/faqs-about-implementing-headless-using-content-fragments-and-graphql Q&A Please use this thread to ask questions relating to this article
Hi,I have moved the page and I unticked the “republish” box for the page but it got republished regardless.Why its being published
One of my QA author is corrupted and I don't have any backup online or offline on that server, But Prod env running fine, I tried to restore back get good revision segment but no luck.Currently, I have attached which contains the CRX-quickstart folder of a prod to my QA env.So what thing should I copy from the disk and replace with QA env, so that I can have all previous configurations of QA env? and Do I need to copy whole crx-quickstart folder or some of them?also what precautions should I take before doing that
Hi All,I have requirement to get the AEM user input from form and send it to shell script and execute it and respond back to the user.Shell script located in another location instead of aem server.Does anyone worked on the same requirements.I have tried process builderBut not able to access shell and execute it in AEM.String command="/bin/bash"+""+param1;Process process=new processbuilder(command)Above code is working fine in Java .Anything help would be appreciated.Thanks
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.