Hi, I am inside an htl html template file which uses SlingModel A and I want to call another template, which requires a parameter which is requiring SlingModel B.I know I can add a method to SlingModel A which instantiates SlingModell B.May question would be if I can do instantiate SlingModel B dir...
Hi everyone, We have a use case where AEM content pages are dynamically populated with content using ReactJS. To fetch the feully rendered page content(including dynamically inserted elements), we rely on org.htmlunit.webclient by enabling the javascript support in our code. This approach worked wel...
Hi, We're integrating with an external system using a scheduler to make API calls and sync data to AEM under /var/abc/... The client requests a synchronization frequency of 30-60 minutes for approximately 100 nodes within AEMaaCS. Is that acceptable or what are all the factors we need to consider if...
I am working on customizing the workflow wizard in the AEM Projects Console in AEMaaCS.. Currently, the wizard includes two steps: Workflow and Properties. I want to introduce an additional custom step to this wizard. I have reviewed the official documentation (Develop AEM Projects) and found de...
We have a problem that when extending the universal editor we create a modal with a form, but when we click or focus on the input of the form and for example write the letter, for example a, the sidebar with the options is activated and it is not writing in the input, you need to click on the input ...
Recently we have migrated from AEM on Prem to AMS. But after migration we seen this below error frequently in the error log on Prod: 10.01.2025 04:51:48.389 *ERROR* [10.3.14.79 [1736484708382] GET /content/regent.html HTTP/1.1] org.apache.sling.servlets.resolver.internal.SlingServletResolver Calling...
Hi everyone,As I understood OOTB Universal Editor does not provide any complex data-type's such as Composed Multifield (a multifield that consists of several predefined fields) or Select with dynamically retrieved options.The one thing that I found related to this topic is the creation of a UI Exten...
Does any one where to find any tutorials or certifications or learnings related to Adobe_LiveCycle_Designer ( used to create dynamic pdfs)https://en.wikipedia.org/wiki/Adobe_LiveCycle_Designer Thanks
I have created a custom workflow under '/conf/global/settings/workflow/models' and deployed to aem I am able to see the workflows in crx/de but not visible in 'http://localhost:4502/libs/cq/workflow/admin/console/content/models.html'also the workflow is not present under '/var/workflow/models' belo...
Hi Team, There is a requirement in my Project where we are fetching 3rd party data using GraphQL.This 3rd party data has properties details (which will be rendered as filters on page for end users). To make this Filters functionality works we need full data set at FE.To get the full data set from 3r...