Hi All,I have a question regarding AEM licence. Currently our application is running on AEM6.4. Now we are planing to start one more application. Like our current application is for end users and our new will be internal only for Company employees.And there is different team will going to develop a...
Hi everyone,Does anyone have a suggestion for how I can attend this requirement bellow?I need to shared session between AEM and React application.ThanksAlisson Xavier
Hi all,In one of the component information module, there is links tab where i authored some links which are not rendering on the page. those links are atored in crxde under /content folder. there are two dropdown options one is headquarter and another is contacts. when i select head quarters option...
Help is appreciated in writing JUNIT for below code. @PostConstruct protected void invokepost() { super.Initialize(); qs = new ArrayList<SomeComponent>(); Iterator<Resource> iteratorExp = resource.getChild("root/childParsys/").listChildren(); while (iterator...
Hi ,I am facing an issue in running the query through my deployed code in AEM.The map is created as below:Map<String, String> map = new HashMap<>();map.put('path', 'path-here');map.put('type','oak:Unstructured');map.put("1_property", 'content-type');map.put("1_property.value", 'value');map.put("2_pr...
How can I display JS object properties or iterate over JSON objects using sly-data-list.Here's my particular JSON{"make":"Honda","model":"civic"}Would something like this require a mixed model with local Java class?Thanks
Hi All,i am facing an weird issue. i.e. we have added custom tabs in page properties in my locale instance(as an admin).Scenario:1if we are trying to create a page from touch UI, Once we navigate to properties section we are not able to see custom tabs in page properties.Scenario:2if i create a page...
HI Team,I have 2 Users group and 1 User XEx: User X belongs to both Group A and Group BGroup A has 3 folders M,N,O where M have allow access and N,O have deny access similarlyGroup B has 3 folders M,N,O where O have allow access and M,N have deny accessNow if you check the X User Permission their is...
Hi,I followed each step of the guide here Integrating with Adobe Campaign StandardI read about all the other posts in the forum but still AEM and ACS are not able to communicate between each other. I don't even have the email template on the pages of AEM.- I tried to change the password at campaign-...