Hi All, I have a requirement to restrict and show a popup to my web masters to do not upload more than 20mb assets (png, jpg, tif .. etc but not pdf, zip), while I was searching web, I found this link https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/aem-6-5-19-on-prem-restri...
Hi @BrianKasingli , Thanks for the quick response.So, the suggestion or correct way is, don't rename pages but use the alias instead.Then, i'm gonna ask my client rename the pages back to original (sync with other language page node name) and then use the name what they preferred as 'alias'. by the ...
HI All, I have a scenario, my client has renamed few pages in one languages which is causing Language switch failed to navigate to right page.I have pages like/content/abc/en/home.html/content/abc/fr/home.html After renaming the FR home (from /content/abc/fr/home.html to /content/abc/fr/domicile.htm...
Hi Team, There is a requirement in my Project where we are fetching 3rd party data using GraphQL.This 3rd party data has properties details (which will be rendered as filters on page for end users). To make this Filters functionality works we need full data set at FE.To get the full data set from 3r...
Hi @AnushaAt, If i understood correctly, you want to set ACLs in more granular level.You shall consider AC tool/Yaml file approach.for more details:https://shinesolutions.com/2018/10/02/managing-user-permissions-in-aem/https://taradevko.com/aem/aem-ac-tool-manage-groups-users/with this you shall cre...
Hi all,I did figure out the way to integrate JMS with AEM as a Client application.The first challenge was finding the right dependencies, after a struggle I managed to get the required jar files and created OSGI bundles out of those with few Import/Export packages changes.Below is the dependent jars...
Hi All, I’m looking for pointers to drop/publish a message to a Queue using JMS from AEM 6.5.I referred an old post, but that doesn’t help- https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/jms-client-in-aem-using-weblogic-intialcontext/m-p/191107Can anyone provide me input h...
Hi @RitendraS11 , There are few structural changes between 6.3(6.4) and 6.5.in terms of configurations, moved from /etc to /conf where applicable, especially for templates, policies, and designs.Please check this https://experienceleague.adobe.com/en/docs/experience-manager-65/content/implementing/d...
Hi @BinaryAlchemy11 ,as @PRATHYUSHA_VP mentioned below you shall try pudding a debug point in the browser console (F12) and debug your JS file, FYI - Thanks,Raju.