I've got a workflow model that I want to run after DAM update asset finishes without modifying the DAM update asset workflow itself. I know that DAM_UPDATE_ASSET_COMPLETED event triggers at the end of DAM update, but I'm not sure how I can leverage this in my Workflow Launcher conditions. Is this po...
I'm trying to customize the validation for a couple of Asset Metadata fields. I need to make the Title and Description required. I also need to implement additional restrictions on the field values (no capital letters, no blank spaces, etc..., but I could do that on the js file). I have a few questi...
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...