Which solution is required to use segments from Adobe Analytics in AEM in authoring mode? (A) Adobe Launch (B) Adobe Target (C) Adobe Experience Cloud ID Service (D) Adobe Audience Manager @aanchal-sikka @EstebanBustamante @arunpatidar @Shashi_Mulugu @Pranay_M @Mahedi_Sabuj @DivrajSingh @Sudheer_...
Hi @everyone, In Adobe Experience Manager (AEM), when defining a Sling Model with the following adaptation:@Model(adaptables = { Resource.class, SlingHttpServletRequest.class }) What is the purpose of still using the @Self annotation for fields such as:@Selfprivate Resource resource;@Selfprivate Sli...
hi,i am want to add a property to the filter bar in content hub.it is a new created property "edg-value", but i am not able to select this property when adding a filter entry.how do i select custom metadata properties?thanks
Hi @everyone, What is the difference between 'Adaptables' and 'Adapters' in Adobe Experience Manager (AEM) Sling Models? I would appreciate any insights on the distinctions between these two concepts and how they are applied in the context of Sling Models in AEM. Specifically, how do Adaptables and ...
We are trying to create a basic AEM Project using the current archetype version 52. Folders and files are created but we receive an error in the groovy post-generation script. We are using the following command: mvn -B org.apache.maven.plugins:maven-archetype-plugin:3.3.1:generate \-D archetypeGroup...
I need to save few property(customlastModified and loggedinUser based ) on dropdown selction (inprogress and approved) of basic tab of page. To implment this I used OOTB property i.e. resourceChnageListener and overridden on chnage menthod. One strange behavious I have notices is it is triggering lo...
The Architect is preparing to deploy to AEM as a Cloud Service. The existing project uses a SAML 2.0 IDP. Where should the Architect configure the IMS in AEM as a Cloud Service? (A) SAML 2.0 Authentication Handler (B) Adobe IMS Configurations Console (C) Admin Console (D) Apache Sling Authentication...
Hi @everyoneI have created an EDS block named "articles" and included the required fields in the _articles.json file (please find the attached Doc file for reference of json). There is a requirement to add child items to the article block, and I’ve already added the necessary fields in the model as ...
Hi all,I'm working with Adobe Edge Delivery Services using the Universal Editor, and I'm trying to achieve a specific DOM structure for a block that outputs label + value pairs. I want each field in my block (e.g., Title, Subtitle, CTA Label, Link) to render like this:<div> <div> <p>Title</p> <...
Hi, I am experiencing a problem using CIF, I am using CategoryRetriever from ProductList to query the list of attributes I need to display on a page. When in the getCategory query I receive even a single attribute to null in response, the MagentoGraphqlClient class throws an exception when executing...