Hi @NickMannion
You can use query service for this. Please refer this link for details - https://experienceleaguecommunities.adobe.com/t5/real-time-customer-data-platform/profile-snapshot-and-segment-qualification-troubleshooting/ba-p/698998 on how you could go about this.
Hope this helps and ...
Hi @aanchal-sikka
For the regular scheduled quality check, it can be a scheduled job which can get the list of updated assets in a time period. This will perform the specified checks and then add/update a field in metadata that keeps track of the last review date.
For the API to fetch metadata ...
Hello @harishred
The ACS AEM Commons Audit log search can help you identify the list of those assets along with their paths - https://adobe-consulting-services.github.io/acs-aem-commons/features/audit-log-search/index.html but the actual undo of the move may have to be done manually.
If you are...
Hi @agyrki
The other option would be to customize the DAM Update Asset workflow to include a process step which can invoke the servlet to perform the file type validation and then terminate the workflow if the file is not valid or proceed with next steps incase of valid file scenario.
Hope this...
Hi @JuanSe2
Can you provide more details with screenshot of the issue ? I have seen similar issue when downloading the zip files using Safari browser. Can you please confirm if you have tried using Chrome to download.
Hope this helps.
Thanks
Narendra
Hi @HelpTech
Just trying to understand, which navigation you are referring to ? The details @arunpatidar shared will help you to make these updates on the authoring side. If you are looking to do this in your website implementation using components then you can reference the List component from A...
Hi @taggatmerkle Here is the translation bootstrap connector that you can use a starting point - https://github.com/Adobe-Marketing-Cloud/aem-translation-framework-bootstrap-connector You can also look at this link - https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/conten...
Hi @jayv25585659 You can access this page - https://developer.adobe.com/experience-cloud/experience-manager-apis/ to get the list of all available APIs for AEM. I hope this helps. ThanksNarendra
Hi @shikhasoni1 I am assuming you need this on the publish instance and you are on AEM as a Cloud Service. One option could be to store it in the user's profile as a custom attribute as @Harwinder-singh mentioned above. You would also need to make sure that the data synchronization and encapsulated...
Yes, You can reference this from Java code. You can refer this thread - https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/custom-workflow-publishes-page-with-selected-referenced-assets/m-p/556773 for more details. There is also a KB article which might be relevant to what you...