I'm at a loss for what to do - Please HELP!!I have been using Designer for the last 4 years but I'm at a complete loss as to why one of my forms fields is not working as it should. Background:I have a form with dependencies i.e. if X is selected then hidden fields ABC are shown. Field C is a repeat...
I see adobe has updated bulk import with two more options in the dropdown in the documentation on June 13, 2024 site https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/assets/assets-view/bulk-import-assets-view1. Dropbox2. Onedrive However when we login to the site, ...
Hello Team, I wanted to read json file from DAM location in my sling model. Can, someone help me with a valid, performance efficient logic? Thanks in advance.
Hello Everyone, I have few pages under: /content/abc/us/en which is having node property: article value as blogNow, I need to find out list of pages under: /content/abc/us/en where property "article" has the value: blog.How can I write the query using Java Stream option. Output will be list of p...
Background: I have pages that are tagged with CUG policy to allow read access to the page to the user who belongs to a specific group. The access for the end-user works as expected. However, I would like the service user to have access to all the nodes in JCR tree regardless of if the resource has C...
A third party tool will upload a JSON file with the required data into the DAM. Based on the provided page details from JSON, such as page_path, page_name, and other configurations, a page needs to be created.Will PageManager support creating all the nodes in the JSON? How?
Hi, For AEM Author stage instance we have it AWS and on request made is passed through Dispatcher Server -> Intermediate server -> AEM server. But the application is throwing 504 gateway timeout error and is failing to pass the request through intermediate server and the following logs are displayed...
hello,I have two countries us/en and in/en. The favicon is visible for us/en but not visible for in/en so I just want to know how we can do this enable and disable thing?
Is there any pros/cons of initializing an Apache HTTPClient variable during @activate vs initializing the same variable when I'm about to use it? private CloseableHttpClient httpClient; @Activate protected void activate() { httpClient = HttpClientBuilder.create() .setDefaultRequestCon...