I'm using Onready function in which I'm calling a function say func();In func() I'm using Math.ceil on a decimal value stored in a variable, but it is not working. But if I use Math.ceil in console on same variable then it is working fine.How to use it in my function?
I would like to add some columns on site list view for better identifying pagesI have found am example on https://github.com/Adobe-Marketing-Cloud/aem-sites-extension-listview-columnsbut it seems old and could not be built. I tried to follow the logic of the example, by adding a subclass of PageInfo...
So I'm using this ACS commons feature (https://adobe-consulting-services.github.io/acs-aem-commons/features/marketo-form/index.html) to auto-configure the "embed" component for Marketo. This is working fine in author. I can see the marketo form in edit-mode and view-as-published.I cannot see the mar...
Hi all, I am planning to upgrade AEM 6.2 to 6.4. After I run the Pattern Detector, I got a report. Most of suspicion items are start with /apps/geometrix...... .So, Can it be neglectable? There is only one message which shows oudated.code.usage as below:May I know what action is required for that? ...
Hi all,We have a custom_publish_farm.any which support many virtualhosts domains and working fine till I have added a new farm(customfrag_publish_farm.any) for handling requests for a new domain. However after adding I'm observing lot of requests getting 500 internal error and dispatcher.log and mod...
Hi, I got a few questions, thanks in advance for your input: Is it a good or common practice to host APK files on AEM for downloading?If answer is "no", what solutions to recommend instead?If answer is "yes", how can we set it up on AEM? Any experiences or lesson learned?
Hi,I am using AEM as a cloud Service. .mov video are not playing on opening the video, where as .mp4 videos are playing properly nd annotations on the videos are also working.in the thumbnail video, i can see .mov video is playing, when it is opened, it is not working( showing up loading icon foreve...
Hi,When accessing the URL http://server:port/crx/explorer/nodetypes/index.jsp as admin I get the following error message:Unable to retrieve node type manager probably due to insufficiant rights. Please login as a more priviledged user.javax.jcr.AccessDeniedException: Root node is not accessible. The...
Hello, - Is there any way to get the full tree content of AEM JCR node, including all descendant nodes and their properties, in json or xml format with single HTTP call?Thanks,Pavel
Hello Community - We have two production domains and the same content is served for both the domains. In this case, I need to apply the context-aware configuration clientIds for the domains. is there any mechanism to specify two different clientIds to support both the domains. I tried by making chan...