Hi All,I have been following Adobe Experience Manager Help | Reading Adobe Experience Manager OSGi Configuration Values for reading properties in my code.When i runt he sample provided it runs fine and gives correct output but when i integrate the same nodes and classes in my project, my service do...
I have a select element in multifield, and I am calling a JS function on the change of dropdown. But When I am adding one more dropdown using ADD FIELD it is not catching the event nor calling the JS function on change of value in dropdown.
On AEM 6.4.0, following the document to setup Asset Link , we did the followingUnder "Apache Jackrabbit Oak External PrincipalConfiguration" DISABLE "External Identity Protection" (attached screenshot)Make some changes to User propertiesEnable "External Identity Protection"After enabling, AEM is dow...
HI,Does the process for DTM to Launch migration mentioned by Adobe here How to Migrate from Adobe Dynamic Tag Manager (DTM) to Adobe Launch work for AEM6.3? I tried migrating a property from DTM to Launch following this process and I seeAdobe Cloud ID object error in the consoleWondering if this pr...
Hi,I was trying to implement the new feature in AEM 6.4 multi language translation. But the end result for me is not as expected. According to my understanding this feature will translate the content on the selected page hierarchy to the selected language by using Microsoft Translator but on impleme...
I have got a requirement to setup an AEM qa environment setup for testing purpose. Where I can auto deploy code from jenkins.Please guide on this. what all resources needed and instructions to do it.
Hi, I am new to Adobe Experience manager and I am looking to integrate a 3rd party SaaS video hosting platform.Ideally, we would like to create a widget that enables AEM users to search the video platform using their REST API and then embed the videos (Javascript based embed or iframe based embed) o...
I have a HTML snippet as below. <div id="mydivid" class="abcd xyz myclass"> .... ... </div> I have wrote it in below way. but it doesn't shows the entire dive in wcmmode=disabled.<div data-sly-test.editor="${wcmmode.edit || wcmmode.design}"> <div id="mydivid" class="abcd xyz myclass"> </div> .... .....