Adeptia Connect now supports Rich Forms (Frevvo). You can now create, share, and integrate your own forms. To use forms in Adeptia Connect, you need to configure the following:
- Go to .../<AdeptiaInstallFolder>/ServerKernel/RichForms/WEB-INF folder.
- Open web.xml in the Text Editor.
- Provide the IP address where Adeptia Suite is running in the <param-value> parameter of the frevvo.internal.baseurl property. The format of the URL is: <protocol_name>://<ipaddress>:<port_no>.
- Save the file.
- Provide the IP address where Adeptia Suite is running in the <param-value> parameter of the frevvo.internal.baseurl property. The format of the URL is: <protocol_name>://<ipaddress>:<port_no>.
- Go to .../<AdeptiaInstallFolder>/ServerKernel/etc folder.
- Open server-configure.properties file in the Text Editor.
- In the Rich Forms group, type https in the abpm.frevvo.httpScheme property to access Rich Forms in a secure mode.
- In the Web Server category, in the Web Server Public Domain Name or IP Address property, type the IP address without protocol where Adeptia Suite is running.
- Save the file.
- In the Rich Forms group, type https in the abpm.frevvo.httpScheme property to access Rich Forms in a secure mode.
- Restart Kernel and WebRunner.
Next Step