Hi,
OOTB AEM provides audit logs for assets; however, I’m not sure if this includes content fragments. You can find more information on the OOTB options here:
https://experienceleague.adobe.com/en/docs/experience-manager-65/content/sites/administering/operations/operations-audit-log#configure-dam-au...
Sure, check this out: https://github.com/Adobe-Marketing-Cloud/aem-samples/blob/master/tutorial-referenced-assets/bundle/s...
And this one: https://experience-aem.blogspot.com/2015/07/aem-61-get-references-of-page-or-asset.html
Hi,
Since the code is open source: https://github.com/adobe/aem-core-wcm-components/blob/main/bundles/core/src/main/java/com/adobe/cq/wcm/core/components/internal/servlets/TableOfContentsFilter.java, I think the best approach would be to create your own custom filter and register it with a higher r...
Hi,
Thanks for sharing the article! Depending on your use case, there are more options available these days, such as Content Fragments, which provide a more robust UI, better scalability, and headless capabilities. Additionally, using ACS List with JSON as a value could serve as a useful workaroun...
Hi,
You can use the ReferenceSearch API https://developer.adobe.com/experience-manager/reference-materials/6-5/javadoc/com/day/cq/wcm/commons/ReferenceSearch.html or depending on what you need, you can use the AssetSearchReference https://developer.adobe.com/experience-manager/reference-materials...
You need to add the "Authorization" header and the value is the token you generated, you can check more here: https://stackoverflow.com/questions/38857531/how-to-make-post-requests-to-google-spreadsheets-using-javascript
Hope this helps
Hi,
The issue is that the JAR is not properly embedded into your code, which is why the dependencies aren't available at runtime, causing the bundles to fail to activate. You just need to ensure that the dependencies are embedded correctly. For more details, please refer to my article on this topi...
Hi, You are missing credentials to store the information submitted. Where are you submitting the data to? Is it the spreadsheet? If so, you'll need the proper credentials to store the data there. Please refer to this the following reference to generate an access token and use it with your request: h...
Hi,
No, there hasn't been any formal announcement yet. However, you can be sure that once something becomes official, it will be published across multiple channels.