The easiest way I see is to use the Java File API and make a file.lastModified() call.But as you said it needs to be a different service and wont be available in the workItem. ThanksTuhin
Hi,Can you validate, if the asset update workflow is triggered for videos as well and if this workflow is creating a version for it? If not, you can create your own workflow launcher, which is triggered on changes of video metadata. This launcher starts a workflow, which creates a version of the cha...
Hi varunv79196432,Ideally speaking it would not affect your /etc/key. However we always ask our customers to do a rigorous testing with any upgrades to avoid last minute surprises.So if you find any problems with your testing, get in touch with customer support.ThanksTuhin
A good read on this topichttps://www.cqtutorial.com/courses/cq-admin/cq-admin-lessons/configure-cq-replication/cq-reverse-replication AEM Reverse Replication Reverse Replication: Customize for your content - iCiDIGITAL ThanksTuhin
You could use JS show hide function on the div of second component which would be managed/called by the button click of first component as rightly mentioned by Arun.How To Toggle Between Hiding And Showing an Element ThanksTuhin
You might have to try setting up the acls programatically.Look at AccessControlManager API.Read the below documents. This should help.User, Group and Access Rights Administration ThanksTuhin
sunitac70336244,It seems there might be multiple nodes under the parent node that you have. If you know that there would always be two levels of nodes inside "/content/VignetteContent/plan" node you could continue using this code with a little twich.Other wise if you are not sure on the number of l...