Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
In AEM 6.4 when a page is published its version will increment by 0.1. My requirement is to increment the version by 1.0.
Please suggest best approach for this.
Thanks,
Kaustuba TM
Solved! Go to Solution.
@KaustubaTM
First of all, you need to write the custom JobManager and Jobconsumer to handle the page replication event.
You have to use VersionManger API to handle the page versions.
see the following useful links
1. https://docs.adobe.com/content/help/en/experience-manager-64/developing/platform/dev-offloading.html
2. https://www.programcreek.com/java-api-examples/?api=javax.jcr.version.VersionManager
Hope this will help..
Thanks & Regard,
Suraj Kamdi
View solution in original post
Views
Likes
Replies