I need to clean a publish instance of several large assets and have done so on author by generating a list and deleting with cURL commands like: curl -u admin:admin -X DELETE "http://localhost:4503/content/dam/abc/def/images/shirts.png"it works on author but on publish, the result is the following ....
Hi,This is a requirement I need to build on top of Re: Customize http://localhost:4502/aem/inbox in vanilla AEM 6.4instance .I have a custom button say "My Complete" on clicking of which my custom dialog shows up. I have a situation wherein, we need to add a check for our custom button, that based ...
hi All,We have the requirement where we have updated the 1 property of existing node on author now we have replicate this particular property of node (not whole node )to publish. Can someone please suggest how can we achieve that using the java code.Thanks in advance.
Hi guys,I'm willing to set a custom validation rule for a text field on my component's dialog. And for that i was following this guide: Adobe Experience Manager Help | Validating Adobe Experience Manager Touch UI dialog valuesFor some unknown reason this doesn't work for me. There are any additional...
Hello Everyone,In our application; we submit the Adaptive Form data to CRX via. Submit button. Now, I need to fetch the same data from CRX and show it on a different adaptive form. Could any one please highlight the steps for fetching the data from CRX and display it on forms?ThanksTanmaySingh
We have a use case in our project where we need to create an aem asset repository. This would cater assets to multiple other enterprise projects. We are using aem6.4. Please suggest means in which we can achieve this scenario.We have tried creating Content Fragments, to expose the contents. But we c...
I'm getting the following error on the page, when I access that in AEM 6.3 touch UI.foundation.1.0.js:7460 Uncaught TypeError: now.utcOffset is not a function at HTMLDocument.<anonymous> (foundation.1.0.js:7460) at HTMLDocument.dispatch (jquery.1.0.js:4665) at HTMLDocument.elemData.handle (...
Hi,We are using AEM 6.2 and we have an issue on communities.We have a community group where the users post the messages by clicking on email subscriptions, notifications while posting new messages.We find that none of the users subscribed to this community group doesn't receive any email notificatio...
I love the way CUGs for pages were implemented with 6.3. This was exactly what my project needed that we were struggling with in 6.2 and how we were able to convince the company to let us upgrade. Unfortunately, we're facing issues with setting permissions on tags in 6.3. I'm having to set tag-based...
I have a folder that have some sub-folders named as 8134, 9094 along with only text. The query builder predicate `orderby=@jcr:content/jcr:title` sorts the folder names if there are no numbers in the folder names. But if they do, the sort oder is not correct. What am i missing or doing wrong?My quer...