Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
Hi guysI have the following use case:I created a custom workflow for publishing content into production, but only if the reviewer approves the changes that are made by the requester.Now, the problem is that, when the workflow is created, the notification is sent to all the members of the group where is reviewer is member( I know that this is OTB functionality) and what I need to do is: only the reviewer to be notified about this workflow (because he was assigned to check the content before publishing it to production).How do you think I can solve this one.Have you solved something like this so far?Thanks!
This post can be summed up in one screenshot: That’ll qualify people who clicked the all-too-tempting Unsubscribe button in Gmail, Yahoo, Outlook 365, etc. instead of visiting your preference center — or preference centers, if you have a multi-brand setup. The constraint Form Fields [is empty] means a Marketo form wasn’t the source, ergo the List-Unsubscribe header was the source. (Interestingly, you can’t constrain on the Activity Log Details, though they tell you “lead unsubscribed from list unsubscribe.”) In the flow, you might take partition-specific action, such as setting the custom field Unsubscribed (B2B) to true and flipping the system Unsubscribed back to false so Durable Unsubscribe doesn’t confuse things. (Of course I’m speaking of environments where brands are legally distinct.)
Join us for our next Adobe Campaign Community Q&A Coffee Break, on Thursday, February 10th, 2022 @ 8am PT Register here for this Adobe Campaign Community Q&A Coffee Break. We'll be joined by Michael Henry aka @mihenry , Senior Business Consultant for Adobe Campaign, who will be signed in here to the Adobe Campaign Community to chat directly with you on this thread to take your Adobe Campaign questions pertaining to his areas of expertise: Adobe Campaign v7 Latest Release 7.2.1 Adobe Campaign v7 Best Practices - Workflow optimization Monitoring best practices Adding delivery channels Message Center REQUIREMENTS TO PARTICIPATE Must be signed in to the Community during the 1-hour period Must post a Question about Adobe Campaign Coffee Break topic on this thread Think of this as the Adobe Campaign Community equivalent of an AMA, (“Ask Me Anything”), and bring your
Anyone (and organization) have any comments (replies) to this question?
I have a 2 publisher - 2 dispatcher setup (one-to-one mapping). I have implemented a JWT Based Oauth on my publishers. I generated individual Oauth Clients on both the publishers and therefore both have different client id & client secret. Thus the JWT tokens generated for both are different and so the calls to get the access token for both pubs are different.Ask is to only have one call which can be honored by both pubs to get the access tokenQ1. Is there a way that both my pubs can have a similar oauth client?I tried a few approaches as below:Replicate the oauth client from author to my pubs but it dint work and it was not replicated.Created an oauth client on one pub, packaged it and tried to install on other pub. It dint work as oauth client is a part of admin user and both pubs have different admin users. Now when i try to get the access token from AEM with help of one JWT token from a 3rd party system, the ALB's direct the traffic to either of the dispatchers
When I tried to unpublish the document from AEM with url contains comma(,) it is not unpublishing from solr. It is being unpublished in AEM. Ex url: /content/dam/example/en/aemdocument,testunpublish.pdf
I have a script, that due to how they wanted the form to look and all of these alerts that are necessary, there are 13 scripts which span across multiple pages, and multiple objects, and was trying to find a way that all I would have to do is change the field names, so i was wondering if someone could help me out, as I was trying to search for it, and I could not find it.Here is the scriptif(pmp.Page1.object1.kpi1.rawValue == null) {// Field is empty, other fields not required pmp.Page1.object1.Table1.Row1.ratingbox1_1.mandatory = ""; pmp.Page1.object1.Table1.Row1.ratingbox1_2.mandatory = ""; pmp.Page1.object1.Table1.Row1.ratingbox1_3.mandatory = ""; pmp.Page1.object1.Table1.Row1.ratingbox1_4.mandatory = ""; pmp.Page1.object1.Table1.Row1.ratingbox1_5.mandatory = ""; } else if(pmp.Page1.object1.kpi1.rawValue != null) {// Field has data, other feilds required pmp.Page1.object1.Table1.Row1.ratingbox1_1.mandatory = "error"; pmp.Page1.object1.Table1.Row1.ratingbox1_2.mandatory = "error"; p
Hello Team, Announcing our "contributor of the month" for January,2022 @ parmarsneha. Cheers,Nimasha | Product manager - Adobe Experience Platform Community
I have a javascript code that I created to check for any fields that are required and have a value of "0" to display an alert, which I made for Acrobat form, I need help converting for AEM, and was hoping someone could help me out? Here is the code I have:pmp.Page9.#subform[2].check_form::mouseDown - (JavaScript, client) var emptyFields = []; for (var i=0; i<this.numFields; i++) { var f= this.getField(this.getNthFieldName(i)); if (f.type!="button" && f.required ) { if (f.valueAsString==f.defaultValue) emptyFields.push(f.name); } } if (emptyFields.length>0) { app.alert("**The first number indicates the Objective number** \n \n You have a zero rating in the Measuring Success section for the following ratings:\n\n" + emptyFields.join("\n")); } else { app.alert("All fields have been filled out successfully, and no errors were found.", 3) }I was hoping to get some pointers to help me learn.All of the drop down fields default value is
I'm using the core forms option component and I'm not sure how to author the list/data-source option. The moment I select anyone of it and put the path to an ACS-commons list, the component disappears.I am using AEM 6.5 and ACS 4.7
Hey guys,I am facing a strange behavior in AEM, when I go to any page my site in editor mode logged as Admin I can see all the components that are in my policy listed in the AEM Sidekick - Components tab, but when I needed to create a new User and give It the Content-Authors group, when that user gone to the same page in editor mode the components don't show up for that user.Is that an expected behavior? Do you guys have any tip on that?
Understanding Adobe WorkFront & Its use with AEM by Aemtutorial Abstract What is Adobe WorkFront? Workfront is a Work management application, which helps organizations to organize entire work in single location. Workfront helps manage projects, assign tasks, manage resources, documents, allocate finance, generate various reports, analytics reports etc. The tool basically helps standardize process and establish governance within any organization. Using this tool, a Project Manager can create projects and related tasks, assign tasks to team, set end dates etc. Project status section captures all status of a project (based on details which are manually updated within system by end users). Read More About Workfront here: What are all the default capabilities of WorkFront? Workfront by default provides project templates, custom forms, approval workflows which are highly customizable. Below given a list of all capabilities of Workfront, Agile Storyboard Management, Resource Mana
Setting up AEM Multi Module Project is the very first step in any project development. This has become very easy using latest maven archetypes, but many developers are still confused on how different modules created using archetypes interact with each other and what kind of data should be associated with which module. In this tutorial we will understand below topics:- Overview of different Modules created using Archetype and best practices.Create AEM Multi Module Project Using Latest Archetype.Read more at Create AEM Multi Module Project
Dear Team, The 'ACS Commons Reporting tool' is started giving error from last week. We have not added any custom code. After analyzing even the sample reporting pages also giving same error.Possible error with the new service packs we have installed. can anyone let me know its a known issue?Ex: http://localhost:4502/var/acs-commons/reports/sample-page-report.html?wcmmode=disabled
Our Adobe Digital Experience Communities are the heartbeat that connect, engage and empower our users to create game-changing digital experiences leveraging Adobe solutions. The Employee Advisor program is designed to recognize our most engaged, passionate, and supportive Adobe employees who go above and beyond in the Experience league product communities. Employee Advisors will mentor, encourage, and facilitate Community participation, share their product expertise, knowledge, and reinforce the Communities as the primary peer-to-peer resource for Experience Cloud customers. If you are interested to be a Employe Advisor, Please complete the Employee Advisor Interest Form before Friday, 22nd October. This program is specifically for Adobe Employees. To be considered for the program, you must meet these qualifications: Achieve Level 6 in Experience League Communities (including Marketo Engage and Adobe Commerce communities). Have subjec
Hi Community, Registrations for Adobe Summit 2022 are free and now open for all: Register here for free Be a part of this immersive learning experience and connect with your peers around the world!
Hi Everyone, This year at Adobe Summit 2022, we’re thrilled to offer you the opportunity to connect and share knowledge with other Summit attendees, using the Braindate networking platform. We are inviting industry leaders and product experts like you, to become Networking Ambassadors and lead the Summit community by example, by sharing about your experience and inspiring others, in virtual meetings on the Braindate platform. With Braindate, you can easily create discussion topics, and host short one-to-one or group meetings, focused on the subjects you most care about. Please take 1-minute to complete this form and confirm your status as a Summit Networking Ambassador... As a Networking Ambassador, you’ll get early access to Braindate (starting on Feb 15), so you can create some of the very first meeting topics. Also, you’ll have the exclusive ability to host larger group meetings, called Fishbowls, with up to 20 attendees. As an&nb
Hi Everyone, This year at Adobe Summit 2022, we’re thrilled to offer you the opportunity to connect and share knowledge with other Summit attendees, using the Braindate networking platform. We are inviting industry leaders and product experts like you, to become Networking Ambassadors and lead the Summit community by example, by sharing about your experience and inspiring others, in virtual meetings on the Braindate platform. With Braindate, you can easily create discussion topics, and host short one-to-one or group meetings, focused on the subjects you most care about. Please take 1-minute to complete this form and confirm your status as a Summit Networking Ambassador before Friday, Feb 11 As a Networking Ambassador, you’ll get early access to Braindate (starting on Feb 15), so you can create some of the very first meeting topics. Also, you’ll have the exclusive ability to host larger group meetings, called Fishbowls
Hello Everyone, On March 15-17, we’re very excited to be hosting Adobe Summit 2022, and this year we’re thrilled to offer the opportunity to connect and share knowledge with other Summit attendees, using the Braindate networking platform. With Braindate, you can easily create discussion topics, and host short one-to-one or group meetings, focused on the subjects you most care about. We are inviting industry leaders and product experts like you, to become Networking Ambassadors and lead the Summit community by example, by sharing about your experience and inspiring others, in virtual meetings on the Braindate platform. Please take 1-minute to complete this form and confirm your status as a Summit Networking Ambassador before Friday, Feb 11. As a Networking Ambassador, you’ll get early access to Braindate (starting on Feb 15), so you can create some of the very first meeting topics. Also, you’ll have the exclusive abil
I'm facing issue in uploading the java bundles in Felix console.whenever I'm trying to upload a bundle , my browser is not responding for some time and after that its throws http 405 error. I am working on AEM 6.3 version and bringing up author & publisher instances in local environment Thank you in advance for your assistance.
I have a dialog field of following resource type sling:resourceType="cq/gui/components/coral/common/form/tagfield". I would like to allow authors to select maximum of two tags. How to achieve this ?
Hi Team,I would like to create a richText inside Multifield and need to create a custom rte plugin where i can set up two dropdown fields to the plugin for rich text. indise Primary Attribute dropdown we have some values like : PrimaryAttribute1, PrimaryAttribute2 , PrimaryAttribute3, PrimaryAttribute4and Secondary Attribute dropdown we have some values like: SecondaryAttribute1, SecondaryAttribute2 and SecondaryAttribute3. The scenaro here is: In the dialog we need to add richtext. This richtext should have all the RTE plugins. Along with this we need to create a new RTE plugin.This RTE plugin will contain 2 tagfields using which author could select a primary attribute and a secondary attribute. Once the primary and secondary attributes are chosen, these attributes will be included in the text like “##<primary-attibute>,<secondary-attribute>@@”.Example value of text: “This is the product title ##primaryattribute:product-attributes,secondaryayytibu
Hybrid AEM Architecture for Modern Web Frameworks by Prashant Onkar Abstract This blog highlights and addresses commonly faced issues while building scalable, dynamic enterprise applications using popular front-end frameworks with AEM (Adobe Experience Manager). Even though there are some tools available to address issues faced with Single Page Applications (SPA), when it comes to traditional (Non-SPA) applications, there is dearth of documentation on most of the issues faced while working with React and Angular. Introduction As front-end frameworks like React, Angular and Vue.js are gaining popularity, understanding the nuances of integration with headful AEM becomes imperative to the success of implementation of a content-centric enterprise application. Even though there are some tools and documentations around development of Single Page Applications using AEM and React or Angular, there is lack of information on implementing a traditional (Non-SPA) application using AEM and modern
Hi ,Can anyone Please help me out in this following issue.I am getting the following stated error while trying to download this addon :URl: AEM Forms add-on package for Mac OS X
Hi, Is there any OOTB Page template that can be used to author pages and create content, just for testing purpose?
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.