I don't have access to a cloud instance at the moment. I see what I can do. But meanwhile, I just observed I have a typo in my example. Instead ofAuthorizatinit should beAuthorization
Hi@KunalNa1 JCR node types can be checked put here: https://developer.adobe.com/experience-manager/reference-materials/spec/jcr/2.0/index.htmlSling node types can be checked out here: https://cwiki.apache.org/confluence/display/SLING/Sling+Node+TypesCustom node types, that AEM brings in, can be che...
Hi @SDusane For AEMaaCS you can try something like:curl -H "Authorizatin: Bearer [token]" -F":operation=delete" https://author-p[ProgramID]-e[EnvironmentID].adobeaemcloud.com/var/acs-commons/mcp/instances Replace token, ProgramID, EnvironmentID with your project specific values. And try.I recommend...
Hi @Nilesh_Mali I believe you can look how this is handling it:/libs/cq/gui/components/coral/common/admin/timeline/events/version You can start from the version.jsp.
Hi @Sady_Rifat After you initiated the deactivation, there is no feedback to know when the system actually finished. What you can do instead is to create and start an ad-hoc Sling job that monitors the page path and checks in loop the value of cq:lastReplicationAction property until it changes from ...
Hi @SudarshanV1 I know you already went with a custom clientlib where you intend to add your logic for hiding/showing fields based on some condition (in your case based on the page template), but I suggest trying another approach, using rendercondition:https://developer.adobe.com/experience-manager/...
Hi @Rajumuddana 1. From an architectural perspective, if your client digital ecosystem permits, I would say that introducing a cache server, as a layer in between your front-end and the 3rd party holding original data, would definitely help. This is will be used to store original data, alter it if y...
Hi @srikrishnank190 I believe this kind of decision depends on some factors:- Is that a flat 100 nodes structure or a deep nested structure ?- Are the nodes having lots of properties holding big data or not ?- How much time an average import process takes for the expected data to be fetched and wri...
I would recommend relative links. You ensure stability and consistency across references when some path changes its root location. You will also benefit of AEM capability of handling relative paths if needed. And basically you are not hardly coupled to the exact location of the resource you are poi...