Hi, I'm Dharmavaram Murali. I want to apply for AD0-E134 Adobe Experience Manager Sites Developer Expert certification exam. I have some doubts regarding AEM certification. After the test is passed, when will I receive the certification, and how can I obtain it?In case the test is failed, do I need ...
Hi All,Since TagPicker is deprecated from AEM 6.3. I want to migrate to TagField touch ui. rootpath property is a string so can give one specific namespace path (eg:/content/cq:tags/forum). I have a requirement to list multiple namespaces(rootpath) in tagfield touch ui dialog.rootpath = "/content/cq...
The requirement is to have one item in a multifield component as default when we add the component on the page. How can I achieve this? For example, if SKU list is a multifield, the below should be the way it needs to be added with one item already available.
To creates Editable Templates based on a custom Page component. The developerwants to leverage the Style System within the Editable Templates to allow authors to switchbetween the Dark and Light Theme. The Style System dialog is NOT enabled for the site What should be done to resolve this issue a. D...
In a non-optimized website, the final HTML generated for a typical page by publish instance includes a relatively large number of <script> elements that refer to other script files loaded from AEM environment. The developer wants to minimize these network calls by combining all required client libra...
So this works ok in HTL/sightly <h3>${properties['my-field-name-here'] @CONTEXT='text'}</h3> But how do I access this value in Java? I have this code in my class but I cannot see "my-field-name-here" in the list. Thoughts? Thanks!ValueMap test = resource.getValueMap()
Hi, as background I'm fairly new to AEM and have to look into this platform that has been around at the company for over 5 years and changed ownership a couple of times. To me it's a bit of a black box. I have read all the Adobe documentation regarding the architecture of AEM, Hardware Sizing Guidel...
We've been working to separate all of our agency websites' permissions so that instead of the agencies coming to our team for creating Asset Metadata Schemas, they will be able to create these schemas themselves.Currently, I had searched tooth and nail, and the closest I could get was via this Exper...
What should be done to make sure the user service mapping for the service component is available? A. Create a field of type ServiceUserMapped and annotate it with @reference.B. Wait for the service ServiceUserMapper via BundleContext.getServiceReference().C. Create a field of type ServiceUserMapped ...