Make an jquery ajax call to a sling servlet which further call the workflow through APIRefer to example below. Adobe Experience Manager Help | Invoking Adobe Experience Manager Workflows using the AEM Java API You must also look into solution by smacdonald2008There are only 2 methods (not counting ...
Here is a sample AEM fiddle script to add foldermetadataschema to subfolders programaticallypackage apps.acs_002dtools.components.aemfiddle.fiddle;import com.day.cq.search.*;import com.day.cq.wcm.api.*;import com.day.cq.dam.api.*;import org.apache.sling.api.*;import org.apache.sling.api.resource.*;i...
Yes, its not inherited if there are existing subfolders inside a folder and you apply schema to only the parent folder.But in case you have already applied schema to a parent folder and you are creating nee subfolders inside the parent then it will ask you to add a metadata schema while creating sub...
You can use the following example in AEM fiddle tools and create a dynamic package.Adobe Experience Manager Help | Creating Adobe Experience Manager Packages using the JcrPackageManager.API Here are the steps:1) Install ACS commons and tools package2) Open AEM fiddle tool http://localhost:4505/etc/a...
You need to install AEM 6.3.2.0 CFP1 and then the folder metadata schema option will appearI just did that. Here is the link to download AEM-CFP-6.3.2.1https://www.adobeaemcloud.com/content/marketplace/marketplaceProxy.html?packagePath=/content/companies/public/adobe/packages/cq630/cumulativefixpack...