Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
Dear Developers/Architects, I was trying to create packages programatically in AEM, it fetchs given page's path and page's reffrences like xf paths and dampaths(more than 1500 dampaths), i combined content path and xf path in seprate package(package-0). when comes to dampath i splited the dampath in to 300 dampath/package and tried to create packages(package-1,package-2 & viceversa..). when i ran this code in my local aem instance, i was able to create spilt of packages(combined (xf & content paths) package and split of dampath packages) without any issues. when i deploy the code on AEMasCS, im getting gateway timeout issue. Kindly let us know your suggestion on this...java code if the dampath more than 300
Every time I visit some pages I get an error message "com.adobe.cq.sightly.WCMScriptHelper Failed to locate script webpush.html". Has anyone ever had something like this? please show me another way to fix it
Hi All, We are excited to announce that we have enabled a new Commenting Beta experience in your Preview environments. The experience is aimed at providing better performance and enabling the delivery of modern commenting features and functionalities. It is available for the issue object only for now and will be gradually enabled for other Workfront objects and locations. The toggle is planned to be made available in production with 23.2 release, so we invite you to test the new experience and share your valuable feedback. There is an in app feedback button when you switch to the Beta experience. Some of the long awaited feature enhancements are available with this experience: Real time updates Editing comments Removing people from the threads Seeing comments separately from the system updates We would also like to get your feedback on the usage of the following features that are located on the current and are not available in Beta commenting experience: Lo
Hi,I've a few pages that have been rolled out using MSM and then manually activated/published. The problem is that some of them don't have any versions created on publication.Looking at a page with versions I see:{"jcr:primaryType": "cq:Page","jcr:createdBy": "...","jcr:created": "Tue Aug 15 2017 22:55:32 GMT+0000","jcr:content": { "jcr:primaryType": "cq:PageContent", "jcr:mixinTypes": [ "mix:versionable", "cq:LiveRelationship" ], "jcr:createdBy": "162738", "jcr:title": "Visa and health", "cq:lastReplicationAction": "Activate", "jcr:versionHistory": "5a9ba82c-1853-4ff8-8e5d-2ba6156d072b", "cq:template": "/apps/xxx/global/templates/full-width", "cq:lastReplicatedBy": "320432", "redirectTarget": "/content/...", "cq:lastRolledout": "Wed Aug 16 2017 06:38:12 GMT+0000", "jcr:predecessors": [ "1484877d-47e8-410d-ba23-46cb1c58bf72" ], "jcr:created": "Tue Aug 15 2017 22:55:32 GMT+0000", "cq:lastReplicated": "Wed Aug 16 2017 02:08:05 GMT+0000", "cq:lastModified": "Wed A
Watch the on-demand recording here.We all can agree that flawless customer journeys are at the heart of exceptional customer experiences and creating such experiences is much easier said than done. We often struggle to pinpoint exact journey friction points and fiddle with various metrics and visualizations to find them. The lead time to address these insights makes the process even more critical. This webinar aims at harboring Adobe Analytics data to its true potential to identify customer pain points and quickly address them. Join us to understand:Key concepts of ideal customer journeysHow to set up Adobe tagging to capture omnichannel user journeys (even with Adobe Analytics Standard license)Use Adobe plugins to capture crucial metrics during the flowUse calculated metrics and visualizations to understand journey falloutEngineer data to build advanced personalization strategies (including data science) Watch the recording featuring Adobe Analytics Champion, Isha Gupta, as she d
I have one asset (image) file.jpeg and I can access it in the author as well as publishers but when I am trying to access the asset through the VIP url I am getting error 404.and it is working in other env Stage.I have compared working and non-working env config files and they are same (dispatcher.any) also cleared the cache at the dispatcher level .not sure why is not working?
Introduction In our increasingly interconnected world, currency conversion plays a vital role in both finances and international business transactions. Whether you are a retail customer, ecommerce customer, or banking finances for your global business, understanding how currency conversion works for at reporting tools is important. In this comprehensive guide, we will explore how Adobe Customer Journey Analytics (CJA) helps with currency conversion for global transactions. Currency Conversion Overview Currency conversion refers to the conversion of monetary values from one currency to another within the context of online transactions or metrics. This provides a clearer understanding of their digital performance across different markets. With CJA’s currency conversion feature, customers can effortlessly combine multiple currency metric values tailored to various countries and convert to a single unified currency metric. This not only streamlines the process but also eradi
We are developing a SPA site in AEM and its come time to test the app on our testing dispatcher environment but the app doesn't load anything from the model on dispatcher. There's no issues with it working on Author or Publisher. I can see the call to "en.model.json" producing a 200 and can open the model url no problem and see the content but the app itself just produces a white page. We have path shortening on via mappings and the dispatcher settings but I have it turned off for *.model.json as the React app is requesting the long path (/content/site/en.model.json). Are we missing something here? Is there any way to troubleshoot this? Console is clean, error log is clean and dispatcher logs are all clean.
Hi we would like to to change URL of the page without republishing the references so unticked the “republish” box for the pages seen in the screenshot but they got republished regardless. Actually its working fine on the OOTB workflow.Can anyone share the ootb code for the workflow, it helps me how they are skipping republising when republish checkbox is unchecked. Thanks,Vani
I added a new component to my editable template by source code, editing ui.content\src\main\content\jcr_root\conf\my-site\settings\wcm\templates\my-template\structure\.content.xmlandui.content\src\main\content\jcr_root\conf\my-site\settings\wcm\templates\my-template\policies\.content.xml I added an embed component. And it's being added to all the pages.However, in new created pages the component shows a list of embeddables whereas in already existing pages it does not. In new pages: In already existing pages: I know embeddable options are controlled by policies, which are working because the radio button is restricted to "Embeddable / None" via policy (there are more values). I checked both pages using this template. What could be the cause for this? We use AEM as a Cloud Service. Thanks.
I want to load the changes of target activity on button click not on page load.
Hi, I have a component with a cq dialog with several tabs, they share the same content so i separate them. This is one of the tabs<firstcardtab jcr:primaryType="nt:unstructured" jcr:title="First Card" sling:resourceType="granite/ui/components/foundation/section"> <layout jcr:primaryType="nt:unstructured" sling:resourceType="granite/ui/components/foundation/layouts/fixedcolumns" margin="{Boolean}false"/> <items jcr:primaryType="nt:unstructured"> <column jcr:primaryType="nt:unstructured" sling:resourceType="granite/ui/components/foundation/container"> <items jcr:primaryType="nt:unstructured"> <tabconfig jcr:primaryType="nt:unstructured" sling:resourceType="granite/ui/components/coral/foundation/include" path="/components/content/homepage/featurededcthoughtleadership/cq:dialog/tabs/content" /> </items> </column> </items></firstcardtab>I have a select with cq-dialog-dropdown-showhide so I need to se
I have used the below script to convert a date time field to local time zone. But, it is not giving the expected result when I use it in Adobe Livecycle Designer.var gmtDateString = "2024-01-16T18:24:56"; // Parse the GMT date stringvar gmtDate = Date(gmtDateString); // Get the local timezone offsetvar localTimeZoneOffset = Date("1900-01-01T00:00:00") - Date("1900-01-01T00:00:00UTC"); // Adjust the date by adding the local timezone offsetgmtDate = DateAdd(gmtDate, 0, 0, 0, 0, localTimeZoneOffset, 0); // Manually construct the adjusted date string for the local timezonevar localDateString = gmtDate.getFullYear() & "-" & padZero(gmtDate.getMonth() + 1) & "-" & padZero(gmtDate.getDate()) & "T" & &nb
User Administration in AEM as a Cloud Service (AEMaaCS) has changed significantly compared to AEM on-premise. Now users are managed in the Admin Console - which can be a bit intimidating at first. In this article I'll outline the basic concepts and share the lessons I have learned and what I consider best practices. Read the full article on medium.com:A Map to Navigate through AEM as a Cloud Service User Administration
Hello everyone,I'm currently working with AEM's table component, and I have a question regarding the toolbar buttons in the rich text editor that appears when I open the component toolbar's settings dialog.I would like to rearrange the buttons in this toolbar. However, I've noticed that some buttons, particularly the ones related to table creation, are not displayed unless I go into full-screen mode, which is a bit inconvenient.Is there a way to customize the order of buttons in the rich text editor toolbar without going into full-screen mode? Your insights and suggestions would be greatly appreciated!Thank you in advance. normal mode full-screen mode
I'm working on the implementation of html to pdf generation, where i have done below pom config, <dependency><groupId>org.xhtmlrenderer</groupId><artifactId>flying-saucer-core</artifactId><version>9.1.20</version></dependency><dependency><groupId>org.xhtmlrenderer</groupId><artifactId>flying-saucer-pdf-openpdf</artifactId><version>9.1.20</version></dependency><dependency><groupId>org.xhtmlrenderer</groupId><artifactId>flying-saucer-pdf-itext5</artifactId><version>9.1.20</version></dependency><dependency><groupId>org.xhtmlrenderer</groupId><artifactId>flying-saucer-pdf-osgi</artifactId><version>9.1.2</version></dependency><dependency><groupId>org.xhtmlrenderer</groupId><artifactId>flying-saucer-core</artifactId><version>9.1.20</version></depen
Last updated date: January 22, 2024 Hi Marketo Engage Community, As we approach the end of the year, I am excited to share that we have planned a new 'Learn from your peers' webinar in January 2024. As an administrator, you develop Marketo Engage person scoring model based on the real business value of the scoring elements compared to each other. But what if that business value varies in different markets? How do you allow for local influences without losing consistency across your organization? Tune in as Marketo Engage Champion, @katja_keesom shares how to find this tricky balance. Key topics you’ll learn: Why local flexibility is important but cannot turn into the Wild West of person scoring without control How to set up a transparent and scalable person scoring model The best way to implement this in Marketo Engage, allowing for local market flexibility while keeping the model logical and consistent.&nbs
Hello everyone,I have a problem with a custom component, I have created a component with sections 1 with a core title component and one with 4 teaser cores, I imported them into the code like this<div class="aem-Grid aem-Grid--12"><div class="aem-GridColumn aem-GridColumn--default--6"><slydata-sly-resource="${ 'title' @ resourceType='mrll/components/title' }"></sly></div><div class="aem-GridColumn aem-GridColumn--default--6"><div class="aem-Grid aem-Grid--12"><div class="aem-GridColumn aem-GridColumn--default--6"><slydata-sly-resource="${ 'teaser1' @ resourceType='mrll/components/teaser', decoration=true }"></sly></div><div class="aem-GridColumn aem-GridColumn--default--6"><slydata-sly-resource="${ 'teaser2' @ resourceType='mrll/components/teaser', decoration=true }"></sly></div><div class="aem-GridColumn aem-GridColumn--default--6"><slydata-sly-resource="${ 'teaser3' @ resourceType='mrll
I logged into Workfront and selected Timesheets. However, instead of seeing my timesheet entries I can now only see entries for my direct reports and not for me. Please help me locate my timesheet so I can enter and submit.
Exciting times here at Marketo Measure! There are 9 newly released Discover Dashboards that are already released to ALL Marketo Measure instances. Here's what's new: Revenue Overview Board - The Revenue Overview dashboard provides insights into the total revenue derived from your CRM, shedding light on your marketing strategies’ role. It offers an overview of how marketing influences your overall revenue and contributes to the successful closure of deals. Attributed Revenue Board - The Attributed Revenue Dashboard offers a focused perspective on the revenue directly linked to your marketing endeavors. Explore how your marketing strategies have been instrumental in sealing deals. ROI Board - The ROI Dashboard provides marketers with a granular view of returns on investment across channels, subchannels, and campaigns. It meticulously breaks down cost and revenue patterns, while also spotlighting metrics like cost-per-lead, deal, and opportunity, ensuring a co
Interactive Webinars is the latest capability offering in the Events and Webinar Marketing space intended to act as a one-stop solution to all the needs of an event marketer. Events are one of the high-impact and long-spanning marketing channels wherein the activities required to make the right impact are greater than some of the other channels. The event lifecycle starts from planning events to scheduling individual events, from promoting events to sending registration confirmations, from configuring the event to delivering the event and from analyzing the event performance to nurturing the participants further for quicker conversion. All these activities are highly time-consuming, prone to errors, involve multiple tools and have a huge brand impact on the entire prospect base. Interactive Webinars pack all these activities in a single solution that can help event marketers execute the event marketing lifecycle efficiently and effectively as well as increase the overall
I have created a content fragment in English and have created a live copy of the CF inside /europe/uk/en/. When I synchronize the language copy, all the changes are moved to the live copy. There is a use case when I need to cancel the inheritance , and there is an option which mentions that, when you click on Edit Live Copy but even when checking the Live Copy Suspended checkbox, which should ideally cancel the inheritance, the synchronize is still happening. Is there an OOTB way to cancel the inheritance in this case?
Dear Campaign Community Members, Happy new year to all! We're thrilled to announce that starting this year, we are revising our Contributor of the Month program to ‘New Contributor of the Month’ program! With this change, we want to celebrate and encourage the fresh perspectives and enthusiasm of our newest members. Starting next month, we would be spotlighting our new members each month who have shown outstanding contribution the previous month with their answers and comments to help their fellow Community members. How Can You Help? Welcome new members warmly and encourage them to share their thoughts. Nominate someone you think deserves this recognition by reaching out to me via Community Direct Message. Continue to be the fantastic, supportive community you've always been! We believe this initiative will not only give a platform to new voices but also inspire a continual cycle of learning and sharing within our community. Let's all rally to suppo
5 Reasons Why Your Stakeholders Should Use Dynamic Chat Marketo Dynamic Chat has emerged as a game-changer, seamlessly integrating into your marketing and sales strategy. Embarking on my journey with Marketo Dynamic Chat has been nothing short of a revelation, reshaping the way I approach marketing and sales. In this blog, I'll share my firsthand experiences, highlighting five pivotal reasons why incorporating Dynamic Chat has become the cornerstone of my success. Turbocharging Nurturing and Streamlining Sales Cycles Dynamic Chat swiftly became my go-to solution for accelerating nurturing and shortening sales cycles. Through personalized conversations, it became the linchpin for: Real-Time Engagement: Witnessing the immediate connection formed with prospects through personalized interactions was nothing short of transformative. Guided Journeys: Navigating leads through the sales funnel became seamless, with Dynamic Chat providing tailored information at every turn.
I have a requirement to embed Instagram images/videos to our website. I was using embed component for that, it should be working by default for youtube, facebook, instagram etc. It is working fire with youtube/facebook and recognising the url but while adding any instagram url it not recognising at all(throwing error msg- this embed url is not supported). I did some investigation and found it works via oEmbed API and all endpoints/schemas/API url can be checked from here https://oembed.com/providers.json here it is given as https://graph.facebook.com/v10.0/instagram_oembed while in our confMgr it is diff. I tried replacing it with this url, Insta url is then recognised but still image is not appearing on page. Any suggestions?
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.