When i tried to update the any metadata property of an asset jcr:lastModified & jcr:lastModifiedBy which is present under "/jcr:content/renditions/original/jcr:content not updating . Requirement is whenever any metadata property gets updated these two values should also be updated .Kindly provide an...
I hv three different asset type for eg - jpeg,png,ttf and for all three hv their different metadata.Can some one help me how to manage metadata so that i can see different asset metadata properties for different asset type. Thanks.
I have an requirement like whenever a property called "dxmlLastCreatedVersion" of an asset is getting changed a listener should listen the event .I am using the below code kindly hv a look and let me know is this the correct way get an event for a node property change. It is working for all propert...
Is there any way to call a workflow on only creation of a new version of a document like map,topic in AEM guides.please find the below onclick of this highlighted button save as new version button a workflow should trigger. Thanks,
Working in AEM as cloud SDK .As mentioned in document need to include this bundle in your code to use these APIs. but this version is not available in adobe nexus repo while including in pom.xml as dependency .Bundle details:Group ID: com.adobe.fmditaArtifact ID: apiVersion: 3.2Package: com.adobe.fm...
Hi @Jagadeesh_Prakash for customization used the below code but it still its not calling the extended one it is calling the OOTB one url.setLastModified(lastmod.toInstant());(displaying)url.setPriority(2);(not displaying)When i check error.log no info i can get related to this extended class.
Hi @EstebanBustamante for customization used the below code but it still its not calling the extended one it is calling the OOTB one url.setLastModified(lastmod.toInstant());(displaying)url.setPriority(2);(not displaying)When i check error.log no info i can get related to this extended class.