Hi,We're using a custom ACS Commons Generic List as a data-source for dropdowns in our Content Fragment Models. Initially, when we update the data-source node in CRXDE to point to our custom Generic List, everything works as expected—the dropdown populates correctly.However, the issue arises when we...
Hi Adobe Community,In my Storefront implementation, I see that the GET_PRODUCT_DATA GraphQL query for Catalog Service is defined as follows: query GET_PRODUCT_DATA($skus: [String]) { products(skus: $skus) { ...ProductFragment }} Is it possible to use a different argument (urlKey) instead of skus to ...
Hi all, We have a strange issue in our setup - We are using Imperva as WAF and has been configured correctly by doing the below things following Customer managed CDN points to AEM managed CDN-Point WAF to the Adobe CDN’s ingress as its origin domain.Set SNI to the Adobe CDN’s ingress.Set the Host he...
Hi, I have a breadcrumb component on a page that is 5 levels deep. The pages at levels 2, 3, and 4 are not ready yet, but page on level 5 is ready for go live and we'd like to offer users the ability to see Home > Page on level 5 on the breadcrumb if possible. I have set the page properties for page...
Hi everyone,I'm investigating a POST request to the following endpoint in our AEM as a Cloud Service environment: POST /content/dam/<project>/it/folder.bulkassets.delete From the Developer Console, I can see it's handled by the standard servlet:com.day.cq.dam.commons.ui.impl.servlets.BulkDeleteServl...
Hi, We have existing AEM application. We would like to build connectivity to adobe commerce(magento). I prefer solution without create new project using arche type.Do I need venia project?I installed commerce add-on & configured graphql URL. Now I need components to retrieve it. adobe core cif compo...
Hi Adobe Community,I’m working on an AEM component that includes:A dropdown with 8 options.7 fields in total, out of which 4 fields are common for all 8 dropdown options.For 7 of the dropdown options, there is an additional common field (let’s call it Field A).For the 8th dropdown option, I want to...
Hi All,I'm currently working on cleaning up inactive users and groups from our system. However, before I go ahead and delete these I want to create a backup. Just in case there are any issues later then I can revert to this package to restore everything.I tried creating the backup using ACL Packager...
I’ve configured the Apache jackrabbit oak TokenConfiguration in AEM 6.5 to set token expiry, and it works as expected. However, it doesn’t consider user inactivity — the session expires only after the configured time, regardless of whether the user is active or idle. I’m thinking of adding a cl...
I want to implement QueryEndpointProvider from the com.adobe.aem.graphql.api package.Unfortunately, this com.adobe.aem.graphql.api package is not available, not even in the uber-jar.Why?