Hi Community, How to send email notifications after page published in the workflows. Has anyone implemented it or OOTB feature used in their application.
Hi All, I'm facing issue with "Adobe ID is not linked with Adobe Experience Cloud solution accounts". Anyone can provide the steps to link my adobe id with Adobe Experience Cloud solution accounts.
Hi, I am getting the following error when running test class. Any help is appreciated. java.lang.RuntimeException: Unable to invoke method 'activate' for class org.apache.sling.models.impl.ModelAdapterFactory at org.apache.sling.testing.mock.osgi.OsgiServiceUtil.invokeMethod(OsgiServiceUtil.java:3...
I am trying to utilize the built-in search function in AEM 6.5 for searching assets. I have a few questions about its capabilities: Is it possible to search for keywords inside a text file (such as a .txt or .css file)?Is there a way to export the search results as a .csv or .txt file?Are there any ...
Why can't I embed a fragment reference in a multi-line text field when rendered as multi-field? I'm able to embed a fragment reference when the multi line text is rendered as "text area." Why allow me the ability to select "Allow fragment reference" if I cannot actually utilize this when "multi fie...
Hi All, Q1) I have Servlet components and Model components on my page for personalization. When the targeting mode is off, the servlet component appears completely, however, when I turn on targeting, the component does not work properly. The Model components work correctly. Q2) From another servlet...
Hi, I got a requirement to list of below properties from page and update them in excell 1.tags 2. title 3. page title 4. Publish status 5. Description I have thousands of pages, and child pages too , how can I a give this. Thanks in advance Thanks
I have the below query which is used to get all the images added (in two of the paths) which were created between two dates. SELECT * FROM [dam:Asset] AS a WHERE ((ISDESCENDANTNODE(a,[/content/dam/wknd/en/site])) OR (ISDESCENDANTNODE(a,[/content/dam/wknd/en/site2]))) AND a.[jcr:created] > CAST('...