Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
Hi all, I am trying to create 50 catalogs in a folder under assets, all 50 catalogs are getting created but in UI I can see only 19 catalogs at a time, and when I delete 1 catalog then 20th catalog appears. But in CRXDE all 50 catalogs are present. Just wanted to confirm whether this is the limitation of catalogs.
Hi folks, In our effort to reward the monthly top users with a gift card for their participation in the Adobe Campaign Community forums, we present to you the two top contributors in the Campaign Community for the month of August 2023 - @parthasarathy and @_manoj_kumar_. Congratulations and a big thanks to you for being dedicated and helpful community members of the Adobe Campaign Communities. Become a top contributor and win every month simply by answering questions and being helpful to other members on this community. Perhaps, YOU could be a winner next month!
I have a fairly big form, 17 tables some as big as 18 columns, over 1000 lines in total.On my local development machine the form opens successfully albeit a little bit slow. But when I deploy to any other environment (dev, QA, UAT) the form refuses to open if more than a certain amount of tables are present. So for instance if I have tables 1,2,3,4,7,8 present it opens and also if I only have tables 5,6,9,10 present. All environments are running JVM with 16GB assigned memory Both the AEM logs and the server logs show no errors, so we are unable to figure what to do.And the final kicker is - we are still on AEM 6.3 and Adobe no longer supports this. (the upgrade project has kicked off) Any suggestions would be appreciated
The ALM configuration is not created after adding the required values.Throws error : error in SKU validation. The application in ALM was created with setting - not for this account only.
Hello,I am working on creating editable templates in AEM 6.2. I have an accordion-like component that leverages a multi-field to create tabs with parsys containers. In order to preserve the content that gets dragged into each of these parsys nodes, and to preserve the re-orderability that the multi-field provides, I've assigned each of the parsys nodes that get generated a unique ID that gets saved with the component.I would like to make this available to the template editor, however the trouble I am facing is that I need to keep redefining a policy every time I add a tab. The problem with this is that I have to have a fixed number of tabs in my structure which is not acceptable.This works fine however in the static templates. To get that working I added a list of allowed components to the design of the parent node that contains all of the dynamic parsys nodes. Each of the parsys nodes that get generated respect the list of allowed components defined on their parent.I tried this approa
You want to print the date of the first Monday or first Friday — let’s call it “first 𝒀-day” — of the next month. That’s when you host a recurring event. Possible? 100%. Without a bunch of Velocity under your belt? Um, 0%. 😜 As always, start with the standard includes from the seminal post on days and times in Velocity: #set( $defaultTimeZone = $date.getTimeZone().getTimeZone("America/New_York") ) #set( $defaultLocale = $date.getLocale() ) #set( $calNow = $date.getCalendar() ) #set( $ret = $calNow.setTimeZone($defaultTimeZone) ) #set( $calConst = $field.in($calNow) ) #set( $ISO8601DateOnly = "yyyy-MM-dd" ) #set( $ISO8601DateTime = "yyyy-MM-dd'T'HH:mm:ss" ) #set( $ISO8601DateTimeWithSpace = "yyyy-MM-dd HH:mm:ss" ) #set( $ISO8601DateTimeWithMillisUTC = "yyyy-MM-dd'T'HH:mm:ss.SSS'Z'" ) #set( $ISO8601DateTimeWithMillisTZ = "yyyy-MM-dd'T'HH:mm:ss.SSSZ" ) Now it’s time for the fun stuff. In terms of lines of code, it’s short. But it’s long on possible confusion
Value of Combo Chart The combination chart is a visualization that combines the features of the bar chart and the line chart. Combo charts are valuable for: Comparing multiple metrics with different value ranges. Illustrating the correlation between two metrics in one visualization. Checking whether one metric meets the target defined by another measure Combination charts visually highlight differences between data sets and make it easy to see one collection of information presented in relationship with other data. The combination chart displays the data using bars and lines, each representing a particular category. For instance, the bar may represent “Units,” whereas the line means “Orders.” This chart shows the correlation between units and sales volumes. Combo Chart for Two or More Metrics Drag and drop Combo Chart visualization into the Freeform table. Select a dimension— day, week, or month dimensions are a good starting point. Select your first metrics. In this case, we
Author: @Saswata GhoshEditor: @danny-miller About Pseudonymous Profile ExpiryRTCDP’s May Release saw the GA (Generally Availability) of Pseudonymous profile data expiry which is complementary to the granular ‘dataset-level’ event expiration strategy discussed in our earlier blog. This feature, once enabled, will remove stale pseudonymous profiles from your Experience Platform instance daily.A pseudonymous profile does not have a Identity like email ID or CRM ID and has just pseudonymous identities like ECID (Experience Cloud ID), AAID, GAID (Google Ad ID) etc. (as specified by the customer).Targeting anonymous visitors is useful for web-personalization use cases for a certain period. All customers agree that in general, the older the data, the less business value it has. That threshold usually defines a line when its value is less than the cost of keeping the data. Beyond this useful period, it is ideal if they get purged by assigning a profile-level TTL (time-to-live) or ‘ps
📢Calling all the customer journey-centric and experience-obsessed folks in my network! Headed into San Francisco next week for *that* conference, or maybe you’re already here and work locally? 📢🍽️️ Join us next Tuesday, September 12th for an evening of cooking and culinary fun while engaging in inspiring conversations on what it takes to be a leader in next-generation customer journey management. 🧑🍳📈Adobe customers and non-customers are welcome, but space is limited! Register here! 🗓️️
Hello Workfront customers! 👋 For those who haven't met me before, I'm part of the Customer Success team here at Adobe Workfront - my team hosts monthly customer workshops (found on the Events page) and I may have met a few of you at this year's Adobe Summit in Las Vegas. I will be traveling to Rhode Island for a few weeks at the end of September and early October and would to organize some type of meet-up, maybe a breakfast, lunch or happy hour to meet some of you in person and talk Workfront! I realize that Rhode Island is pretty small, so if you are located nearby in Massachusetts or Connecticut, I can try and find a spot that works for everyone.If this is something you are interested in, please add a comment below with your name (if you don't think I'll be able to recognize it from your username) or send me a DM and I can try and organize something!
Hi All,I am trying to get search for exact value match in any node it can be in jcr:content, metadata or any componenet content node.So I am using fulltext search for this as shown below but below query is giving . path = /content fulltext="sampletags:mainTags/test1" p.limit=-1But above query is giving results of nodes which is having values like "sampletags:mainTags/test1/test11" and "sampletags:mainTags/test1/test12" along with "sampletags:mainTags/test1" but I am looking for exact match.
Hi All,The CIF Core components for Adobe Commerce are implemented on Sightly at the moment. What we were trying to do is repurpose as much core component code as we can to create SPA components by extending core CIF components. Following is one such case where we were trying to export Search Results Component Sling Model by using Sling model exporter.Interface Impl package com.demoproject.core.models.impl; import com.adobe.cq.commerce.core.components.models.common.ProductListItem; import com.adobe.cq.commerce.core.components.models.searchresults.SearchResults; import com.adobe.cq.commerce.core.components.storefrontcontext.SearchResultsStorefrontContext; import com.adobe.cq.commerce.core.components.storefrontcontext.SearchStorefrontContext; import com.adobe.cq.commerce.core.search.models.SearchResultsSet; import com.demoproject.core.models.SearchResultsRetail; import org.apache.sling.api.SlingHttpServletRequest; import org.apache.sling.models.annotations.Exporter;
Hello Team, Welcome to the Adobe Analytics Community Mentorship program! This is the featured Community Discussion thread for your Adobe Analytics Community Mentor, Jennifer Kunz (aka @Jennifer_kunz), who will be here to guide and support you and your peers with your Adobe Analytics questions as you prepare for the Adobe Analytics Expert Developer Certification (Exam ID: AD0-EE209), through to the end of the program. A little bit about your Adobe Analytics Community Mentor, Jennifer: Jenn Kunz is an industry expert on Adobe/Google Analytics, MarTech pixel implementation, tag management, and data layers. She started at Omniture in 2006, meaning she has 15+ years of experience helping enterprise organizations solve their analytics problems holistically, no matter where they are in their digital measurement evolution or what tool set they use. She returned to Adobe consulting in 2014, where she was a Subject Matter Lead for
Completed Translation Download DelayWe are using Smartling with AEM Translation Integration.We consistently see jobs upload to Smartling processed within minutes and ready for download and then the delay starts. The completed translations seem to always take at a minimum 20 minutes to be pulled in by AEM.If you have had a similar experience or have information on what needs to be configured for translations to be returned quicker, please assist. We have talked with Adobe and have not received any help.Thanks.
In the second installment of the Marketo Success Series, we're featuring Marketo Champion Alumni @ande_kempf4 ! In this series, we partner with Marketo Champions and Champion Alumni to fully explore how some of our most celebrated Marketo experts are using Marketo to drive success. In this edition, Ande Kempf is sharing her secret sauce to driving results with Marketo Engage's Person Source feature. Note: Marketo changed lead source to Person Source in April of 2017. So, if you see the term lead source floating around in Community, it’s synonymous with Person Source. For consistency in this chapter, I’m going to use the term Person Source. Very simply, Person Source is a data field that is collected in Marketo meant to collect information on where the lead originated. Another way to think about person source is the marketing tactic or channel used to collect a lead. For example, if a lead visits your organization’s booth at a tradeshow, then their source
I'm Working on Remote spa, I followed the documentation of remote spa which is wknd-app. I have a react app running locally with modelmanager.initialize() and content was rendering properly in localhost. Which means I'm able to see the text and title in UI. After build, when i run serve -s build locally content was not rendering by modelmanager. Here, not able to see the text and title in UI.
Hi All, I am setting up dispatcher in cloud service. for one domain, it is fine but when I am setting for multi domain and try to create new filter file,cache file to associate second domain it is not allowing to create these new files. example: SiteA = conf.dispatcher.d\cache/rules.any >>>> working SiteA = \conf.dispatcher.d\filters.any >>>> working SiteB = conf.dispatcher.d\cache/rules-second.any >>>> not working SiteB = \conf.dispatcher.d\filters-second.any >>>> not working can we do this in cloud service dispatcher ? or any other way to associate multi domain files in cloud service ThanksChetan
Created a adaptive form with the human translation i18n and it has a dictionary which is mapped with the form. i can see the key string is auto generated for each field in the dictionary depends on the field structure. i have a below questions. 1. Can i create custom key string for each fields to be mapped and the translation will be displayed in the form. this will help the content author to add more resonable key string instead of the system generated key string in the dictionary.2. Can i have a parent dictionary for multiple adaptive forms so that we can resue the commonly used text such as first name, last name , age etc.3. For the drop down field, for example here we have options configured like 'Male=Male'. 'Female=Female', and in french drop down values are displayed in french, but when we submitted the form the value is passed in english. ie the option value not translated to french. how to mitigate this.
Dynamic drop-down filters allow you to determine available values based on data within the panel’s reporting range and values in other drop-down filters. Dimension items selected in static drop-down filters affect available values in dynamic drop-down filters. In contrast, dimension items specified in dynamic drop-down filters do not affect available values in static drop-down filters. Note: Dynamic drop-down filters are unavailable for metrics, segments, or date ranges. Two Dynamic Drop-Downs to Include All Data Values For example, you can create two dynamic drop-downs using the Countries and Cities dimensions by dragging the dimension into the panel drop-zone while holding the Shift key. When you select a country from the Countries drop-down list, the Cities drop-down list dynamically adjusts only to show cities within that country, as shown below. Using two dynamic drop-down filters will include all dimension values in the filters without making any manual additions
I'm using the 'Generate document of record' option with an adaptive form. We made a template in Livecycle/Designer that's working well, but the header is being added to every page in the document of record, which is unnecessary. Is there a way to set it up so that the header is only added to the first page and is omitted from all subsequent pages? I tried adding a second master page called 'AF_MASTERPAGE_2' that doesn't include the header, but that didn't work. It still uses the first master page template on every page. I also don't see the second master page listed in the 'Document of Record' tab in the adaptive forms editor, as suggested by this document: https://experienceleague.adobe.com/docs/experience-manager-65/forms/adaptive-forms-advanced-authoring/generate-document-of-record-for-non-xfa-based-adaptive-forms.html?lang=en#customize-the-branding-information-in-document-of-recordAny ideas?
I am trying to build a similar page on my website http://localhost:4502/libs/dam/gui/content/assetselector/test.html which will open the asset selector dialog, and once the user chooses the assets then it will display all the properties of the asset, not just few properties. Any idea how can I make asset selector to return more values @arunpatidar @aanchal-sikka @sachin_arora_
Hi! I am seeking feedback from anyone that has migrated to the Admin Console and how it went for you and your team and how it is currently going. We have not yet migrated over but will need to soon and wanted to know if there anything that needs to be considered that you wish you knew before the migration to the Admin Console? Thank you in advance!
When using webhook connections with Marketo, you will often come across an API connection with a two-step process. The first connection needs to send the authentication information, after which you get back an access token, and then that token needs to be provided in the second (and any other subsequent) queries to provide the necessary authentication. Both the Marketo and SFDC REST APIs follow this model. Marketo's Webhook functionality, though, is only a one-step process, so it's necessary to employ separate Webhook configurations to get this to work. The first step is to create a new custom field on the Person object to hold the access token value. This field will hold the temporary, generated access token value between webhook connections. Next step is to create a Webhook just to do the initial authentication step. It will save the returned token value in the Access Token field. Here is an example that connects to SFDC: The last step is to create the Webhook
We are upgrading from AEM 6.3.3 to AEM 6.5.1.0 , After doing an in-place upgrade and deploying our code, we did a migration of tags from etc/tags to content/cq:tags and restarted the Day Communique 5 Tagging OSGi bundle as per the documentation in this urlAdobe Experience Manager Help | Common Repository Restructuring in AEM 6.4 , after that we noticed many views including assets.html/content/dam and omni-search view displaying blank pages with the below error in the logs.Any help is appreciated on how to resolve this issue.05.08.2019 17:50:31.606 *ERROR* [ [1565027431361] GET /assets.html/content/dam HTTP/1.1] com.day.cq.wcm.tags.IncludeTag Error while executing script propertyList.jsporg.apache.sling.api.scripting.ScriptEvaluationException: java.lang.NullPointerExceptionat org.apache.sling.scripting.core.impl.DefaultSlingScript.call(DefaultSlingScript.java:416) [org.apache.sling.scripting.core:2.0.56]at org.apache.sling.scripting.core.impl.DefaultSlingScript.eval(DefaultSlingScript
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.