In our AEM Server, sometimes when we add a large number of images, the default OOTB Dam Update Asset Workflow gets stuck.Wanted to understand what all the different steps under this workflow do so that we can decide on deactivating this workflow ??
Hi Experts, We are in process of converting the components and templates from Classic to touch UI. This process is completed almost. However, when the code is deployed in the QA platform, none of the dialog's data are stored. i.e. contents are not stored. When I debug the issue, all the dialog form...
Hi All,We have a requirement to append the PageTitle in the javascript when the page field input from the component is 'search' or append the query string from the URL when the page input is 'I/O'.So ,could anyone please let me know how to achieve this logic . Thanks in Advance!
When I built wknd site from github using maven, I was able to successfully build it and obtain all the artifacts. However, in the AEM UI when I click on Navigation->Sites, it gives the errors attached in the screenshots. P.S. I haven't made any changes to any default config files.
I've got a workflow GOTO process step and the below ECMA script as the routing expression. function check() { log.info("Inside script to fetch enabled flag"); var service = sling.getService(Packages.com.adobe.service.TrialServiceInterface); if (service && service.isEnabled()) { return tru...
How can we restrict the page name to be lower case when creating a new page? If the name is left empty, it takes the the value entered into the title field. We want to use the same value but convert it to a lowercase. ThanksAni
Hello, I have a question, when I try to modify a vanity url in the local environment, it looks like this, it doesn't let me edit it, instead, in dev, stage and prod it does, why can this happen?
This question is related to ACS AEM Commons. I realize that ACS is a separate organization, but they appear to lack a similar community forum, so I thought I would try my luck here. I'm currently operating with Adobe 6.5.5. My current objective is to upgrade from ACS AEM Commons 4.3.2 to as recent...
I am getting this error with my componentorg.apache.sling.api.SlingException: Cannot get DefaultSlingScript: Compilation errors in xxxxxxxx: Line 45, column 2138 : com.project.name.core.xxxxx cannot be resolved to a type is there any way to fix this? I also tried building my project/core but still n...
Hi, I'm using datepicker in my component and I have given minDate as today in properties which works fine by disabling the previous days. How to disable the textfield so that author won't be enter the date but only pick the date from datepicker. Thank you