Hi, To indicate the AEM environment or site you are working on, you can use browser extensions, customize CSS, add a custom logo or watermark, or utilize different favicon icons for each environment in browser tabs.
Hi, Yes, it is possible to update the language copies of Content Fragments without passing them through a translation service. You can directly copy the English content to the desired language copies within AEM without involving the translation service.
Hi, To get the number of active workflow instances in AEM, use the WorkflowService API and retrieve the count of active workflows.To make workflow triggering sleep if the number of active workflows reaches a specific number and run after completion, implement a loop that checks the active workflow c...
Hi, To write a query builder query with a preference for a specific property and fallback to another property if the first one doesn't exist, you can use the "orderby" clause in the query.Here's an example of how you can write the query: // Assuming you are using the QueryBuilder API in JavaQueryBui...
Hi, The URLs you mentioned are rendering the image with different sizes, but they are not specifically targeting the smart-crop renditions. To display the different variations of smart-crop renditions with pre-defined image focus areas, you need to append the rendition name to the URL using the "wid...
Hi, The error you're encountering seems to be related to the CatalogPageNotFoundFilter. Make sure that you have properly configured and set up your CIF product model, including all the necessary dependencies and annotations. Additionally, check if there are any conflicts or issues with other filters...
Hi, To block the specific URL pattern "http://www.test.com/content/.ext.infinity.json;%0AXLA.ico/a.html" in the dispatcher filters section of Adobe Managed Services dispatcher configuration, you can use the following rule: /0001 { /glob "*\;*.html" /type "deny" } This rule will match any URL ending ...
Hi, Ensure proper configuration and network connectivity for the Remote Content Renderer component in AEM, and validate availability of the remote server mentioned in the configuration.
Hi, The issue of property name changing from "test:brand" to "test0:brand" during content migration between environments could be related to namespace conflicts. Check the namespace registration and configuration in the destination environment to ensure it matches the source environment. Additional...
Hi, Answering your queries:No, if usr1 and usr2 have the same group membership and permissions, usr2 cannot see the pages scheduled for "publish later" by usr1. Visibility is controlled by permissions.The payload shown in the Workflow Instances console represents the JCR path of the workflow's paylo...