Hi @ssawaikar ,If you want to create additional Tile in Report Create Wizard, Overlay this path in apps "/libs/dam/content/reports/availablereports" and add a node for your tile under overlaid path "/apps/dam/content/reports/availablereports"
Hi @chinmayis865517 ,Check this working demo.https://github.com/aemgeeks1212/aemgeeks/blob/master/ui.apps/src/main/content/jcr_root/apps/aemgeeks/components/content/author-books/_cq_dialog/.content.xmlhttps://github.com/aemgeeks1212/aemgeeks/blob/master/core/src/main/java/com/aem/geeks/core/models/i...
Hi @Vani1012 ,Have you defined, you root page template as root. In policies, you will find a check box. See attached. Check this only for root page template. Check this, If this can help - https://youtu.be/cWEfSNrgvRE
Hi @janhavi_singh ,Are you looking to create user in AEM only or in some third party. If you are looking to create in AEM, you can create user using UserManager Api and for Login, you can write a simple component. You can use this code to login. <form class="user" method=...
@bangar20 This just a high level solution not exactly to your use case. But it will help to design your solution. 1. As soon workflow trigger. It will lock page. 2. You can use any Participant Chooser as per need. There are others which may be used for your need. You can have this before lock as p...
@jayv25585659 Yes, You can have bundles with same Symbolic Name and different versions. You can have in parallel. But what is your use case. What are you trying to achieve with 2 bundles.
Hi @Vani1012,Can you confirm if your page is loading. If yes, then check content tree.Go to - Top left icon in page. once window expand, click on third icon. Do you see your component there. As React SPA rendered client side, Clear your browser cache. Some time it is cached.
Hi @srinivas_chann1 Can you check, when this warning occurring. Is this happening on content publish. Are you using any custom EventHandler for flushing. OR you are using ACS Commons Dispatcher flush or Bulk Workflow Manager, where you flush cache for multiple paths. Check If HealthCheck Task confi...
Please provide some information to understand your scenario properly. 1. How will you trigger this workflow. Will this trigger on page publish. If yes, then you must disable OOTB publish workflow.2. How will you select Author/Reviewer. Is it based on content hierarchy or manually. 3. If it is Reject...