HI All, I have a requirement, where I have a large number of tags in my system under cq:tags example (/content/cq:tags/exampleTag), but these tags have only title property and description property in it, I need to add a new property as ID for it, a one similar to jcr:uuid (either this is also fine)....
Hi @EstebanBustamante I have tried this and It worked out for me after reindexing only, First I have added the node jcr:uuid along with its properties as mentioned.Then In the damAssetLucene I have changed the property of reindex to true(without changing it to true, and keeping it as false, I have ...
Hi All,I have a multifield component and saving the node value based on the highest index but i have the problem let us assume we have three nodes (field_0, field_1, field_2) at the time, we are removing the 2nd node and try to add one more node, at this time its saving as field_3 but i need as fiel...
The print or preview of a page won't work, if the page is moved from one place to another, the older versions before the move will not be available to preview.Only the new versions after the movement will be available for preview. It is the default behavior of AEM.https://experienceleague.adobe.com/...
Hello Everyone, I have a scenario in which a page having content more than 50 pages of text with tables,Also the page has more than 40 versions in it, When I try to download new version (like 1.45) of the pdf by clicking the print button from the timeline, it generates a blank pdf.Also when I try to...
Hi @SouravG, I have written a custom js in the code repo, In that targeting the property of the page, whether it is published and this has to be done for the column, grid and list view separately.This js should be used in On load.
Hi Team, I'm in need to sort the tags select icon (widget) in the tag field to be sorted in alphabetical order.I'm currently using AEM 6.5. Any suggestions are welcome.
Hi @lukasz-m, thanks for your quick suggestions. Still I have a question, is there any way, in which,We can check whether the page is published and disable the move button on selecting the page.As like the (activeSelectionCount:"single") property which allows only one page to be selected and hide t...
I tried by overlaying the siteadmin.action.js and adding a condition in the move option in the siteadmin-> action. But the overlayed function is not working.Even the existing singleSelection is also not working, when I change it into anysleection, those changes are also not working.where Do I need t...