Hi. Is there an API or other way to update metadata of multiple assets in bulk from third-party platform, in an AEM on-prem setup I already reviewed this article https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager-assets/how-to-bulk-update-metadata-in-aem-assets/td-p/573132. Bu...
There is a way to limit the multifield, but needs custom code. Many already did it: https://aemhints.com/2020/10/24/limit-multifield-aem65/https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/how-to-set-min-max-item-in... As for adding dynamically those many children, it can be ...
@akshaybhujbale 1. Assets API are like /api/assets/some_asset.json. Your endpoint is a request for a DAM resource straight forward. Assets API url for you would look something like:https://author-p*****-e******.adobeaemcloud.com/api/assets/bcbsnc/pdf/providers/policies-guidelines-codes/policies/com...
@Zendarkke 1. When you already have significant content that has that container-->child structure, I don't think you should actually create an intermediate node. This might be a cumbersome operation, as you will need to write some code to alter all your places in content where you have such contain...
Hi @MIkolaj Your CFs will reside in AEM in a location probably like /content/dam/brand/shops. Where you will have a structure like- cf-shop1
- cf-shop2
...
- cf-shopNThe path for each is always unique, AEM makes sure of that. So the path will represent your unique URL. So you can use the cf node na...
Hi @donquixote_dofl
I believe that is one of the roles/features of a monitoring tool. Do you have any on your project ? Splunk, Newrelic, Grafana, Instana, Datadog, Dynatrace etc
Hi @guodongha Can you try to add languageIn and languageOut flags ?Something like:jsProcessor="[default:none,min:none;languageIn=ECMASCRIPT_2021;languageOut=ECMASCRIPT_2021]"Available options are in the documentation: https://github.com/google/closure-compiler/wiki/Flags-and-Options
Hi @Prince_Shivhare I believe you should provide more context, to narrow down exactly what you need or what you have in mind (cause' might be two different things). 1. Are content fragments containing pure user data ? Or also data that may affect the UI app in any way ? In a way that editors might d...