Enterprise infrastructures include disparate back-end systems or data sources like databases, web services, REST services, OData services, and CRM solutions. Put together, they make an information system that serves data to enterprise applications to perform day-to-day business. On the other hand, applications capture data and send it back to update data sources.
AEM Forms applications like Adaptive Forms and interactive communications require integration with data sources to fetch customer data while rendering forms and creating interactive communications. There are use cases when data is fetched from data sources based on user inputs in Adaptive Forms. In addition, the submitted Adaptive Form data can be written back to update the respective data sources.
While a distributed, modular system has its own benefits, the challenge lies in integrating and creating data associations across data sources. Data integration is the key to a functional and efficient enterprise infrastructure with disparate data sources connected to applications for exchange of business data.
AEM Forms Data Integration allows configuring and connecting disparate data sources with AEM Forms. It provides an intuitive user interface to create a unified data representation schema of business entities and services across connected data sources. The unified representation is known as a form data model, an extension of JSON schema. The entities in a Form Data Model are referred to as data model objects. A Form Data Model allows you to:
Once you have created a form data model, you can use it in various Adaptive Form and interactive communications workflows, such as:
The first step to implement data integration is to identify and configure data sources that store information you want to leverage in Adaptive Forms and interactive communications use cases. Next, you create a Form Data Model that uses data model object, properties, and services from one or more data sources. You can create Adaptive Forms and interactive communications based on a Form Data Model where Adaptive Form fields or placeholders in interactive communications are bound to respective data source properties.
AEM Forms also allows you to create a Form Data Model independent of data sources and associate or bind data model objects and properties in the Form Data Model with data source later. It eliminates any dependencies on data sources while you work on a form data model.
Review the following to get started, understand, and implement data integration.
Experience Manager Forms does not support relational database.