We had a great session at our Chicago office as we hosted the AEM Midwest Chapter's 9th meeting in the community! Held last Thursday, 9/18, we enjoyed deep-dish pizza (a real Chicago treat!) and beverages and had a great discussion with other partners on a topic that everyone's talking about: AI. ...
Hi. I am very new to AEM and Tealium and have a requirement where dev environment of AEM is to be integrated with Tealium. There is not much information available on this. Please help
Hi All,I know at template level we have allowedpath,allowedchildren and allowedparent. But i am trying to use allowedparent and allowedchildren at cq:component level.In detail:As per the below documentation link from Adobe it seems like CQ:component has property allowedchildren and allowedparentCust...
Hi All,I am trying to export a page in my application and i am able to export the page by adding export.zip extention instead of html.But when i unzip and open the page, js and css are not applying and it's not exporting the DAM assets. How to configure the contentsync template to export assets a...
Hi everyone,I've just activated the Adobe Html Library Manager minify in /system/console/configMgr, so now every ClientLibrary is called .min.css or .min.js.Here's my problem: the ClientLibraries are not updated until I edit the file, even with only one space, and in this way the ClientLibrary is bu...
Hi All,While creating a workflow i tried to add a workflow task step by following the steps given in Adobe Experience Manager Help | Developing Projects in AEM - Part 2 but it gave me the error into logs section marked below:Error:Caused by: com.adobe.granite.workflow.WorkflowException: Metadata mu...
Hello Everyone,I have below use case:EXISTING CODE:private static final String MAIN_QUERY = "/jcr:root/content/data/myproject/products//*[@sling:resourceType='myproject/common/components/template1']";Iterator<Resource> it = this.resourceResolver.findResources(String.format(MAIN_QUERY), XPATH);int co...
Hi Team!Say we have a component with styles system (which was made through a component's design dialog) and a regular dialog with some initial data. When we apply a style on newly added component without submitting regular dialog, then somehow regular dialog's initial properties vanish.I'm curious i...
Hi All,In our project, we're seeing an issue with iParys. The component is available on both Dev1 and Dev3 environment. On Dev3 , I'm able to edit the iParsys on all parent and child pages but on Dev1 I am unable to edit even though same set of permission is there in both the environments.When I in...
Hi,As per the documentation MSM Best Practices , placing the new configuration before standard rollout configuration is not deleting the pages in the old location of live copy.To fully realize a page move from a blueprint to live copies, consider the following best practices:Create a custom rollout ...
How to have multiple To recipients in my Email ? Currently String[] sends mail one by one. But i want the email to be sent having multiple people in To . How can i achieve it ? I tried ACS commons API with these options. nothing worked. Got Invalid Recipients error. I referred this documentation.Em...