@Mayank_Gandhi I am working on customizing drafts and submission component to save data in SQL Server. I followed the steps given in below community article and kept FormsPortalSampleDataServiceImpl,FormsPortalSampleMetadataServiceImpl implementation in my project code base and updated Portal draft...
I am working on customizing drafts and submission component to save data in SQL Server. I followed the steps given in below community article and kept FormsPortalSampleDataServiceImpl,FormsPortalSampleMetadataServiceImpl implementation in my project code base and updated Portal drafts and submission...
Hi There, Is there any way to replace images/asserts into one folder. currently the replace button is active only if we replace one by one. My need is to replace 10+ images at the same time. Snapshot below for reference Single selection, replace button visible Multiple selection, replace button not ...
Since we are moving to interactive communication, using migration utility of AEM 6.5 we have migrated our data dictionary into fdm(no data source created) ,We are getting xml from middleware and using aem workbench we are processing it further.We managed to generate pdf by using Print Channel classe...
We are using Print Channel Classes to generate Interactive Communication in AEM 6.5, we are able to generate pdf but the mappings are coming blank in PDF, only the static text are visible also we are using FDM to do the mappings.
I started learning Adobe AEM recently and I am working on getting a form connected with a MySQL Database. However, the authoring tool does not have a "Data Integration" section, just forms and themes. Is there any configuration to enable data integration?
I am trying to import archives (not applications) in Adminui but 6.5 has a bug in previewArchive.jsp. When I click the preview button I get this error:/previewArchive.jsp (JBWEB004251: An error occurred at line: 56 column: 99) JBWEB004197: Attribute value invalid for tag if according to TLDThis is ...
Form A has few fields and submit button. For form submission, we are using Submit to Rest End point(Sling AEM servlet) and adding redirect URL as Form B path We will get ID value as part of sling AEM servlet response. This ID has to shown in Form B. I have gone through all the below links and could ...
I've got this 3 dropdown fields, month, day and year. Upon selection of a specific month the day dropdown field should be populated with exactly the number of days for that particular month. Similiary it should be accountable for leap years as well. How to do that in AEM Forms?
I am new to aem form so please help?How is the client-side and server-side validation done in aem forms exactly?I have seen that there is a pattern field where you can give regex patterns to validate but how to add more complex business logic validations.I have seen that in the code editor we can wr...