Niveau 1
Niveau 2
Se connecter à la communauté
Connectez-vous pour voir tous les badges
Hi Guys.
Need help with groovy scripts.
I have a property String[] which has tags stored in it. I want to move the tags to cq:tags property specifically.
is property cq:tags protected? how would I store tags to cq:tags via Groovy script?
Have also tried - https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/how-can-i-update-multi-val...
but does not work for cq:tags property. We also tried few other ways including Valuemap and Node objects.
Résolu ! Accéder à la solution.
Les sujets facilitent la catégorisation du contenu de la Communauté et vous aident à retrouver le contenu le plus pertinent.
Vues
Réponses
Nombre de J’aime
@EstebanBustamante Thanks for the response, we found a workaround;
As I mentioned, the thread works for property names other than cq:tags.
We found that once we disable the below, it was able to save. Thanks.
Are you seeing any errors in the logs while attempting to save? The thread you shared should work
@EstebanBustamante Thanks for the response, we found a workaround;
As I mentioned, the thread works for property names other than cq:tags.
We found that once we disable the below, it was able to save. Thanks.
Vues
Likes
Réponses