Hi @Michael_Soprano , I had the same question that I asked during last month's bootcamp. Based on their response, it seems that the product isn't currently focused on data science, given the competitive landscape in AI with multiple vendors. For now, the approach is to enhance it as a customer data ...
Hi @KaibalyaJe ,Identify Expiring Assets:Utilize AEM's QueryBuilder to retrieve a list of assets with expiration dates.Filter the assets based on their expiration date, ensuring it falls within the next 10 days.Create a Custom Component:Develop a custom component to display the banner.Implement Bann...
Hi @BelindaBo11- When you force delete an asset, sometimes the underlying file or its associated metadata might still be locked or partially deleted. This can cause issues when you try to upload a new version. Or the "Force Delete" operation may not have fully cleared all references or dependencies ...
Hi @Rajumuddana , Have you tried Session-Based Navigation History?You can -Store the user's navigation history in the session. Each time a user clicks a link that navigates to a new page, you store the referring page in the session. (Create a custom servlet or a service to manage and store the navig...
Have you published the fragment? You might want to try the following steps:Duplicate the fragment, then delete the original one, ensuring it's not being used in the template.Make your changes in the duplicated fragment and publish it.Update the template to use the new fragment or create a new temp...
Hi @supratim320 , Unfortunately, you cannot directly enable partial ingestion in Adobe Experience Platform (AEP) using the Query Service.We need to understand Partial Ingestion and Query Service - While Partial Ingestion: allows us to ingest only valid records from a batch, even if some records cont...
Hi @Caveman77 , We encountered similar needs this year and discovered that AJO currently lacks attachment functionality. Their product team recommended sharing files via email links, which is also not feasible for us. As a result, we’ve submitted an enhancement request.
Hi @RamaniBa , Have a look at https://experienceleague.adobe.com/en/docs/experience-manager-65/content/forms/developer-reference/programming-aem-forms-jee/performing-service-operations-using-apis/digitally-signing-certifying-documents and see if this helps.
Hi @akwankl , Data within the same data source can be overwritten if the same key-value pairs are uploaded multiple times. However, since your daily and weekly files are associated with different data sources, the data from the daily file will not overwrite the data from the weekly file, and vice ve...