Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
I want my custom page properties to include in the json.model ootb page How can I do that?I already create a new field in dialog , and try to expose them but still don't works. import org.apache.sling.api.SlingHttpServletRequest;import org.apache.sling.models.annotations.DefaultInjectionStrategy;import org.apache.sling.models.annotations.Exporter;import org.apache.sling.models.annotations.Model;import org.apache.sling.models.annotations.injectorspecific.ValueMapValue;import com.adobe.cq.export.json.ComponentExporter;import com.adobe.cq.export.json.ExporterConstants;@Model( adaptables = SlingHttpServletRequest.class, adapters = ComponentExporter.class, defaultInjectionStrategy = DefaultInjectionStrategy.OPTIONAL, resourceType = "core/wcm/components/page/v3/page")@Exporter( name = ExporterConstants.SLING_MODEL_EXPORTER_NAME, extensions = ExporterConstants.SLING_MODEL_EXTENSION)public class Conte
I have a requirement I have to display a ID from the text box which I added in the dialog field (rich text) <span class="num"></span> and I am calling it using sling model class and used like this ${practice.Response @ context='html'} and in Js i have given element.innterhtml it is working if I give it in HTML instead of passing it from the dialog. I was getting <span class="num"></span> as an plain string instead of html element as below so how to achieve this
Hi everyone, We are currently in process of migrating the analytics implementation to Websdk approach and there is one use-case which we are trying to implement. Currently, we are not tracking users who rejected the cookies from OneTrust banner and we need to gather this details and implement via WebSdk approach but to capture limited set of KPI's.I wanted to know if it is feasible or not. Generally with ECID service extension, we used to get ECID and if we don't use that extension by default we get the Fallback ID (FID). However, in our case we are using WebSdk extension and to capture ECID we followed data prep method https://experienceleague.adobe.com/en/docs/experience-platform/tags/extensions/client/web-sdk/accessing-the-ecid when user accepts the cookies. We need to capture the scenario when users doesn't provide the consent/reject the cookies but still want to capture with limited set/OOTB KPI's (Not with ECID but with any other ID). Is there any me
Hello Everyone, You have been inspiring and insightful for many conversation so far, Would like you to join here for one of the interesting scenario with #TargetI will give you the project background, We are building a headless CMS and it should be personalized experience, So we are using AEM to build experiences and using target to personalize and finally the SPA (Main application) is consuming these experiences using delivery API.One of the requirements is that i have alerts messages which are created from AEM, personalize in target and send to SPA. Here i have each offer as one alert, Now it becomes interesting with below scenario. I created a alert message in XF, exported to target as offer - Offer1I create an activity with an Mbox GlobalAlerts , Mapped to Audience A1, and used Offer1 to display. The SPA makes a call to delivery API, with Mbox GlobalAlerts, Audience parameter A1 and it gets Offer1Now, I want to create one more alert to be sent to the
I'm working on a new project and I came across this syntax:%this.innerText% in fields where a data element would be called. I thought it was a mistake, but my coworker told me that, it would execute the JS. I couldn't find any info online regarding this. I didn't know this was possible but if it is, how long has this functionality been available? Thanks!
Currently in our project, the 404 error page are customized for diff locale and brands.The redirect is happening via IIS, where all our URL redirect logic is handled like url shortening etc. No issue here. Problem statement : Current 404 page redirect logic is handled via model class extending WCMUsePojo where we query aem for 404 page and return the appropriate 404 page content which is html by calling this page as resource and fetching the html content and returning this through a getter method via model class. This rendering of html page content initially was done via jsp page but the problem is coming when it is converted to sightly. With jsp page logic it works fine.The sample jsp content is : <%@page session="false" contentType="text/html; charset=utf-8" %><%%><%@taglib prefix="cq" uri="http://www.day.com/taglibs/cq/1.0" %><%%><%@include file="/apps/corporate/global.jsp" %><%%><cq:defineObjects/><% %><jsp
Hi, I'm building a custom servlet that just output hello world. I bundled it and loaded the bundle into AEM, and bundle seems to be "active" without any errors.Still, when I try to reach my servlet, I get 404. This is my servlet code: @8220494( service = Servlet.class, immediate = true, property = { "sling.servlet.methods=GET", "sling.servlet.paths=/bin/accessibility-issues-render" } ) public class AccessibilityIssuesServlet extends SlingSafeMethodsServlet { private static final Logger LOG = LoggerFactory.getLogger(AccessibilityIssuesServlet.class); @Override protected void doGet(SlingHttpServletRequest request, SlingHttpServletResponse response) throws IOException { LOG.info("AccessibilityIssuesServlet recieved GET: {}", request); } } When I navigate to:http://localhost:4502/bin/accessibility-issues-renderI getResource at '/bin/accessibility-issues-render' not found: No resource found
Hello, How to add new columns to the Table in Adobe forms. Please help.I decreased the size of one column to fit another column in that. But could not add. Thanks,Sri
Dear Adobe Campaign Community, Your time is precious, and we understand the importance of efficiency when it comes to troubleshooting issues with Adobe Campaign. That's why we're excited to again bring you our carefully curated collection of Top KCS (Knowledge-Base) Articles for October 2024, designed to help you resolve common challenges swiftly and effectively. Our Top KCS Articles are your shortcut to: Quickly identifying and resolving recurring issues.Accessing expert insights and best practices for Adobe Campaign.Streamlining your troubleshooting process for maximum productivity.Empowering yourself with the knowledge to tackle any campaign-related problem head-on. Why spend hours searching for solutions, when our Top KCS Articles have already done the heavy lifting for you? Let us help you save time so you can focus on what truly matters – creating exceptional campaigns with Adobe Campaign. Start supercharging your problem-solving skills tod
Whenever we run a workflow to push the asset to S3, we are facing the below error. 16.09.2024 19:01:25.771 *ERROR* [oak-ds-async-upload-thread-10] org.apache.jackrabbit.oak.plugins.blob.UploadStagingCache Error adding file to backend org.apache.jackrabbit.core.data.DataStoreException: Could not upload 7432-595bcfab9c3dac5e033ebaf49f776f6767bde8d064274f215dbb43242df8 at org.apache.jackrabbit.oak.blob.cloud.s3.S3Backend.write(S3Backend.java:334) [org.apache.jackrabbit.oak-blob-cloud:1.10.1] at org.apache.jackrabbit.oak.plugins.blob.AbstractSharedCachingDataStore$2.write(AbstractSharedCachingDataStore.java:173) [org.apache.jackrabbit.oak-blob-plugins:1.22.16] at org.apache.jackrabbit.oak.plugins.blob.UploadStagingCache$3.call(UploadStagingCache.java:367) [org.apache.jackrabbit.oak-blob-plugins:1.22.16] at org.apache.jackrabbit.oak.plugins.blob.UploadStagingCache$3.call(UploadStagingCache.java:362) [org.apache.jackrabbit.oak-blob-plugins:1.22.16] at java.util.concurrent.FutureTas
Unable to create page in AEM as cloud. Using site console. While creating the page option is not there.CRXDE structure. Please help to resolve this.
Hey all - I posted this to LinkedIn today and got an encouraging note to post here as well (thanks, Jonathan!) Over the years, I've implemented a lot of Marketo instances. By the 15th time you do something, it ought to be pretty good – and I'm really proud of the systems we've built at my current company. Both in part to keep my memory fresh on why/how some things work and to look for opportunities to improve our systems, I've been doing some documentation/clean-up in my spare time. Most recently I took some screenshots & notes of our Lead Source/Lead Source Detail program. While something like this is ENTIRELY unnecessary if you have something like Bizible (aka Bizzy aka Marketo Measure aka so fetch), it's a good case in point for why documentation should be considered part of the build process. Anyway, hope you find this useful. Lead Source & Lead Source Detail Setup Guide
WELCOME! With many thanks to Scott Mors (@scottmo1) for introducing, commissioning, and now kindly educating others via the video interviews below, it is my great pleasure to invite you to learn about our new Lite-Brite solution, which lets you control project plans and resourcing with Lite-Brite cells that show the Planned and/or Projected timing of Official Baselines and/or Current Workplans. VIDEOS Lite-Brite Overview (~3 min) -- Scott hits the highlights to explain How They Do What They Do Lite-Brite Demo (~41 min) -- This one Might Just Change how you plan your projects in Workfront DISCUSSION As in this previous episode, I invite you to watch the videos above, then share your thoughts below, and sign up for a demo by emailing me at doug.denhoed@atappstore.com Regards, Doug
Hi All In our setup we are using AEM translation project and XTM as a translation connector. AEM translation have the ability to reject translations and even add comments . However, Our translation connector doesn’t support the rejection reasons/comments feature. I’m curious if anyone else is using a translation connector that does support a rejection workflow. It would be super helpful to know if there are any good alternatives out there! Thanks for your help!
Hi all, I have a POC which should set or update Profile information based upon a web form which information is supposed to be sent through Web SDK / sendEvent. The Profile schema contains a section for person information such as first name and last name (standard Adobe XDM schemas used). The dataset is updated and contains this field group. Now, when I try to send the information via custom code const data = { xdm: { identityMap: { myPersonId: [ { authenticatedState: "ambiguous", id: "12345", primary: true } ] }, person: { name: { firstName: "John", lastName: "Doe" } } } }; alloy("sendEvent", data).then(response => { console.log("Profile updated successfully:", response); }).catch(error => { console.error("Error updating profi
Hello, I have been using the Adobe Launch API following the docs: https://developer.adobelaunch.com/api/ When using the search endpoint, in the returned results all the rules / data elements have "published:false" even if they are published.I have been scratching my head for quite some time and now came to the conclusion that it might be a flaw / bug in the API itself. Anyone facing the same issue, please comment. Any help on this would be greatly appreciated. Regards,Saif
I need to send real-time data to Kinesis using the Core Custom Code function. I'm already using the AWS extension to send to a stream, and I need to send another stream but the extension only allows one destination per property. The Custom Code is an out of box solution, hence no adobe documentation is available. Does anyone have experience in this?
Hi everyone!We are working on a CI/CD strategy for Adobe Experience Platform (AEP) and are exploring the possibility of providing each developer with their own isolated sandbox, similar to how it’s done in Salesforce. By "local sandbox," I mean an environment that could be installed on a developer's machine or hosted in the cloud but completely isolated from other developers.Before moving forward, I’d like to know if this setup is feasible in AEP and what options we have for creating such environments, ideally without increasing our license costs. Has anyone implemented something like this, or could share insights on what’s possible?Thanks in advance for your help!
AEM Assets Interview Questions for developers by Aanchal Sikka Overview Gearing up for an AEM Assets interview as a developer? The blog will help you nail those questions. From renditions and workflows to metadata management, we've covered frequently asked questions. Link to the Blog: https://techrevel.blog/2024/05/29/aem-assets-queries/ Q&A Please use this thread to ask questions relating to this article
Hi there,I have a nested multifield and I am using coral 3 .I am able to add as much fields as I need. But sometimes after adding a number of fields ( It happens with a not precise number of adding) and saving, when I come back to edit my multifield and I try to add another section I am not able to see all fields in the ui. Here the xml code of the dialog you can see in the image above: <interestsAndFiltersSectionjcr:primaryType="nt:unstructured"jcr:title="Items"granite:class="pir-foundation-granite-ui-multi-field-validation-max-size"sling:resourceType="granite/ui/components/coral/foundation/form/multifield"fieldLabel="Interests And Filters Section"margin="{Boolean}true"composite="{Boolean}true"><fieldsling:resourceType="granite/ui/components/coral/foundation/container"jcr:primaryType="nt:unstructured"name="./profileFilterInterests"><items jcr:primaryType="nt:unstructured"><containerFieldSetjcr:primaryType="nt:unstructured"jcr:title
Session Details Edge Delivery Services marks its first year in action! Hear from the engineering team behind the journey as they share valuable insights into the challenges overcome and the achievements realized. Discover the lessons learned, the discoveries made, and the transformations that have shaped our product over its first year, along with a preview of what’s next. This session offers a unique opportunity to learn from those integral to the evolution of this innovative solution. Session Schedule 12th November, 2024 | These are pre-recorded and available at any time (on demand). Speaker(s) Surya Lamech, Principal Product Marketing Manager, Adobe Moderator(s) Adobe Product(s) Adobe Commerce Full Schedule Check Here Q&A Please use this thread to ask the question related to this Session. Don't forget to register yourself for watching this on-demand session using the registration link shared above.
Session Details With over 200 Edge Delivery Services projects under their belt, this team have learnt a few things. What did it really take to deliver fast performing experiences with great Core Web Vitals? Learn the secret to great implementations! Session Recording Session Schedule 12th November, 2024 | These are pre-recorded and available at any time (on demand). Speaker(s) Surya Lamech, Principal Product Marketing Manager, Adobe Moderator(s) Adobe Product(s) Adobe Commerce Full Schedule Check Here Q&A Please use this thread to ask the question related to this Session. Don't forget to register yourself for watching this on-demand session using the registration link shared above.
Session Details What goes together better than Chips & Salsa? Edge Delivery Services & AEM based authoring. Find out how Universal Editor can be used to assemble blocks and provide content authors with the etools to manage content and leverage all the strengths of the AEM they know & love. This session will cover everything you need to know to get your project set up! Session Recording Session Schedule 12th November, 2024 | These are pre-recorded and available at any time (on demand). Speaker(s) Riya Midha, Senior Product Manager, Adobe Moderator(s) Adobe Product(s) AEM Assets Full Schedule Check Here Q&A Please use this thread to ask the question related to this Session. Don't forget to register yourself for watching this on-demand session using the registration link shared above.
Session Details What does it take to create a great commerce experience? This session unpacks what good looks like, and peels back the layers on the components that go into it – Content, Assets, new Commerce "dropins", extensibility & integrations. See examples of new front end friendly Commerce developer experience that leverages Edge Delivery Service Session Schedule 12th November, 2024 | These are pre-recorded and available at any time (on demand). Speaker(s) Nazim Amin, Computer Scientist, Adobe & Deepa Gupta, Computer Scientist, Adobe Moderator(s) Adobe Product(s) AEM Assets Full Schedule Check Here Q&A Please use this thread to ask the question related to this Session. Don't forget to register yourself for watching this on-demand session using the registration link shared above.
Session Details Sure you've seen AI already, but what about AI embedded within AEM? AEM Sites now include Generate Variations, with some early inspiring customer success stories. Don’t miss this chance to see how brands are scaling Gen AI across their organisations and the approach the team is taking with AI for future enhancements Session Recording Session Schedule 12th November, 2024 | These are pre-recorded and available at any time (on demand). Speaker(s) Ankush Malhotra, Sr Computer Scientist, Adobe & Pablo Moreno, Sr Software Engineer, Adobe Moderator(s) Adobe Product(s) AEM Assets & Adobe Commerce Full Schedule Check Here Q&A Please use this thread to ask the question related to this Session. Don't forget to register yourself for watching this on-demand session using the registration link shared above.
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.