Hi All, We are using File Attachment Component and have configured the maximum size of 1MB for an attachment. The alert provided is OOTB when the size of the file exceeds 1 MB.How can we restrict the Alert from coming and customize to our error Message. This js is called ootb and we need to restrict...
Hello, I'm trying to use the QR Code object.Currently I'm using a xml file to populate the document, but in the future will be used an API.The value for the QR Code is variable so different inputs will generate different QR Code size.My ideal goal would be to have all the QR Codes with 30mm x 30mm (...
Hi, How to use the dispatch event in AEM forms rule editor?What are the possible event types it takes in as argument?Can some one help me with that? Using AEM forms 6.5. I am looking to trigger the initialize event in one panel (PanelA) on the click on button in another panel (Panel B), without nav...
This is only happening to the publisher. In author, it's perfect. Our CSE has installed SP13 and followed with form addon installation. But after that, forms on publishers are not render in full height. It's shrinking in the iFrame. Also, some of the form controls stopped working, such as checkbox i...
Greetings All,I have encountered an issue trying to upgrade an AEM 6.5.12 JEE server running on Windows 10 Pro.I was able to install 6.5.12 with Java 8. To get the CFP installer to run, I had to add an Environment Variable "JAVA_TOOL_OPTIONS" set to "-Dos.name=Windows 7". I have updated the install...
Hello ,I have extend the GuideDatePicker package com.adobe.aemds.guide.common;public class GuideDatePicker extends com.adobe.aemds.guide.common.GuideField { I would want to write test case for below public class GuideDatePickerObject extends GuideDatePicker {public GuideDatePickerObject() {}public ...
For example, I want to allow the submission of forms through AEM Dispatcher, I will configure to filter like this:/0261 { /type "allow" /method "POST" /path "/content/forms/af/[A-Za-z0-9-]*/[A-Za-z0-9-]*/jcr:content/guideContainer*" /extension '(jsp)'} # allow POSTs to submit AEM Forms under conten...
Hello Experts, I have written a sling resourcetype servlet which is pointing to - @SlingServletResourceTypes(resourceTypes = "MyProject/components/page", methods = HttpConstants.METHOD_POST, selectors = "pdfService", extensions = "html"). To make url simple and meaning full - i have created a mappin...
Hello Experts, I have written a sling servlet (ResourceType) as per Adobe guidelines. And this is servlet is being exposed as a Rest API. Question is how to protect/ authenticate it on Publish instance: On Publish everyone has Read access and resourcetype is pointing to /content/ which has read acce...