Hi team, I'm trying to make a IMS configuration to Target through OAuth while creating a adobe IMS technical account configuration I came across few doubts on some inputs those I will place below. Authorization Server - ?Client ID - Client ID generated after the access token creation.Client Secret -...
AEM 6.5.18Problem statement: Trying to save PDF in AEM publish DAM and return a externalized PDF URL.A post servlet is created to POST data with pdf as blobdata to store PDF in DAM. If directly posted to AEM publish, PDF is stored in DAM successfully. However, if it is posted via dispatcher, we obse...
Trying to find the development gotchas while developing for AEMaaCS. any tips/suggestions? Thanks (outside of the ones mentioned on this page: https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/release-notes/aem-cloud-changes)
I have a dialog with 3 dropdowns A,B&C. Either of these will be displayed based on another dropdown using wrapperClass. Each dropdowns has 3 options X,Y,Z. When Z is selected, a text field must be shown, otherwise it must be remained hidden. Any inputs?
Hi All, I got requirement to create sub folder using workflows. Authors uses the workflow to maintain standard folder names and structures(Imagine author creates same sub folders for each quarter). In the beginning main folder does not have any assets. Author do not have permissions to access the to...
Hi,I'm actually implementing the new universal editor on a website with some sections who have their height defined in vh units (viewport height). The problem is, when in the iframe of the editor, the editor seems to try to resize the iframe to the total height of the website but doing this cause t...
Hi all, We are migrating the website from AMS to AEMaaCS. As part of refactoring, we have moved the clientlibs to /apps/<project>/clientlibs.We have set allowProxy = true and allowed clientlibs from dispatcher filter also. On dispatcher, we have observed that sometimes the requested pages are loadin...
Hi, I am trying to build an archetype49 project using below command mvn org.apache.maven.plugins:maven-archetype-plugin:3.2.1:generate -DarchetypeGroupId=com.adobe.aem -DarchetypeArtifactId=aem-project-archetype -DarchetypeVersion=49 -DappTitle="My Site" -DappId="mysite" -DgroupId="com.mysite" Init...
Hi,I'm getting invalide query exception for this String queryString = "SELECT * FROM [nt:unstructured] AS node WHERE ISDESCENDANTNODE(node," +path+")"+ "AND [sling:resourceType] LIKE 'apps/components/componentName"; I tried String queryString = "SELECT * FROM [nt:unstructured] AS node WHERE ISDESCEN...