Hi all,I'm having an strange issue with the LiveCopy sync configuration node.Basically we have a master site (Blueprint) and then we have severals live copies. We also have several custom rollout configurations with their live actions. These rollout configs are configured on the pages under the mast...
Hello Community,Need help with new requirement. I want to provide certain actions for collections for the user who has created the collection Eg: I need to provide the Delete button only if the collection is created by the editing user and should be hidden to rest of the users.How can i achieve this...
Hi all, i got an issue with cloud services. on AEM 6.4I have created the google-analytics cloud service under Generic Analytics Snippet. And all works fine on all instances if: 1) I'm still logged in(admin admin)2) if give an access to anonymous user in /useradmin to read /etc/cloudservices/generic...
Hi All ,Currently we have a requirement to sync users and Groups between two AEM authors in different environments.Basically they want if a user is created in one aem instance it should get sync automatically to another instance. Any help will be much appreciated.Current AEM version : AEM 6.3Thanks ...
When I start AEM 6.5 using the ./bin/start script, it is stuck on:com.adobe.granite.crypto.internal.CryptoSupportInitializer Starting Crypto Support (com.adobe.granite.crypto, 3.4.16) with Bundle storageThe same also with running using java -jar.Javajava 11.0.4 2019-07-16 LTSJava(TM) SE Runtime Envi...
We have a use case where we want to create the hierarchy in AEM author where the pages will be created under years and months but for the end-user, we don't want to display the years and months in the URLs.Is this something that can be achieved via Apache and dispatcher rules?Thanks,Nikunj Jariwala
I have seen parameters being passed to the Use API while invoking the same in HTL.e.g.<div data-sly-use.params="${'params.js' @ value1='feike', value2='visser', seperator=' '}"> ${params.newValue}</div>Is it possible to pass parameters to the Use API function call instead of the API invocation itse...
In htl how can we check if the page URL contains specific text ? ( intend to do it on the page rather than by Java )${'a' in 'abc'} <!--/* returns true */--> does not work
Hi all, In our project we have a launcher for the DAM assets that gets triggered for the events “created” and we have currently disabled launchers for all modified events. I was trying to move/rename an asset, this action is triggering the launcher and same workflow is getting executed. I have tried...