Hi All,I wanted to know about the status of page i.e "Page Valid" in the timeline when we check the detail of any page in Touch UI admin interface. After performing which activity this status is published in the timeline. Please see the below image.Thanks,Ashwani Sahni
Hi All How to allign fieldLabel and textfield single line in dialog,in AEM 6.3 under FieldLabel Displayed Textfield,But in AEm 6.2 it's Displayed Properly
Hi All,We have defined custom run mode for our AEM server like dev.publish. I'm using below code to get run mode. @Reference private SlingSettingsService slingSettingsService; slingSettingsService.getRunModes() is giving Set of Run modes including default like [crx3, author, samplecontent, dev.pu...
1down votefavorite1I want to activate only the modified node in my AEM project. Node structure is:Parent NodeChild Node 1Child Node 4Child Node 5Child Node 2Child Node 3Requirement is:For Example I can activate Child Node 5 but not Child Node 2 from the Parent Node.Content authors should have a flex...
Hi Team,Got a quick question with respect to the way client libraries work in AEM. Can we have client library folders(cq:clientLibraryFolder) created under /content/dam and there by load static files(.css and .js in DAM) using css.txt and js.txt which are located in same folder(under dam). I know it...
I am working on a requirement where we need to run campaign workflow from some other third party applications. Also some data will be passed from that third party application to that workflow. e.g. When user registers on the website we want to send an email to the user from campaign while sending th...
Hi All,i was looking for a way to read the TagId Eg: Sea:Water/Fish from TagName Eg: Fishi read the Tag Manager API Doc, TagManager (Adobe AEM 6.0.0 API 6.0.0 API) it has Two methods to Find Tag Details'TagManager.FindResults findByTitle(String title)RangeIterator<Resource> find(String tagID)But my ...
I am new to AEM6.3 with Angularjs. I have been working on AEM for sometime now but I have never worked on Angularjs.We have a requirement to develop single page application in AEM involving authoring and navigation and consuming some APIs. Can anyone here help me/guide me for initial understanding o...
Im trying to have a workflow process create a notification in the user inbox to link to updated pages.According to past answers I have found that people would use an interface called InboxManager. Unfortunately upon investigating I cant really find it in uber-jar. Has it been removed? I can find it ...