I want to access the properties of specific page but I only have its path with me in the sling model. how can I access the page properties if only the path is given? I have tried using : @ScriptVariableprivate ResourceResolver resourceResolver; Page rootPage = resourceResolver.getResource(PAGE_...
Hi Team, Is there any functionality in AEM to allow users to track past user actions or past user changes on web content in the platform in author instance. Thanks
In Adobe as cloud Services, we are unable to see the project folder for editing templates using the following URL: https://author-pXXXXX-eXXXXXX.adobeaemcloud.com/libs/wcm/core/content/sites/templates.html/conf As per the below support article, it seems that the issue is probably due to some Lucen...
Hell all, I'm using resource resolver in my code. But it throws an error. Also, i want to know, what is resource resolver, and why it is used. And what is the correct syntax for resource resolver. Can anyone help me with this ?
I have been working on a POC for smart tagging, and the use case is – Create a training model for group of images for two scenarios –Tag the training images having a head shots of a personTag the training images having a company logo Upload test images for both the scenarios with –Images of same pe...
I would like to upload assets (binary) into cloud storage with every 2 hour schedule. In every 2 hour, I will be making a call to external API, which will provide me the list of URLs which holds the assets, I will need to upload/update these assets into cloud storage. Current application runs with...
I need to customize the OOTB Email Template which is located in "/libs/settings/workflow/notification/email/default/en.txt" for Workflow Email Notification in a Participant Step. I tried overlay it to /conf but changes are not reflecting. Even after restarting the bundles and instances. As per t...
Hi All, I have MSM Site wherein I deleted the livecopy of /content/cl-ma-sp/local-fleet/page1 and performed rollout for the same page from master /content/languagemaster/en/local-fleet/page1 after rolling out the page isnt creating as livecopy under /content/cl-ma-sp/local-fleet the Livecopy has a J...
Hi, I am new to AEM & having two queries. 1. Is there any way webGL can be embed/integrate into AEM page? If yes, then what should be the approach? 2. Is there any tool for content & Asset extraction from non public URL of AEM site? Web page URL's can be access through user credentials only. K...
Hi All I am trying to understand something. I am writing a servlet for a page resourceType something like below. Now as you can see, my extension is "txt". But when I call the page from my browser , if we follow the sling principles , my servlet has to be invoked when I call the page path ...