Designer 10.15 | webMethods CAF and OpenUI Development | E-form Support in Portlet Applications | Adding E-form Support to a CAF Portlet Application
 
Adding E-form Support to a CAF Portlet Application
You can add support for electronic forms (e-forms) to a Composite Application Framework (CAF) generic portlet application. Before you can add e-form support, you must create an Integration Server document type by importing an e-form template. For more information about creating an IS document type from an e-form template, see webMethods Service Development Help.
For more information about working with e-forms in general, see Implementing E-form Support for BPM.
The general workflow for implementing e-form support is as follows:
*Configure the CAF portlet application project for e-form support.
*Add the e-form-sourced IS document type you want to work with to a portlet view.
*Create and configure the content provider for the e-form instances.
*Create and configure the template provider for the specified e-form template.
*Add download and upload controls to the portlet view.
You can carry out this procedure for each e-form you want to add to the portlet.
Related Topics