Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
request.getHeader('referer') returns only long url.
AEM SaaS Hands On !! by aem.design Abstract This is the End Game and Adobe has it, a non-definitive perspective! Introduction If Github Actions was entry into End Game, latest Adobe AEM SaaS offering is the outcome of an End Game in another dimension, where Adobe is the clear victor! This stealthy engineering masterpiece is a true example of how great experience can provide so much, that words can’t describe the feeling AEM SaaS Author Hand OnPermalink To start playing with your Cloud Manager experience you will need to access it thought your Adobe Experience portal, this will be provided for you by Adobe but for now you can follow our blog to get the insight and prepare you to roll-out your first project. Read Full Blog AEM SaaS Hands On !! Q&A Please use this thread to ask the related questions.
Hi everyone, Here we are with the 2nd edition of the Adobe Campaign Community Lens! Adobe Campaign Community Lens is like your community bulletin board highlighting the latest updates from the Adobe Campaign Community in one place. In this edition, we are sharing updates from August & September 2022, including, the most viewed Adobe Campaign content on Experience League, as well as the latest product releases, upcoming and past learning opportunities, and a lot more! Adobe Campaign Community Lens 🚀LATEST RELEASES🚀 Learn about all the new capabilities, upgrades, improvements, and fixes that were included in the latest release for Adobe Campaign: Adobe Campaign Standard Release: [Release Update] Release 22.3 - Fall/Winter 2022 📅EVENTS AND OPPORTUNITIES 📅 Check out the highlights/recordings of our learning events from August & September 2022: Adobe Campaign Community Q&A Coffee Break – September 22nd, 8am PT: ☕ [Adobe Cam
Phone fields are typically just strings. Yes, validation of a specific format may be enforced on forms, but the back end database rarely enforces a format.[1] So across list imports, API inserts, and direct data entry, you get lots of variations: That's not necessarily bad! It can make sense for an app to “play dumb” and store + display numbers exactly as entered, especially if the person dialing the number (i.e. sales) is the same person who entered it. But then there’s the whole design system thing, where — as on your website — you probably want phone numbers in signatures formatted just one way. And the click-to-call thing, too. Deformatting numbers for click-to-call The only non-digit “visual separators” supported in a tel: URI, per the official standard, are -.() and the leading + for international dialing. That is, spaces are not allowed. And only 4 punctuation symbols are allowed, not decorative characters li
Hello Team, Welcome to AEP Mentorship program. Moving a step ahead in program live, this is featured thread for Mentor Bryan Rekrut. Bryan is Lead Architect of the Merkle CDP architecture practice. He is responsible for integrations of Adobe Experience Platform/AIQ/mParticle with Adobe Target, Adobe Campaign, Adobe Analytics, Adobe Customer Journey Orchestration, Adobe Launch, and Google Big Query. He is currently working with Merkle as Senior Director. Aspirants mapped to mentor @brekrut @corban @shivanini @anjuthakur010788 @avinash_gupta_ @hgreenberg How to participate 1. Aspirants can clear certification during program live 5th Sept,2022 - 20th Nov,2022 2. Aspirants can post their queries in their respective Mentor's featured thread 3. Mentors with maximum certified aspirants will be recognized. Aspirants with maximum number of accepted solutions in the community along with certification would be recognized by the end of
Hi All, I am getting the below maven build error when including the dispatcher module in my project pom for local build. [ERROR] Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M3:enforce (enforce-checksum-of-immutable-files) on project xyz.dispatcher.cloud: Unable to parse configuration of mojo org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M3:enforce for parameter requireTextFileChecksum: Cannot create instance of interface org.apache.maven.enforcer.rule.api.EnforcerRule: org.apache.maven.enforcer.rule.api.EnforcerRule.<init>() -> [Help 1] I was able to get a workaround for the local build by making the below change in dispatcher module's pom.xml<goal>enforce</goal> CHANGED TO <goal>display-info</goal>However, I will need to have the goal set to enforce when deploying this to other environments.The default files for vhosts, rewrites, farms etc have not been modified in any ways. The pom.xml for dis
I was trying to add color picker as shown in the following blogpost: https://blogs.perficient.com/2020/10/20/adding-a-color-picker-to-the-aem-content-fragment-model-editor/#comment-79260 In the step where we need to add metadata to color-picker node, here's how it looks for me: But when I save it and try to create content fragment, it shows me no properties: Can someone help me understand what exactly am I missing?
I have created i18n for jcr:language=ar, but when I try to change my preferences to Arabic, I couldn't find it there. What should be the correct way of doing that?
Hi Everyone !Is there anyway of embedding fileupload in metadata schema, to upload related files from system (not from dam.) ?Something similar to below snap. Please let me know if anyone ever implemented the same.Thanks in advance !@16287401 @arunpatidar @10867593 @manjunath_k @erges_k @asutosh_jena_
Visibility Rules work for any field on a Marketo form, but they don't work for the submit button itself. So if you want to hide – or at least visually disable/gray out – the button based on certain field values, a little Forms 2.0 JS is needed. In brief, the code below listens for a standard (that is, non-Marketo-specific) change event, then checks the value(s) of whatever fields you set as interesting. You set the options object submitButtonVRs to use hide-if or show-if mode, just as in the Marketo Form Editor UI. As you'll quickly figure out, each property name is a field name, and the property value is an array of interesting values. Other options are dontDisableButton and dontDisableMktoForm. These govern whether the <button> element is disabled and whether the Marketo form's submittable() method is called, respectively. You probably want to leave these at their defaul
Hello, I would need to store a query search results node paths in a single string [] property in a node, so that I could use this latter for a cronjob Wanted to know if the query results had about 5000 search results can the single string [] property hold so much value of node path Is there any limit or threshold for a single string [] property after which it may break. Please provide inputs Regards, Srinivas
Hello.I have a custom OSGI bundle deployed to an AEM 6.5 instance. I wanted to include the Adobe Target Java SDK in the project (so it can be utilized by another service class). I have added it to my pom.xml: <dependency> <groupId>com.adobe.target</groupId> <artifactId>target-java-sdk</artifactId> <scope>compile</scope> </dependency> However, after publishing the package, I see the following error in the Web Console:com.adobe.target.delivery.v1.model -- Cannot be resolved com.adobe.target.edge.client.model -- Cannot be resolved After noting this error, I configured the maven-bundle-plugin as follows: <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> <configuration> <exportScr>true</exportScr> <instructions> <Embed-Dependency>target-java-sdk;scope=compile|runtime</Embed-Dependency> <Embed-Transit
[AEMaaCS - Core Component's Children Editor] by Arun Patidar Overview If you are using core components, you should be familiar with the children-editor for Tabs, Accordion, and Carousel. These components are the container components and contain other components as child components. The adding and authoring children component is done using a panel selector icon. Things to know when implementing the children-editor for custom components.1. Create a component which has the supertype of panelcontainer sling:resourceSuperType="core/wcm/components/panelcontainer/v1/panelcontainer" 2. Create editconfig 3. Create a Sling Model for your custom component with json exporter, panel container expect the following when editing/adding a child item in the component. e.g. /content/aemlab/oneweb/reference-content/concept/children-editor/jcr:content/root/container/container/children-editor.model.json?_=1664019401356 4. Create a HTL. For example children-editor.html 5. Create an editor hook clie
I have read so many threads regarding @via and adatbale but still not sure whats the correct answers : if anyone can give clear picture on this1) first question is when we use ???????????????????????????????? a) @Model(adaptables = SlingHttpServletRequest.class) or b) @Model(adaptables =Resource.class)Answers I found when need to do deal with resource properties use a) and when reuire sling objcet then go fr 2nd )2)@Injectpage currentPage ...is working in both condition how ?or we have to use like below @Model(adaptables = SlingHttpServletRequest.class) @Inject@Via("resource")private PageDecorator currentPage;3)@Model(adaptables=SlingHttpServletRequest.class) public interface MyModel { // will return request.getResource().getValueMap().get("propertyName", String.class)//that is exactly mean by via resource@Inject @Via("resource") String getPropertyName(); }in the same context what does it mean by via request:??????????????????and how it will get called if we do ???????
Hello AEM Community! We are excited to share a few video resources describing the benefits and value of Experience Manager Assets Essentials! Assets Essentials is an efficient way to access the power of Experience Manager Assets from within other Experience Cloud applications, accelerating experience creation from concept to design to delivery. These are 3 bite-size digestible videos: Learn more about editing, sharing, uploading, and managing assets using Experience Manager Assets Essentials here!
Use this thread to ask any questions related to the Experience League LIVE session, "Execute your campaigns in Adobe Journey Optimizer." Experts are monitoring this thread to ensure your questions are answered. Thanks and we hope to hear from you!
We’ve all used Marketo or other automation tools to A/B test emails and landing pages. We do it because we want to optimize engagement through constant iterations, and we can use the results to give our content its best shot at provoking responses from our prospects. But have you ever had the nagging feeling that your high school statistics teacher wouldn’t approve of your testing technique? You remember terms like sample size, variables, and p-value that were important parts of your hypothesis testing, but they all seem to be missing in Marketo’s tool today. It turns out those principles we learned are still integral to executing a successful A/B test and preventing incorrect conclusions. Luckily you don’t need a stats degree to implement these principles and enhance the tests that your organization performs. So let’s dive into how to design and interpret a more meaningful Marketo A/B test.I. Designing your A/B TestYour test design is the most important factor in determining whether
Do you know where your organization falls in terms of resource management maturity? Or what needs to happen in order to take full advantage of Workfront’s resource management tools? To wrap up the resource management blog series, this week will focus on understanding where your team is today and will provide a list of best next actions to move towards resource management optimization. 4 STAGES OF RESOURCE MANAGEMENT MATURITY Being great at resource management does not happen overnight. In addition to learning the tools, effective resource management also requires changes to team work processes, people’s behavior, and even organizational culture. In order to take the suggested crawl, walk, run approach, it is useful to understand the various stages that can be associated with Resource Management Maturity: Ad Hoc (Accidental) - Work managers have very little information around the existing workload of their resources. Assignments are
Register here for this Adobe Campaign Community Q&A Coffee Break. Join us for our next Adobe Campaign Community Q&A Coffee Break, on Thursday, September 22nd, 2022 @ 8am PT We will be joined by Tamara Wulf aka @tamarawulf, Deliverability Consultant, Earl Ross aka @eross1, Sr Business Consultant & Chakravarthy Kalva aka @chakravarthykalva, Senior Product Manager who will be signed in here to chat directly with you and to take your queries pertaining to the topics discussed in the webinar scheduled for September 15th, 2022, as part of the Adobe Campaign Insider Webinar Series: Checklist for Success During the Holidays and Peak Seasons as well as to their areas of expertise: Best practices in deliverability during peak seasons Campaign instance and performance tuning Experience Optimization Leveraging Control Panel to track and monitor any application infra and performance issues REQUI
Hi everyone, My problem is similar to this thread 解決済み: AEM 6.4 Servlet POST request not hitting servlet - Adobe Experience League Community - 252974 but my problem is when I do the request, I get a 404 error. Seems like it is not installed at all and maybe something wrong with my pom file so i really prefer some help. This is my pom file: <dependency> <groupId>com.adobe.aem</groupId> <artifactId>aem-sdk-api</artifactId> <version>${aem.sdk.api}</version> <scope>provided</scope> </dependency> <dependency> <groupId>com.adobe.acs</groupId> <artifactId>acs-aem-commons-content</artifactId> <version>5.3.4</ver
Hi, I want to sort my result in ascending order on the basis of property (which is of double type). And, if any resultant resource does not have that property should be listed later after resources which are having this property. For eg. If there are three resources A,B & C, having property value as below: Resource Name Property Name Property Value A ranking 1.4 B property does not exist C ranking 1.2 My output should be C A B. Currently, If I use DESC after my ORDER BY clause, I am getting A C B And if I am using ASC after ORDER BY clause, I am getting B C A. Could you please help me out to sort on the basis of ranking as per ASC order and if result does not have property should appear after those resources which are having this property.
Note: This is a Japanese translation of an Adobe Experience League Knowledge Base article. Click this link for the original English version. 【目的】AEM as a Cloud Serviceでは、製品の最新版を自動リリースする時にカスタムコードのデプロイもクラウドマネージャーの実稼動パイプラインを通じて行われます。本記事では自動リリースがどのコミットのカスタムコードを使用するかをご説明いたします。 【環境】AEM as a Cloud Service 【対応方法】最新版を自動リリースするパイプラインは、直近で本番環境に反映されたカスタムコード(Gitリポジトリーのリリースタグ付きのブランチ)を使用します。一番最新のコミットではないため、作業中の最新のカスタムコードが本番環境に公開されてしまう心配はありません。 <留意事項>・上記は以下記事の抄訳/翻訳となります。KB記事タイトル(英語) . Adobe Experience Manager as a Cloud Service: Which commit of custom code will be deployed during the automated update, September 20, 2022, https://experienceleague.adobe.com/docs/experience-cloud-kcs/kbarticles/KA-20609.html, (参照 2022-09-22).・本記事にいただいたコメントへの返信はお約束できません。あらかじめご了承ください。
Each month, the Adobe Workfront Customer Success team hosts FREE, interactive workshops and open Q&A on various topics for System Administrators. Below is the calendar of events for September and early October. Registration is available on the Events page on Adobe Experience League for each event: Workshops (interactive, hands-on) September 8 – Request Queues September 14 – Community Chat (Fusion focused) September 15 – User Management September 20 – Diagramming Workflows September 21 – Making the Case for Project Templates September 22 – 10 Communication Tips to Keep Users on Track September 27 – Drive Adoption with Dashboards: Planners September 29 – Performance Review Time: Workfront for Managing Employees Ask the Expert / Open Q&A Sessions: September 7 – Reporting Canvas September 12 – Sharing Strategic Best Practices October 4 – Workfront Fusion October 7 – Admin Chat: Marketing & Creative Please note that only those who attend will receive a
Use this thread to ask any questions related to the Attributing Value to Digital Touch-points in the Customer Journey course/playlist on Experience League. Experts are monitoring this thread to ensure your questions are answered.
I'm trying to get the list of pages that author select in component setting and sort the list by the custom date author select in item page property then display that in HTL. Currently I'm stuck at pulling that list in JS Use-api. I have tried getting the list var list = com.adobe.cq.wcm.core.components.models.List; var pagesToBeListed = list.listItems; but I get error "listItems not defined. How can I get a list of child pages, fixed list or tags in use-api so I can sort them the way I want it?
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.