Hi When I try to edit the Javascript code for any rule I am unable to switch to Code Editor in Rule Editor of AEM Forms. The button keeps disabled. Please see the screenshot. My AEM Version is 6.4.7 as well as the add-on packages. It happens only in one environment.Please let me know if there is an...
Hi Team, Is there any way to implement eBook functionality in aem.Use case : We have existing PDFs and uploaded it in aem(forms and documents) and want to read PDF and render it in eBook(where we can implement the highlight text feature, bookmarks, navigation etc) format in web browser.Is there any ...
Hello everyone,By having AEM Site and AEM Form were installed in different servers, how does it work if I develop a jar package for AEM Site? Shall I deploy it on AEM Form as well? In my architecture I have 1 Author and 2 Publisher, when I publish a template how it works? will the template be publi...
I have updated AEM 6.0 to AEM 6.5.AEM 6.5 doesn't support org.apache.commons.csv . I have tried version 1.8, 1.7, 1.6Always got below errororg.apache.commons.csv -- Cannot be resolved AEM 6.5 supports CSV or not, if support which version of csv it supportsKindly help
We have Author and publish instances of AEM 6.5.4, but did not install AEM JEE. We have previous in ES4 designed XDP forms with submit buttons that post either the PDF or XDP data to various services. In AEM, we generated the HTML5 version of the XDP and the submit will only call the servlet "/con...
Hi guys, I am learning AEM adaptive forms and I have following questions;1. What is the best approach to develop adaptive form in case of large forms (approximately 30-40 pages)?2. How different developer can work on a single form and merge their work for final form development?3. What is the best a...
I want to force user authentication before they use an adaptive form. I can restrict user access through useradmin page, can remove access to anonymous to the folder /content/forms/af/<project name> but how do I force the user to login instead of getting a default 404. I was reading about CUG, http...
Hi, I have this code for a pdf form on Adobe LiveCycle: var cRtn = app.popUpMenu(["Aménagement",["Paysage", "Plan", "Design"], "Structure"], "-","Gazon","Vegetable"); if(cRtn) { console.println("Selected Entry: " + cRtn); } I want the selection appears inside the box field, but when I click o...
I'm using RTE with Coral UI Multifield, and I'm having an issue with it. It's working fine in local AEM 6.4.3 instance but it's throwing following error in another AEM 6.4.3 instance on saving dailog. The field dosen't support FoundationField#setName Anybody else having this issue?
Hi All, We are using AEM Forms (6.2) for rendering our business forms. To render the input PDF forms with data, we pass in XML data. Once rendered we get a static output PDF, without any issues:JAVA logic used is: ServiceClientFactory myFactory = ServiceClientFactory.createInstance(createConnection...