Welcome to 'Tuesday Tech Bytes,' your weekly source for expert insights on AEM. Join us as we explore a range of valuable topics, from optimizing your AEM experience to best practices, integrations, success stories, and hidden gems. Tune in every Tuesday for a byte-sized dose of AEM wisdom! Get re...
In my blogpost I have explained how to integrate AEM 6.1 with Salesforce.Following are the steps covered in post:Creating a connected app.Setting up the call back url. Callback Url here accept only https urls, so AEM must be SSL configured. Check here how to configure SSL in AEM.Specifying the OAuth...
I observed a behavior while manipulating the data for ContextHubPersistence. As this is stored in browser localStorage, I was thinking of manipulating the data using localStorage APIs for a chrome extension (as I am not able to access the ContextHub API inside chrome extension's execution environmen...
From AEM 6.0 upward, there was a dialog property called fieldEditLockMode which allowed to cancel individual property inheritance in a component dialog in ExtJS.Is there a similar configuration for TouchUI? Or how can this be achieved in touch UI?
This is for an engagement in a suburb or a major Eastern U.S.city, anticipated to start in the early fall. Please send your contact information and a link to your credentials if interested to <Removing Email Address>. Prefer those that are independent contractors.Thanks!Edited:- Removed the email ad...
Hi All,We see that there are 2 locations for client context related components/libs/cq/personalization/components/clientcontext/libs/cq/personalization/components/clientcontext_optimizedOfficial documentation doesn't talks about the second one. Has anyone explored both of these, any information woul...
Hi,we updated cq 5.6.1 to aem 6.2 recently and came across below issue.There is a configuration service that need to visible in "system/console/configMgr" but not listed in aem 6.2.That service looks like below:@Component(metatype = true, immediate = true)@Service(DealService.class)@Properties({ @...
Hi,We are using search by fileName.Example:SELECT * FROM [nt:base] AS s WHERE ISDESCENDANTNODE('/etc/project/test') AND NAME() LIKE '%\_us'Explain query display WARNINGThis query has characteristics that may cause performance issues when executed against large repositories.I've adjusted ntBaseLucene...
I'm using the "inheritedPageProperties" global HTL object however, in AEM 6.3 my page is generating the following error when ?wcmmode=disabled is added to my page URL "ReferenceError: "inheritedPageProperties" is not defined"If I load the page in regular authoring edit mode (without wcmmode=disabled...
Hi Team,I was looking for the "Integrating AOP with AEM", I have a project for which an extra set of Loggers are required like getting the method execution time and name of the methods which are being called .Is this possible ? If Possible please let me know the other ways to get loggers .thanks,Ke...
How to we configure a multi-tiered environment (Author>Publish>Dispatcher) to allow a user in the production Author environment to share a Link (e.g. to collection, folder, asset) to an external user (no Author access/login, Internet access)? When I configure the Author and use the CQ URL Externali...