Hi, We have a requirement where we need to pull out the list of articles for which the jcr:created and PublishDate (a custom field on page property) has a difference of 14days.For example, if create Date is 16th Sept and PublishDate is 31st Aug, then this article should not come up in the list.Where...
Hi everyone, I am writing to asking whether is it possible to check and enable edit more after clicking "save" in component editing. Background:I have asked a question about editing is disable after save the component modification. However, I find that the page may switch to the preview mode after s...
Hi Team, We have ran the AEM cloud pipeline with no commits and no code changes. Build and code scanning is getting complete and NON-PROD DEPLOYMENT getting failed and please find attached the logs and the sandbox information please check below logs 2023-09-18T14:34:48+00:00 [SkylineProxyJob] Pat...
Hi Team we are able to access the adativeform using below URL but publish url not able to access unless we added end "/jcr:content?" (http://localhost:4503/content/dam/formsanddocuments/myforms/us-en/users-from/jcr:content?) is this expected how to access using html or direct path without added " /j...
Hi Team, We created new groups and added several users each group we would like to package Users Package then install to Target Environment during this process permission not updating correctly (Expected is permission should be union when we install the Package at target Environment ). Please help t...
Hi Team, When we do some log analysis we counter many occurrence related "CryptoException" , Kindly let me what is configuration missing at system/console to to fix below error in log ."*ERROR* [sling-default-2-AdobeSignRefreshTokenScheduleJob]com.adobe.granite.crypto.CryptoException: Cannot conve...
Hi Team, When we do some log analysis we counter many occurrence related "link checker" , Kindly let me what is configuration missing at system/console to to fix below error in log ."ERROR* [sling-default-1-com.day.cq.rewriter.linkchecker.impl.LinkCheckerTask.6488] com.day.cq.rewriter.linkchecker....
Let's assume I have list of path like, /content/us/en/a, /content/us/en/b, /content/us/en/c etc. and I want to publish these content from java What I have ?List<String> allPaths = allPagesPathWhichNeedToPublish();and want to publish all pages which is in allPaths list. What java steps I need to fo...