Auto-populate asset metadata schema
I've created an asset metadata schema and it contains a date field named "Publication Date". The requirement is that when I apply the schema to asset folder, it should update the date field to current date. Also, there's another date field i.e. Date Modified which should be filled with the date on which asset is renamed. I have gone through this documentation as well https://helpx.adobe.com/experience-manager/6-2/assets/using/metadata-schemas.html Is there any OOTB way to achieve it? If not, what should be the custom approach I should apply? or a custom java script had to be written ? we are using AEM 6.2. Thanks in Advance