@konstantyn_diachenko I did not want to modify the resource, as resource/asset modification also needs to be replicated at source(3rd party)Also we would need to remove this property after the scheduler job. Then again asset modification would take place.So keeping it separate makes sense to me.
Hi @Mshaji Here is one by adobehttps://github.com/adobe/aem-test-samplesIf above does not help you can lookup ui.tests under https://github.com/amar-ng/aem-guides-wknd
Hi @Ankan_Ghosh Above solve by @lukasz-m is apt for finding new and old paths of a moved asset/resource.But considering your use case , as the scheduler runs every midnight : what if the asset is moved multiple times during the day. Considering above solution , in which every time an asset is move ...
Hi @Mahesh_Gunaje Firstly com.adobe.cq.commerce.core.components.internal.servlets.SpecificPageFilterFactoryFilter gets triggered then the com.adobe.cq.commerce.core.components.internal.servlets.CatalogPageNotFoundFiltertriggers.Which internally calls the populate method on the class com.adobe.cq.com...
Hi @Mahesh_Gunaje You are correct,Inside com.adobe.cq.commerce.core.components.models.retriever.AbstractProductRetrieverThe populate() method is used to fetch product info using graphql query.The flow is ::All the getter methods of com.adobe.cq.commerce.core.components.internal.models.v1.product.Pro...
Hi @keno6396 A similar discussion is on this as wellhttps://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/multifield-or-multfield-like-structure-for-content-fragment/m-p/688118#M171533You can checkout my comment on above post.As well as the accepted solution if that helps.
Hi @jayv25585659 If your question is weather to use design dialog or CQ dialog for above configuration of your component, I would advise to keep this configurable at template level ( in component policy ) / Or if you are using experience fragment for custom header then you can keep it configurable a...
Hi @georhe6 You can checkout my blog for setting up RDE for AEMaaCS on Localhttps://www.tothenew.com/blog/aemaacs-rapid-development-environment-local-setup-and-usage/I have tried to mention all the steps here.Let me know if this helps.
Hi @Umesh_Thakur As @kaikubad Stated , you can have a look at the existing discussion on the blog post.How we did in our project is that we used the JSON Field Approach.We used a JSON field to simulate a multifield structure.Add a JSON field to your Content Fragment model.Structure your data as an a...