Folks:I was wondering if there is a default JSON created that lists all the assets in a path. For example: I created a folder structure: https://mydomain/assets.html/content/dam/chec-press-releases/2020 and populated it with several assets.If I go to > https://mydomain/libs/wcm/core/content/refer...
Hello,Since initially creating this post I created a case with Adobe support as this may be a bug. Let me know which is the appropriate channel and I will close the redundant one. In 6.2 we were able to select multiple pages and then properties to allow bulk editing. The path browser option to se...
I need to run through a bunch of XDPs (on a filesystem) and convert them to flattened PDFs (for print).We have AEM Forms (OSGI).I have been reading here but, I cannot find any reference to OutputService.https://experienceleague.adobe.com/docs/experience-manager-learn/forms/document-services/output-...
I am trying to use GCP Computer Vision with AEM and I've added the following dependencies in the Maven pom.xml: <dependency> <groupId>com.google.apis</groupId> <artifactId>google-api-services-vision</artifactId> <version>v1-rev20210423-1.32.1</version> </dependency> <dependen...
Hello , I am working on a script to get some nodes and save it as json in /content/dam. I. was first. testing out creating a random file in content/dam. but i keep getting this javax.script.ScriptException: javax.script.ScriptException: groovy.lang.MissingPropertyException: No such property: resou...
I have an adaptive form and a workflow that I need to export. I followed the instructions here:https://experienceleague.adobe.com/docs/experience-manager-65/forms/manage-administer-aem-forms/import-export-forms-templates.html?lang=en However, the workflow is not appearing nor is the Adaptive form....
Hi --I am attempting to integrate the AEP SDK into an objective-c project via cocoapods. Here is the Podfilesource 'https://github.com/CocoaPods/Specs.git' platform :ios, '13.0'use_frameworks! target 'aep-prototype' do pod 'AEPCore' pod 'AEPAnalytics' pod 'AEPMedia'endI am unable to impor...
Basically, I set up AEM in Ubuntu 20.I set up the requirement for AEM and its working fine, Next, when I thought of customizing the theme via which I cloned from the GitHub link https://github.com/adobe/aem-cif-guides-venia, as I have started as per GitHub steps first I ran`mvn clean install -PautoI...
I've downloaded the Dispatcher and try to load module into Apache Web Server butwhen trying to run the Apache HTTP server, I am encountering the following error. Any ideas of what I need to change to get the dispatcher to be loaded? The version of the Apache Server is 2.2.Syntax error on line 130 of...
For an AEM component when I override a core component, its css and js does not render.Can someone suggest me the way to get css and js when overriding a core component. Thanks