Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
Have you inherited, or are you just kicking off your journey with Marketo Measure (formerly Bizible), and you don’t exactly know where to start? I hope that this post and subsequent resources help you get started off on the right foot! At the very highest level, you have a few things that need to be checked over and/or set up. Template sheets for setup. Get all your ducks in a row before you even dive into the system! This is also a great way to keep track of any changes as your org changes. Since you will likely make changes to Marketo Measure and will need to have a central document all team members can access and reference, this is a best practice to have up to date. It also serves as a changelog to reference when understanding what changes were made, when, in case that is needed down the line. (See the Marketo Measure (Bizible) Channel and CRM Campaign Setup attachment in this post!) The Marketo Measure app. This is the place you navigate to via the Adobe Admin Conso
I'm trying to generate a ticket with a particular cadence (monthly, quarterly, etc) based on an Excel spreadsheet I receive in Outlook. I can schedule the report/spreadsheet to be sent to my email at particular intervals but wondering how I could get that email to propagate an Issue in Workfront and appear on my team's Kanban board? Is this possible?
Hello, I'm trying to create a calculated field on a task level report adding the handoff date + the duration with the answer being the date and time of day. I cannot use projected completion date since it moves each day the task is not started. This is what I have so far, however, the calculation is not taking into account the duration if there's a decimal involved. We use decimals for duration - 1.5 days, .5 days. valueexpression=ADDWEEKDAYS({handoffDate},({durationMinutes}/450)) Note: 450 is the amount of minutes in a work week as we are on 7.5 hr days)textmode=truevalueformat=longAtDatedisplayname=Task Due Date
Hi All, We have a requirement to establish connection between SAML enabled AEM with APIGEE, so that dependent applications can do a server to server integration via APIGEE. Is there any specific documentation available for AEM to APIGEE integration?
Author: Jaemi Bremner (@Jaemi_Bremner) In this post, Adobe Experience Platform introduces the fourth in its series of Digital Experience Blueprints — a whole new way to learn and understand how you can use its technology to build incredible customer experiences in real-time. The challenge in creating incredible customer experiences isn’t a lack of data. Architecting an amazing experience should be easy with all the customer data enterprises collect today. Yet doing so remains an elusive goal for many not because they don’t have the data they need, but because they cannot get that data into the right place at the right time and in a way that allows them to fully leverage it. Every day, customers interact with a brand, whether on the web, a mobile app, or in a physical store. A company is collecting these behavioral and personal data from these channels then storing it in multiple databases and systems throughout the enterprise. Building the 360-degree view of the customer ent
As we all know, cross-client-compatible email design means HTML 4-era <table> elements, a smattering of CSS2 styles (usually inlined, with <style> sporadically supported), and conditional VML for Outlook. But don’t get that twisted and think other old-school HTML elements are safe to use. Sure, the <center> element achieves the alignment you want in all mail clients — if the person ever sees the email! The problem is perfectly valid HTML inside a <center> can get the whole email flagged as spam due to longstanding antispam rules. <center> was bad from the start The <center> element is ancient in internet years. (Even in human years, it’ll soon be picking out outfits for its 10-year reunion.) It was only reluctantly accepted into HTML 3.2 because a prominent browser had invented it in the interim: CENTER was introduced by Netscape before they added supp
Many would think, is it possible to use Account related custom objects in velocity scripting? Yes, it is provided it is created and lookup field is mapped correctly. When the SFDC Custom Object (linked with a SFDC Account) is the child object where SFDC Account Object as a Parent, then only we can use the custom object data in Velocity Scripting. Let me show an example: Have the SFDC Admin create the custom object associated with an Account with a Lookup field to the Account Object This ensures the custom object is the child object and Account object is the Parent Eg: Create other fields on this custom object and save Enter the data for this custom object Ensure the Sync user has access to all the fields of this custom object as well as this object Eg. Sync the custom object with Marketo Refresh the schema Identify the newly created custom object Click Enable Sync Remember, you can sync any custom object upto 2-level deep
It has been announced that that IOS 15 update for all apple devices will start masking IP addresses of users and will be compounding those to the nearest iCloud server. There have speculations that it will only be a feature for users who are enabling secure browsing on safari, with an iCloud + subscription. But we can foresee this happening to all users. With over 44% of mobile traffic coming from apple devices, it will be a huge impact on geo based personalization activities. How should one tackle this issue? Are there any workaround for this issue?
Logging time in Workfront can provide valuable data to help you accurately plan and forecast, but overcoming that initial hurdle of getting your users to actually log time is no small feat. THANK YOU to these four amazing panelists for sharing their experience, best practices and recommendations for capturing time in Workfront on today's [February 9] first-ever Customer Panel, in partnership with Adobe Workfront Customer Success. Daniel Clarke @danielcl4 , Sysco Corporation Lindsey Brown @lindselib , Advisors Excel Madalyn Destafney @madalyn_destafney , Micron Technology Ramanan Lingamoorthy @ramanan_l , Mobile Climate Control For those who were not able to attend today's session, you can watch the on-demand panel here and download a copy of the slide deck with sample reports from the attached PDF. If you have any follow-up questions or additional best practices on tracking time, please post a reply to the thread. Let's k
I am using a sandbox environment for aem. I want to use rest API of AEM and while using them on chrome browser I am getting a json response but while using those APIs in postman I am getting status 401 Unauthorized in response and body part of response is blank. In response headers I am getting www-authenticate header as Basic realm="Sling (Development)". I have matched username and password in authorization parameter that is correct.
Code courtesy of @adrianfraguela! 🙂 ##The following will generate calendar tokens for Google and Outlook. Based on Sanford's amazing Agical - https://blog.teknkl.com/introducing-agical-io-the-smarter-ics-file-generator/ ##01 - Setting variables #set($event_organizer = "Team") #set($event_title = "NAME OF EVENT") #set($event_timezone = "America/Los_Angeles") ##IMPORTANT! FOR THIS TO WORK MAKE SURE TO USE A CANONICAL https://en.wikipedia.org/wiki/List_of_tz_database_time_zones #set($event_start_date = "YYYY-MM-DD") ##YYYY-MM-DD #set($event_start_time = "HH:MM") ##24 hour format #set($event_end_date = "YYYY-MM-DD") ##YYYY-MM-DD #set($event_end_time = "HH:MM") ##24 hour format #set($event_reminder = "15") ##Reminder of the event that pops up in someone's calendar #set($event_all_day = false) ##true/false - used for events that span multiple days #set($event_lobby =
I have created custom-tool. That tool is having 'href' property pointing to /conf/project-name/custom-tool/custom-tool. It has sling:resourceType => /apps/project-name/components/tools/custom-tool(sling:resourceType : granite/ui/components/shell/page). But content node is not getting rendered.
First, how do we turn off the smart tags on Adobe Experience Manager? Second, how do we remove the smart tags that it has added to items? Is there a way to do it in bulk or does it have to be done manually one by one?
Hi team, I am using aem 6.5 I have created a workflow to run on page publish. It's very small one step workflow. But page publish load is very high that execution it stops working without giving any error. If I restart the custom workflow Java component then it starts again. Is there any way to address this issue Load is very high for page publishing that it daily 500 pages gets published. And same no of time workflow has to work. But it stops executing after 300 400 page activation. Everytime knowing workflow stopped is not possible Also restarting prod component is also not feasible. Anyone faced similar issue? Please address solution for same.
Hi, I am trying to rename a node using session.move() method, but getting the following error: CODE: private void renameColorProductNodes(Session session, String colorCode, String parentSku, Node productNode) throws RepositoryException { if (productNode.hasNodes()) { NodeIterator nodeItr = productNode.getNodes(); while (nodeItr.hasNext()) { Node currentNode = nodeItr.nextNode(); if(currentNode.getName().contains(colorCode)) { String currentNodePath = currentNode.getPath(); String replacedPath = currentNodePath.replace(TRASH_IMAGE_PREFIX.concat(parentSku).concat(UNDERSCORE).concat(colorCode), pa
Welcome to the 1st edition of the Adobe Target Community Lens! The Adobe Target Community Lens is your community bulletin board, highlighting the latest updates from the Adobe Target Community, all in one handy place. In this edition, we are sharing updates from November 2022 - January 2023, including the most viewed Adobe Target content on Experience League, as well as the latest product releases, upcoming & past learning opportunities & resources, and a lot more! LATEST PRODUCT RELEASES Learn about all the new capabilities, upgrades, improvements, and fixes that were included in the latest release of Adobe Target: [Adobe Target RELEASE NOTES] Target Standard/Premium 22.13.3 (January 25-26, 2023) [Adobe Target RELEASE NOTES] Models API release update - (November 23, 2022) 📣UPCOMING CUSTOMER EVENTS & OPPORTUNITIES📣 Get excited for Adobe Summit 2023 Mar 19–23, 2023 | Las Vegas
Hi, I had configured the smart tags for aem dam assets and tags are getting generated at jcr:content/metadata/predictedTags but while i do a search for the tags inside Omnisearch it doesn't shows up the result based on smart tags. showing the search result based on dam assets only Thanks
Page property field having resource type: granite/ui/components/coral/foundation/form/numberfield shows issue in look, the moment I added msm-lockable property to it. The field shrinks, the increment/decrement toggle comes down the field and looks different. Is this a known issue?
Hi folks, I'm increasingly working in Workfront environments with multiple currencies, so to make it easier to maintain Exchange Rates, invented this handy dashboard (see below) which I decided to share as a teachable moment / useful utility. Enjoy! Regards, Doug Instructions: Create a new dashboard (e.g. AtApp Exchange Rates) Click + Add External Page (bottom right), set the Name to Currency Converter, the URL as follows, and a height of 37https://www.atappstore.com/Extras/CurrencyConverterUSDToCAD.html Click + Add External Page a second time, set the Name to Exchange Rates, the URL as follows, and a height of 600https://[YOURDOMAIN].my.workfront.com/setup/exchange-rates Save the dashboard, share as desired and use as required
We're planning to use Workfront Proof and automated approval templates to manage approvals of invoices. Our AP team wants to add some additional information to a custom form applied to each document. Is there any way for that custom form information to be included when printing a PDF of the approval report?
AEM as a Cloud Service -> Authoring Guide -> Previewing Content by Adobe Docs Abstract AEM offers a Sites Preview Service that is designed to let developers and content authors preview a website’s final experience before it reaches the publish environment and is available publicly. It facilitates previewing of page experiences that would not be otherwise visible from the author environment, like page transitions and other publish side only content. Also read about accessing the Preview service. Publishing Content to Preview You can publish content to the Preview Service by using the Managed Publicaton UI as follows: Select the page or pages you wish to send to preview in the sites console and click on the Manage Publication button In the following wizard, select Preview as the destination Read Full Blog AEM as a Cloud Service -> Authoring Guide -> Previewing Content Q&A Please use this thread to ask the related questions.
Hi All, I am aiming for ADO-E116 certification and purchased a voucher for the same. But it says no code associated/invalid code when I tried to schedule the exam using the voucher with PSI & Examity. Also noticed a new exam for developer ADO-E134. Both ADO-E116 and ADO-E134 have the same title as Adobe Experience Manager sites developer expert With same syllabus when compared both. And both are active. https://express.adobe.com/page/IN3bRhRJDvqCc/ https://express.adobe.com/page/9dRc3LE9wFkWN/ Question Here is Is ADO-E116 still valid? If yes what is ADO-E134 for? Can i still Aim for E116? Regards, Veena
Hi All, Recently we migrated from ClassicUI to TouchUI and we dont want our authors to edit the content in ClassicUI. So either we need to redirect them to TouchUI editor.html or block/restrict access to cf#. We are doing this because we did not delete the classic dialogs. We kept them and may be at a later point we will delete them. Any solutions is highly appreciated. Thanks cc @indrasenareddy
Get Started with AEM Projects using the Maven Archetype by Mani Kumar K Overview Discover how to get started with Adobe Experience Manager (AEM) projects using the AEM Maven archetype. In this video, we provide an overview of the essential components of the AEM archetype, including the core, ui.apps, ui.content, it.tests, dispatcher, bundle, content, src, and target folders. Ideal for AEM developers and designers new to AEM, this video will help you understand the importance of the AEM archetype and how it provides a standardized structure for your AEM projects. Learn the basics of the AEM archetype and start building successful AEM applications today. https://www.youtube.com/watch?v=5C6nSbAQxCQ Q&A Please use this thread to ask questions relating to this article
Extraordinary experiences are what the 2023 Adobe Experience Maker Awards are all about. It's not too late to apply to be recognized in one or more of our 15 award categories during the submission period now ending March 31 at 11:59 pm PT. In May, we’ll announce the finalists and winners will be revealed in June, when we come together in New York City for a night of celebration at the Adobe Experience Maker Awards gala. Apply now and get ready to claim your fame.
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.