Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
I would like to have a project created automatically every quarter from a previous project. Is this possible without using Fusion or Planning?
Hi All,Could you please help me with this issue? I am using AEM 6.5.20 and have an RTE/Text component in my project. I'm trying to author it in the dialog as follows:After submitting the dialog, the value is being stored in the node as follows:<p>Test Test <a href="%3C%= rt.ctx.logo%20%&gt;">Test</a></p>However, when I reopen the dialog, the content appears incorrectly (as shown in the screenshot), and I’m unable to identify where exactly I had authored the hyperlink.Also, is it possible to save the value in the node as <%= rt.ctx.logo %>?Thanks in Advance,Veera
Hi All,I recently started working in AEP and I don't have much experience. I am trying to get data from Adobe Commerce into AEP using Web SDK. The connection is working and I am able to received standard events.I am not sure what is the best way to get data about newsletter subscription from the client account settings. I was trying do this in different ways but it is not working. Does anyone know how to do this and could tell me which direction is good?Thanks a lot!
Hi Community,I’m looking for guidance on how to properly delete a profile in Adobe Real-Time CDP (RTCDP).If I delete a dataset that contributes to profile stitching and profile usage, will that automatically remove the associated profiles from RTCDP?Is it recommended to use the Profile API to delete individual profiles instead?For context, I have already paused the Azure pipelines/workflows in Adobe Experience Platform that were contributing to the dataset I plan to delete.Would appreciate any best practices or insights on how to ensure the profiles are fully removed and not just the dataset.
Hello, We are investigating strategies to send Adobe Campaign Classic alerts to a Microsoft Teams channel. Is there a standard integration with MS Teams for Adobe Campaign Classic or has anyone identified a successful method to deliver alerts to MS Teams from ACC? We have identified the following alternative options if there is no standard integration:Using the email specified for the Teams channel, create a delivery with the Teams channel's email as a recipient.Using the email specified for the Teams channel, create a user with the Teams channel's email and add it as an operator to the supervisor group which receives alerts.Thanks,Skyler
Hi Team,We've created an AB test activity for the mobile app and we have selected a specfic report suit other than our web one. We've observed following issue when we click the "view in analytic" link in the Adobe target report section to check A4T report. This works fine on those activities which are created for the web. Is that we are missing anything on the app sepecfic report suit. How can I fix this?Looking for any help.
Hi Team,I'm trying to dynamically set the locale in the formatCurrency() function in Adobe Journey Optimizer. Here's a simplified version of what I'm doing:{%= formatCurrency(10000, "en_AU") %}Instead of hardcoding "en_AU", I would like to pass a profile attribute (e.g., {{countryCode}} or profile.countryCode) that represents the locale dynamically.However, when I try to pass an attribute like this:{%= formatCurrency(10000, profile.countryCode) %}I receive an error.Could you please confirm if passing a dynamic attribute for the locale parameter is supported in AJO expressions? If so, what is the correct way to structure this? @satheeskannak @mohan_dugganab @ajodev @davidkangni @anuhya-y
if i want to ingest data ,but i don't want some data ,how?how to do conditinal ingestion ? is this both are same or different?
When in a project if I complete a task, that has an auto approval process on it, by just putting 100 into the percent complete box and hitting enter, it works.However some team members have been completing tasks another way that started causing an error message to pop up.Error message says "Error Duplicate key value violates unique constraint". They are going into the task (w/the auto process) and then clicking on the "percentage slider" button and moving it to 100%. It still works but this message is popping up now and they are constantly having to close the error message.
We’re using versioned clientlibs in our project, and I’m wondering if something might be misconfigured—or if I’m misunderstanding how they’re intended to work. The issue:Whenever clientlib assets (CSS/JS) are updated and replicated, I go into the dispatcher and remove the old versioned clientlibs. However, this breaks all styles and scripts on the live site unless I also clear all cached content pages. At first, I didn’t fully grasp what was happening, but it became clear that cached pages are still referencing the old versioned clientlibs. So when I remove those assets from the dispatcher, the cached pages are now pointing to files that no longer exist. Meanwhile, the new versioned clientlibs are present, but no pages in the cache are referencing them until the pages are recached from the publish instance. This creates a challenge: clearing all cached content pages every time we update clientlibs feels inefficient. So my question is, am I misunderstanding how versi
Hi All,I’m working with AEM as a Cloud Service and using Multi Site Manager (MSM) for localization.I noticed that when I move a page within the Language Master and then rollout the changes to the live copy, the jcr:uuid of the page in the live copy changes. It seems like AEM is creating a new node and deleting the old one instead of just moving the node and preserving the UUID.Can someone explain:Why exactly this behavior occurs?Is it expected in AEM MSM rollout?Is there any way (config or customization) to preserve the original jcr:uuid in live copies during such operations?Appreciate any insights or best practices around this.Thanks!
An AEM client is looking at enabling cross-language search and discovery automatically across all their AEM content, both Assets and Pages. The client wants to allow their authors to perform searches for content in AEM using non-English terms, to match the assets in AEM that have equivalent English terms on them.They would like to support French and Spanish and reduce the need for manual content translation.Which two actions should an Architect take when developing a POC to meet these requirements? (Choose two.) (A) Set up a Translation Service Provider (B) Set up Smart Translation Search (C) Ensure that enough memory is available (D) Set up Translator to Manage Dictionaries (E) Ensure that a new index is created for smart translation search @aanchal-sikka @EstebanBustamante @arunpatidar @Shashi_Mulugu @Pranay_M @Mahedi_Sabuj @DivrajSingh @Sudheer_Sundalam@lukasz-m @Rohan_Garg
Hi , Does anyone know how i could best extend core component model class for textinput forms using delegate pattern. Unable to get to it.I also do not want to complete the methods that come in from the ootb texinput class , but retain the code in the ootb class without the need for overriding methods. Below code forces me to override methods and does not get the showcharcounter custom method @ConsumerTypepublic interface AFTextInputModel extends TextInput{boolean showCharCounter();} @Model(adaptables = { SlingHttpServletRequest.class},adapters = { AFTextInputModel.class, ComponentExporter.class },resourceType = AFTextInputModelImpl.RESOURCE_TYPE)@3484101(name = ExporterConstants.SLING_MODEL_EXPORTER_NAME, extensions = ExporterConstants.SLING_MODEL_EXTENSION)public class AFTextInputModelImpl implements AFTextInputModel{ @Self@2434638(type = ResourceSuperType.class)private TextInput tinput; @ValueMapValueprotected boolean showCharCounter; pu
Hi community, We’re using the PureJS Asset Selector (assets-selectors.js) with IMS authentication in a delivery environment (delivery-pXXXXX-eXXXXXX.adobeaemcloud.com). Our setup is working well, and we’re successfully filtering assets (e.g., by dam:assetStatus). However, we would like to know: Is it possible to display the folder structure (i.e., hierarchy of /content/dam/...) within the Asset Selector UI when used in a delivery environment?Currently, the selector opens with the “All Assets” view, and no folder navigation is shown, even though we can confirm that assets are organized into folders in the author repository. Implementation context:Authentication: IMS Flow with PureJSSelectors.registerAssetsSelectorsAuthServiceSelector: PureJSSelectors.renderAssetSelectorWithAuthFlowProps passed: repositoryId: "delivery-pXXXX-eXXXX.adobeaemcloud.com", aemTierType: '[1: "delivery"]', filterFormProps: { "dam:assetStatus": ["approved"] } Questions:Is the folde
How you test these ones?
Hi, I have added a custom dropdown field by overlaying `/libs/dam/gui/content/assets/jcr:content/actions/selection/create/items/createworkflow`, alongside the "Select Workflow Model" option, which appears when the "Create Workflow" button is clicked. Currently, when the "Start" button is clicked, a warning popup displays the message: "You are going to trigger {0} workflow on {1} asset(s). Please confirm to proceed." This message comes from `/libs/dam/gui/coral/components/admin/timeline/events/workflow/clientlibs/workflow/workflow.js`. With the new dropdown field, the message now reads: "You are going to trigger {workflow model name and content fragment model name} workflow on {1} asset(s). Please confirm to proceed." This occurs because the `workflow.js` script uses `var workflowName = form.find("coral-select-item[selected]").text();`, which appends the text of the selected dropdown values. The custom dropdown I introduced is also a dropdown, leading to the concatenation of t
Hello, I am attempting to pull information from a .csv file and would like to map that data to specific fields on a project. The csv is originating from a spreadsheet. There are a few cells in the spreadsheet that I would like to map data to some project fields. The CSV file that is being uploaded parses with no data in the bundles, only the header: Any insight on what I need to do in order to access the rest of the data in the csv? Could it be how the excel sheet is formatted?Why are my bundles showing up blank? Here is my Parse CSV Module for context:
Hi Team,Can someone help me solving below error? Below is my code to dynamically populate dropdown from a json file but it is not working. I have followed the tutorial given by @arunpatidar . I am getting below error in my code:20.05.2025 17:21:58.487 *ERROR* [[0:0:0:0:0:0:0:1] [1747741918452] GET /mnt/override/apps/mysite/components/content/dynamicdropdown/_cq_dialog.html/content/mysite/us/en/demo-page/jcr:content/root/container/container/dynamicdropdown HTTP/1.1] org.apache.sling.servlets.get.impl.DefaultGetServlet No renderer for extension html, cannot render resource TypeOverwritingResourceWrapper, type=/bin/mysite/datasource, path=/mnt/override/apps/mysite/components/content/dynamicdropdown/cq:dialog/content/items/column/items/dropdown, resource=[FilteringResourceWrapper, type=granite/ui/components/coral/foundation/form/select, path=/mnt/override/apps/mysite/components/content/dynamicdropdown/cq:dialog/content/items/column/items/dropdown, resource=[FilteringResourceWrapp
Any one has done Implementation of CSP with Nonce for Inline scripts in AEM as we are using CSP in dispatcher. how we can update Nonce dynamically in CSP and script both?
Hello,Yesterday saw the notice that AEM SPA Editor is being deprecated and the option suggested is to use Universal Editor or Content Fragment Editor. The SDKs are in feature freeze.https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/implementing/developing/hybrid/spa-editor-deprecationI always thought Universal Editor was used in Adobe Edge Services.I looked at SPA Editor as an option that allows us to use the AEM authoring features to create the page hierarchy, assemble the pages, use AEM as a Headless CMS using Content Fragments + GraphQL and also by using the model.json selectors for the pages.Is there a reference implementation using the Universal Editor for a hybrid implementation of SPA?Regards,Manish
Hi, I have a breadcrumb component on a page that is 5 levels deep. The pages at levels 2, 3, and 4 are not ready yet, but page on level 5 is ready for go live and we'd like to offer users the ability to see Home > Page on level 5 on the breadcrumb if possible. I have set the page properties for pages on levels 2, 3, 4 to enable 'Hide in navigation', and it seems the breadcrumb can only handle levels 2 and 3 being hidden, but it cannot hide level 4 on the published page. What is really interesting is the author view and preview published view both hide the level 4 page, so the breadcrumb displays Home > Level 5 page. The published page breadcrumb shows Home > level 4 page > level 5 page. Has anyone seen this?
Hi,I have to provide the html of the page in the json format for third party integration.I have created 1 page and authored multiple component on the page so I am good with the html structure/ex. /content/company-eds/navigation-test/nav.plain.html is the path of the page and below is a sample html which I am getting for this page.<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> </head> <body> <div> <div class="main-navigation"> <div> <div>Tttle</div> </div> <div> <div>subtitle</div> </div> <div> <div></div> </div> </div> <div class="section-metadata"></div> </div> <div>
Hi everyone, Recently we started experiencing an issue with History log not showing the run history properly. Sometimes it just opens the execution, but without actual data flow and sometimes it shows an errorUsually, it happens with the scenario when it has large number of operations. Have you encountered this? If so, what was your fix?
HI there,We have integrated Workfront with Azdo boards and bringing any Issues created in Workfront as user stories in Azdo using Fusion scenario. We have a requirement to bring any comments updated in WF request to Azdo user story. For this I have used "Watch a record" module on a project, configure to watch for "update records only". This module is bringing any update on WF request and due to this, this module is bringing many bundles as output (any field updates). I feel like this is not an optimal way and looking for other options to bring in only WF request comments. Also was checking "Watch field" module but don't see an option to select "Notes" Record type. Appreciate if anyone can provide any suggestions/pointers to bring only "comments" updates. Thanks.
The information about traffic do not appear each time
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.