Hi All,I am trying to create replication preprocessor, which will restrict particular types of template from been replicated. For this I want to check the resource type of page been replicated and I need resource resolver object for it. I wanted to avoid resourceResolverFactory.getAdministrativeReso...
Hey guys. I would like to know is there any way to restrict the workflow list (which is available from SiteAdmin) per page path? Maybe, the same way like the allowedParents property does for templates. So, to be clear:1. As a user I want to open SiteAdmin.2. Select a custom page page, e.g. /content/...
Hi, I am using form participant step in my workflow to get some user's inputs.I am mapping newly created HTML form(created through form element in the side kick) having some input fields of user to process the information in consecutive steps.When triggering the workflow for the same payload, for...
Hi, I want to lock first 3 columns in CQ.Ext.grid.EditorGridPanel when horizontal scroll bar is enable. My requirement is, in Translator.html (http://localhost:4502/libs/cq/i18n/translator.html) I wan to lock the first 3 columns in the grid. is there any way I can customize the existing code. Ple...
In our AEM instance we are getting data from an external system, per user this data is the same during his session. So it make sense to store this data in their session / cache or something like that. With another CMS we used before we always stored such data in the session.Is that also the right so...
I am trying to configure the local AEM 6 instance for SSO configuration. As specified in this document https://docs.adobe.com/docs/en/aem/6-0/deploy/configuring/single-sign-on.htmlI have configured the Header Names property in the Adobe Granite SSO Authentication Handler as 'testheader'The 'pat...
Hi everyone,AEM 6.1 I'm trying to the example Media Handler from:https://helpx.adobe.com/experience-manager/using/damhandler.htmlMaven deploys the bundle and starts the bundle.But the Declarative Service Component stays on "state unsatisfied (reference)".Two of the references are unsatisfied (see ...
I need to get the translation for the key words mentioned below .i need a way to get the adobe internal library. Please let me know how to do it. I am using <fmt:message key="${keyword}" /> . I could use /apps/project/i18n/en_US/apps/project/i18n/nl_NL but i am looking from existing adobe librar...
We are having workflow which will publish pages/assets to lower environments (Prod author to Pre-Prod author and Pre-Prod publisher) first...After that the content will be manually validated in lower environment (Pre-Prod author and Pre-Prod publisher) and will be pushed to corresponding publishers ...
Hi,We're using the SAML Authentication Handler in AEM6 SP2 and this is working fine for logging in. We've also checked the "Handle Logout" option and filled in the "Logout URL" of our IdP. However, when we call /system/sling/logout.html there does not seem to be a call to the IdP to the logout URL....