@S__k__Agarwal
To use segments from Adobe Analytics in AEM in authoring mode, those segments need to be made available through the Experience Cloud, which acts as a central hub for sharing audience segments across products.
Segments from Adobe Analytics are shared to:
Adobe Audience Manager (AAM...
@YaminiKolhe
Great question—this touches on a subtle but important aspect of how Sling Models resolve dependencies using annotations like @Model and @Self.
Purpose of @Model(adaptables = { ... })
@Model(adaptables = { Resource.class, SlingHttpServletRequest.class })
You're telling Sling Models ...
@pratikba
AEM Forms as a Cloud Service is a premium add-on to Adobe Experience Manager as a Cloud Service. It’s different from the on-prem or AMS-based AEM Forms (JEE/OSGi).
There are two key flavors:
AEM Forms OSGi (Cloud Service-compatible): Focuses on adaptive forms, communications, and workf...
@sudeepKonjeti
If you are getting 500 Internal server errors, there should be some log error. Can you please check and past it here.
And also if you are sure that this error is because of jquery captcha(https://github.com/honguangli/jquery-captcha/blob/master/js/jquery-captcha.js) load the js...
@Divya_T13
There is No OOTB feature that support multiple workflow
AEM workflows typically operate on a single payload (i.e., a single resource such as a Content Fragment).The Inbox Task UI in AEM shows the current payload but does not natively support previewing multiple payloads.If the approval p...
@tejaswi_aem
Please refer to below link
https://experienceleague.adobe.com/en/docs/experience-manager-65/content/sites/administering/operations/data-store-garbage-collection
@Keerthi0555
Allowing proxies for ClientLibs means configuring AEM to serve these resources through a proxy URL pattern. This is typically done to namespace and manage access to these resources efficiently. For example, you might serve all client-side resources under a path like /etc.clientlibs/ ...
@parth3 Below is my response.
You can use content copy tool from PROD to any lower environment or between environments. But not from lower to PROD. Below is the documentation
https://experienceleague.adobe.com/en/docs/experience-manager-cloud-manager/content/using/content-copy
If it's a small ...
@touseefk2181136 Below is an example in SQL2
SELECT * FROM[nt:unstructured] AS node
WHERE ISDESCENDANTNODE(node, '/content/data')
AND NOT ISDESCENDANTNODE(node, '/content/data/stores')
AND CONTAINS(node.*, 'test')