Hi @Umesh_Thakur
It initially checks if the version has been installed before and if so, the version of that record is compared with lastUnpacked version of same record and which ever one is the biggest is showing in the little message below the package.
You can verify the same.
If all looks ...
@akshaybhujbale ,
Can you try without self.true
And can you explain what is the scenario and why are you adding self.true for better understanding?
As self.true : If true searches the subtree including the main node given in path, if false searches the subtree only
Hi @BrijeshYadav ,
Please go through the below link
https://medium.com/tech-learnings/adobe-experience-manager-reporting-on-users-last-login-date-e2035021cb9e
Hope this helps!!
Thanks
Hi @Sanjana12 ,
Please go through below links
https://aem4beginner.blogspot.com/sightly-pagination-component-using
Custom implementation
https://www.tothenew.com/blog/full-text-search-in-aem-using-query-builder/
Hope this helps!!
Thanks
HI @Sanjana12 ,
You can check an already resolved issue on the community.
https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/multi-field-validation/m-p/369733
Hope this helps!!
Thanks
Hi @akshaybhujbale ,
You can try below snippet
ValueMap properties = currentPage.getProperties();
data = IOUtils.toString(properties.get(“jcr:data”, InputStream.class), “UTF-8”);
Hope this helps!!
Thanks