Integrate with App Runtime
App Designer is a tool for creating smart forms. It is tightly integrated with the database so that we can create a form corresponding to any table in the database by simply dragging a module and mapping the module to the table or view in the database. Once the module is configured user can simply drag and drop the field to the module and map it to the corresponding column in the table. It has built-in persistence so that the user does not have to worry about writing any code to map data from the form to columns in a database while saving.
App Designer also provides ways of integrating with business processes through the Process button. The User only needs to drag the process button and choose the process to be invoked and the actual integration is taken care of by ONEWEB. Users can also map the parameters to be passed while invoking the process by simply mapping the fields in App Designer to the parameters of the process. For more details on Smart Form Integration with Process please refer to the 6.3.6.1. Smart Form Integration with process section.
App Designer can also be integrated with Microflows through the Microflow interface to provide dynamicity to the forms. Users can configure the event action and choose the microflow to be invoked. Users can also map the parameters to be passed while invoking the microflow by simply mapping the fields in App Designer to the parameters of the microflow and also map the data returned from the microflow to the App Designer fields. For more details on Smart Form Integration with Microflow please refer to the 6.3.6.4. Smart Form Integration with Microflow section.
Last updated