Conversational AI that drives discovery, confidence, and conversion We’re excited to share that Adobe Brand Concierge is now generally available - a new, brand-first AI application designed to help you deliver richer, more intuitive digital experiences. What is Brand Concierge? Brand Concierge ...
It seems our AEM is configured to send everyone inbox notifications regardless of whether they impact that user or group. How do I configure they system to only show users the notifications that affect them? For example, authors can only see notifications for content they authored or published. Rev...
I am overlaying the editable template creation wizard accessed as shown below:In the template creation wizard I have added my own field by overlaying as follows:After submitting this dialog, the template gets created with the default properties Template Title and Description but my new property does...
I am using AEM 6.5.Existing behavior:I see that, en.model.json call is being mage on load which fetches all child pages and it's contents and subsequent navigation does not make model.json calls as everything is fetched in one shot.What I want to achieve?I want to fetch only the content of the curre...
Hi Community,I have many times had clients asking why users are able to upload pictures directly from their machine to AEM Sites pages using the Image component without passing through the DAM, which is a very good question. In this article, I explain how you can go about preventing this functionali...
Hi,We have a requirement where we want to define the maximum no of times a scheduler to run. With Apache 7 Scheduler it defines a property named "PROPERTY_SCHEDULER_TIMES" , but haven't able found a way to use the same in the code and set it in the scheduler configurations.It will be helpful if some...
In aem 6.0 it can not be resolved ....which version would be compatible ? <dependency> <groupId>com.opencsv</groupId> <artifactId>opencsv</artifactId> <version>3.3</version> </dependency> </dependencies>I have to use opencsv .
Hi All,We have a requirement where we want to create a scheduled job which have below configurations- Only one scheduled job at a time and prevents other schedules to start- Can able to specify the maximum time for a schedule - check if schedule is currently running or not- Able to terminate the ...
I registered my servlet like below :@Component(service= Servlet.class, property={ Constants.SERVICE_DESCRIPTION + "=custom reporting servlet", "sling.servlet.paths="+ "/bin/commentexcelreporting" }) public class CommentReporting extends SlingAllMethodsServlet {doget()}but during accessing ...
We have requirement where we will be upload large size assets on author instance and then those asset will be published.On publish instance users will access the assets using Customized asset share commons portal and they will download those assets using Cart component / Individually.The asset share...
Hi all! I have a question, I created a new wizard template, and now I'm trying to invoke it using a button in the asset.I'm using AEM 6.4.This is actually my structure for the button and the wizard. I was able to invoke the wizard using a href property inside the button, but the problem I'm faci...