Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
Hello Team, One of the customers has an issue around the Connected Assets in AEM. The connection between CMS and RemoteDAM has been successfully established, and authentication from CMS to RemoteDAM is also successful. However, when attempting to drag and drop RemoteDAM assets from the CMS authoring page, the images are not being displayed/loaded properly. To provide further details about this issue:Reproduction Steps:I have attached an image file that demonstrates the steps to reproduce the issue. Version Information:AEM version 6.5 for RemoteDAM. Error Messages or Error Codes:Resource /content/dam/connectedassets/pecobo/en/private/adobe-test/galaxy_universe_stars_125862_2560×1440.jpg.ximg.i_12h.smart.jpg not found.Any help/suggestion would be greatly appreciated.
Hi team,I wanted to post this in the LiveCycle forums but it's archived and I need help on this because the guide doesn't explain where I need to look to make this width change work. I have a table with 4 columns where I'm able to manipulate their column widths via this JavaScript command this.resolveNode("Table1").columnWidths = "1.0in 1.0in 3.0in 1.0in"; But if I move this Table under a Page, the function doesn't do anything and it will go with the dimensions that are predefined in the table. How do I get it so I can have the table within the Page and be able to dynamically adjust the columnWidths in the JavaScript layer? Note: The layout is flowed for the subform (top to bottom)
October 2023 release notes Check out what's new and improved in the latest Adobe Journey Optimizer product release update: Release Notes New capabilities Sandbox tooling: Sandbox tooling allows you to copy objects across multiple sandboxes by leveraging package export and import. A package can consist of a single object or multiple objects. Any objects that are included in a package must be from the same sandbox. Multimedia Message Service (MMS) in SMS: With the SMS Channel, you can now enhance your communication by sending Multimedia Message Service (MMS) messages, enabling the sharing of images, GIFs, or videos with your customers. Note that this feature is currently available with Sinch only. Please find the detailed information around the new capabilities and improvements here: Latest Release Feel free to reach out in case you have any questions and/or feedback through the below comment section.
Hi All, I have overlayed node from /libs/cq/inbox/content/inbox/details/workitem/jcr:content/content/items/tabs/items/workflowcomments to /apps/cq/inbox/content/inbox/details/workitem/jcr:content/content/items/tabs/items/workflowcomments I have added custom node under workflowcomments in apps folder.But this node is not appearing on the page unless I add all the properties of workflowcomments and child nodes in /apps as well. Ideally, when we overlay node from /libs to /apps we only add properties/nodes that we want customize. Rest of the data should be coming from /libs. But in this case, I'm having to add all properties and nodes in /apps and customize to reflect on the page. This is kind of contradicting the AEM overlay concept. Could anyone help me understand here. Many Thanks,
In a recent post you learned that specific characters must be URL-encoded before storing String/Text fields in Marketo. You don’t need to encode the whole value, and other characters should be left alone for readability. Below I show to do that kind of selective URL-encoding in 4 languages: JavaScript, Java, PHP, and C#, and how to decode in Velocity for correct email output. Decoding in Velocity I’ll cover decoding first because it’s so easy. Just do: #set( $decodedStuff = $link.decode($lead.encodedStuff) ) $link.decode doesn’t care if the entire input isn’t URL-encoded, as long as the URL-encoded parts are done right. (This is how the URL decoding function works in all languages that I know of. And it makes sense: otherwise, a string like My%20love%20of%20🥨%20is%20twisted could never be decoded, despite it having a single very clear meaning!) Encoding in a variety of languages In all cases, we
So, not too long ago, my fellow Adobe Professional Services consultants and I were having a mini-meltdown in our Slack channel because one of our productivity tools had changed the user interface dramatically with its latest update. (Hey, we’re only human – we get used to things being organized a certain way just like anyone else does!) Nobody particularly loved the change and our reactions ranged from “Okay, I will take a few hours and figure out how to use it” to “How do I turn it off and go back to what it used to be?” For the record, I reverted to the old interface until I either, a) have more time available to me to explore it and decide how to make it work for me or b) the software forces my hand and stops allowing the regression. When my teammates teased me that I was resistant to change, I said no, I’m actually good at change and here’s why: I prioritize my finite amount of energy for dealing with change like this – Change I cannot contro
Welcome to the 9th edition of the Adobe Marketo Engage Community Lens. In this edition, get tips in the new "Tuesday Tech Bytes" series, submit your innovations for the Adobe Experience Maker Awards, and discover the latest in Adobe Dynamic Chat. Also, read about how you can enjoy personalized recommendations on the Marketing Nation Community and learn how to optimize your B2B web platform with an Adobe Target x Marketo integration. Plus, don't miss updates on the Marketo Events Apps, Adobe Dynamic Chat, and more. There's SO much more as this is just the tip of the iceberg, be sure to scroll down to view announcements that might be most interesting to you! Highlights Attend a Marketo Engage User Group to network with and learn from fellow customers: Marketo Engage User groups are customer-led meetups held virtually and in person around the world. Check out our upcoming meeting calendar below to find a meeting that works for you. Note: Most virtual meet
Summit Registration: https://adobe.ly/3Yk2k6X Session Details Root for the finalists of our global Adobe Experience Manager Rock Star search as they share their smoking hot tips, tricks, and strategies. Each participant has a fixed number of minutes to talk about a business challenge and present a live demo of how to use Experience Manager and other Experience Cloud solutions to solve it. Come have a blast as we entertain and deepen your digital marketing and technical repertoire to become your company’s Experience Manager rock star. The winner, chosen by our esteemed judging panel, which includes Adobe engineering leaders and a past rock star winner, will be announced during the session. This intermediate session is suitable for all industries. Session Recording Session Schedule Date:2023-03-23, Time:13:30:00 PST & Session Length:60 Speaker(s) Darin Kuntze (Adobe) & Kaushal Mall (Adobe) Session Room Palazzo EF Product(s) Adobe Experience Manager Full Schedule Chec
Hi Experts, Currently I was looking Customize Digital Assets in AEM. That time I was trying to create processing profile in assets, I got this error "Unauthorized Cannot serve request to /mnt/overlay/dam/gui/content/processingprofiles/editor.html in BundledScriptServlet (/libs/dam/gui/coral/components/commons/contentchecker/feature/feature.jsp)". If anyone know they solution kindly guide me.
Hi Team, We overlay omnisearch header under /apps[/apps/granite/omnisearch/content/metadata/asset/actions/selection] and copied create button from /libs [/libs/dam/gui/content/assets/jcr:content/actions/selection/create]. Was able to get create button, but functionality didn't work as expected, have updated couple of js files but no luck. Is this the right way to achieve this functionality? We are looking to achieve workflow trigger functionality in assets search results console. Couple of other options:1. Overlay the create button2. Extend the create button [didn't work as expected]3. Create custom button with custom model and functionality [Final Option] Thanks in advance.
Hi all,Plan to upload assets to AEM as a CS by following 3 step as mentioned in below link. https://experienceleague.adobe.com/docs/experience-manager-cloud-service/content/assets/admin/developer-reference-material-apis.html?lang=en#asset-upload After completion of asset upload need to "replicate" and process few "custom metadata" for assets. How can we proceed for incorporating both features in existing code. Regarding Sling content distribution concept around replicate is unclear how to proceed. Note: We are hitting 3step process from UI/front-end. Any suggestions or inputs around would be really helpful. Thanks.__PRESENT
We have received an email with the subject "[Improving Cache Strategy for Your AEM as a Cloud Service Solution]." However, I haven't made any changes to the cache rules in dispatcher\src\conf.dispatcher.d\cache\rules.any, and I have observed that images in the current Publish external environment indeed have "Cache-Control: private."Where should I begin to address this performance issue and where can I look to identify the source of the problem? Here's the email content:Background:While reviewing the logs from your Production environment, we noticed that some of the calls requesting assets are currently configured to use "private" in the Cache Control, which prevents these specific requests from being cached.Recommendation:We recommend adjusting the response_cache_control for the resources you want to cache by removing the "private" directive.Including this value in the Cache Control header prevents the specified resource from being cached.
Target Standard/Premium 23.9.4 (October 4-6, 2023) This release contains the following enhancements and fixes: Feature Details Recommendations implementation pattern The Recommendations implementation pattern using at.js articles help you understand and create your Adobe Target Recommendations implementation when using the at.js JavaScript library. For more information, see Recommendations implementation pattern using at.js overview in the Adobe Target Developer Guide. Added Visual Experience Composer (VEC) enhancements for dynamic frameworks. (TGT-44064) Fixed an issue that caused the selected date in the getViewInAnalyticsId request to not update properly. This fix helps recompute the Analytics link in reporting when the date range and metrics report settings are changed. (TGT-46246) For more Adobe Target release notes, check out Target Release Notes (current)
Target Standard/Premium 23.9.3 (September 18, 2023) This release contains the following enhancements and fixes: Enhanced the Visual Experience Composer (VEC) to support Lightning Web Components (Light DOM). (TGT-45422) Fixed an issue that caused VEC actions to be applied in the incorrect order. In some cases, the VEC applied some modifications asynchronously and adding extra modifications to an element caused errors if that element displays after an Insert action. Also fixes the VEC URL that now updates when clicking anchor links. (TGT-45983) Fixed an issue with the VEC Overlay feature, which now supports elements in Shadow DOMs. (TGT-45202 & TGT-45262) Fixed an issue when opening a Single Page Application (SPA) page in the VEC and then going to Browse mode caused the Back and Forward arrows to not function correctly. (TGT-45956) Fixed an issue that prevented some web pages from loading in the VEC. (TGT-45983) For more Adobe Target release notes, check out Target Rele
AEM: How to use nested Multifields in your components (using a Sling model vs pure HTL) by Theo Pendle Abstract How to extract the values from a TouchUI nested Multifield using HTL or a model, and a comparison of both solutions Adobe has a helpful tutorial on using a Multifield in a component. This tutorial is good to get the basics but it has two flaws. Firstly, it does not cover nested Multifields and secondly it is actually a bit wrong as it uses a hybrid HTL/Sling Model solution. In this article, I will show you two ways of using the data from a nested Multifield in your component: 1. Using a java Sling Model 2. Using pure HTL (no model at all) Creating the edit dialog Whichever solution you wish to use, you will need a basic component with nested Multifield cq:dialog. So let’s create that now. I will create my component under /apps/demo/components/content/demo. For now let’s just give it a very simple demo.html file: Demo Read Full Blog AEM: How to use nested Multifields in you
I made the connection to Dropbox but the assets inside the mapped folder aren't importing. Is this a configuration on the Dropbox app side? Thanks.
Hello community members, I am wondering if anyone knows of an OOB option that allows me to display a list of avaialble pages (link) within a specified path(/content/wknd) along with showing the "created by" , "created date" and "lastmodiffiedBy" metadata information. Do you have any suggestion about how to achive this or any recommendation requires minimum code change. Thanks
I'm trying to get sitemap.XML content from code using the status is showing ok but the content is coming null.
Hello,We are trying to create custom Layout Container(wcm/foundation/components/responsivegrid) component and allow some components to add inside it.Below are the steps:1. Created a new "Custom Layout Container" component and given it's superType assling:resourceSuperType="/libs/wcm/foundation/components/responsivegrid" 2. Added the policy in the template for this new Custom Layout Container to add components inside it. The problem I'm facing is, after adding this new "Layout container" on a page, not able to add any other components inside it. It does not have any height (which ootb layout container has and "Drag Components here" is also not coming. Has anyone experienced this issue? Thankyou.
Hi AAM Users, We value your feedback and would greatly appreciate your help in shaping the future of our products. Your opinions and suggestions are invaluable to us, and that's why we're conducting this product survey. Participating is easy and will only take a few minutes of your time. Here's what you need to do: Click on the Survey link: Answer the questions honestly and as thoroughly as possible. We want to hear your thoughts, whether they're positive or constructive. Submit your responses. Please do share this survey with your Organizations and Peers to get more submissions. Much appreciate your assistance in the advance. -Nimasha
Details Discover the exciting features and innovations in the latest release of Adobe Experience Manager (AEM) Cloud Service, version 2023.10.0. The features in this release focus on Experience Manager Assets and Forms innovations and include the following: Assets: Adobe Express editor in AEM Assets (*live Nov 16, 2023) Cross org support for Creative Cloud libraries Bulk import connectors for oneDrive Forms: Core Component custom properties support in AEM Forms (Prerelease) New Templates and Themes for AEM Forms Release Overview Video Watch the comprehensive release overview video to get an in-depth understanding of the enhancements brought by AEM 2023.9.0. Seed Q&A Please use this thread to ask questions related to this release. See all the Previous Releases here and Current Release Notes here.
A Marketo user needed something that’s not covered in my old input mask tweaks post nor the more tweaks follow-up (both recommended!). To comply with internal requirements, one field may only have Latin-1 characters except digits 0 to 9 — blocking everything beyond the first 255 Unicode codepoints — while not requiring a specific length. Both requirements are tricky and not built-in. The first, allowing Latin-1 except for standard (Arabic) digits, requires a custom mask character. Built-in mask a only allows ASCII a to z and A to Z . (I’ve warned before about assuming it allows “letters,” which isn’t so!) And built-in 9 only allows digits 0 to 9, which is the opposite direction. To allow basic English and Romance-language letterforms plus punctuation and whitespace, but not ASCII digits or anyth
The future of customer experience starts with digital innovators. We’re seeking visionaries who have set a bold new digital standard in their organizations and industries over the past year. If that’s you, apply to be recognized as remarkable in one or more of our 11 categories for the 2024 Adobe Experience Maker Awards. Learn more and apply today.
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.