I created experience fragments using naming pattern "word2-word2-word3_word4", but the node name that is getting saved in the CRX is: "word2-word2-word3word4". Underscore is getting ripped off of it comes after in the naming. But these work: "word1_word2", "word1-word2", "word1_word2-word3".I notic...
Hello All, We are having lot of folders under AEM / DAM / Assets folder. To retrieve the folders we are firing a query under SQL2 through CRDXLite."select * from [nt:unstructured] where ISDESCENDANTNODE([/content/dam/all-campaigns]) AND [OWNEDBY]='{name}' and [CAMPAIGNNAME] IS NOT NULL order by [CAM...
I have a query as below: type=cq:Pagepath=/content/ciandtamericaspartnersandboxprogramtagid=astellas-news:press-releasestagid.property=jcr:content/cq:tagsproperty=jcr:content/releaseTimeproperty.value=2023-10-09T13:44:00.000+08:00p.limit=-1 and I want to find all pages under a certain year or month...
Hi @All,We are encountering one issue while component migration form coral to coral Ui 3. we have some custom xtype properties in component which we are trying to convert to coral Ui3, but we see that custom xtype are not getting converted. Please find the example below:Custom Xtype:These properties...
I was looking to customization Brand Portal workflow wherein when we publish asset from brand portal to AEM is it possible? I was looking in the documentation didn't find anything related to customization of workflow in Brand Portal
I'd like to ask other community members if they're experiencing the same issue using the latest Cloud SDK: 13665.On a fresh instance, if I open a "Simple Project" and then try to start a "Project Approval Workflow" it just keeps spinning and a JS exception is logged in the browser console.Uncaught T...
Hi, I am giving encrypted keys in OSGI configuration, but keys are getting unprotected(decrypted) without using crypto. Unprotect () in backend. Can anyone please help me why this issue is happening.
I am trying to set a dispatcher locally, so I have local cloud SDK for author and publish, for testing purpose i have deployed the WKND website which is running fine on publish http://localhost:4503/content/wknd/us/en.html, but when I hit the same URL using Apache 2.2 web server url which has the di...
Hello All, We are using the YAML file to manage the permission in AEM. we are using the Netcentric open-source package. It was working fine in all the environments. However, it starts failing in publishers where we have millions of users. Error is something like traversal Exception. Any thoughts her...
When I iterate content nodes of a page, I cannot find any structure contents in Dynamic Template. How can I read components in Dynamic Template of a page?