Section | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
...
- Cloud Customers Connecting to SharePoint Online - This configuration had been certified by frevvo. Follow these steps:
- In-house Customers connecting to SharePoint Online - This configuration scenario has been certified by frevvo. Follow these steps:
- Configure Live Forms as a SharePoint Add-in
- Configure SharePoint for your Live Forms tenant
- Download the SharePoint Connector. Rename it to sharepoint.war. Copy it to the <frevvo-home>\tomcat\webapps folder
- Connect your Forms/Flows using the SharePoint wizard.
- In-house customers using SharePoint On-premise - this configuration is supported but not certified.
- Customers using SharePoint On-premise also need an Office 365 SharePoint Online account. This is necessary to obtain an authorization token. There is no data transfer from the SharePoint On-premise to SharePoint Online.
- Customers are responsible for configuring the On-premise installation and the integration with SharePoint Online.
- The On-premise version of SharePoint must be version 2013+.
- Refer to this Microsoft website for information about how to use Office 365 to allow to authenticate.
- Live Forms Cloud customers connecting to SharePoint On-premise - This configuration is supported but considered unlikely as SharePoint On-premise as it requires your On-premise SharePoint to be exposed to the Cloud.
- Customers are responsible for configuring the On-premise installation and it's exposure to the Cloud.
- Customers are responsible for configuring the On-premise installation and it's exposure to the Cloud.
Configuring the SharePoint Connector
...
- Test your form/flow by filling in data, adding attachments, and submiting/completing it.
- Login to your SharePoint account and navigate to the specified destination. The image shows submissions saved to a SharePoint list named Demo List and the John Edwards submission data and attachments.
Troubleshooting
SharePoint Connector Logfile
If you are using the frevvo tomcat bundle, the SharePoint Connector log is located in <frevvo-home>\tomcat\logs. The logfile is named sharepoint-connector.YYYY-MM-DD.log. Generating separate logfiles make it much easier to search for errors when troubleshooting connector issues. The connector is designed to use the frevvo-config.properties file.
The SharePoint connector logfile defaults to INFO loglevel. To configure DEBUG level logging for the Google connector log:
- Stop
- Create/edit a frevvo-config.properties file in <frevvo-home>\tomcat\conf
- Add the logging.level.com.frevvo.connectors.sp=DEBUG property to the file. NOTE: the syntax of the property is logging(dot)level(dot)com(dot)frevvo(dot)connectors(dot)<connector name>=DEBUG
- Save the file
- Restart
Code Block |
---|
logging.level.com.frevvo.connector.sp=DEBUG |
Doc Post Failure
If the submission doesn't reach your SharePoint website - if does not receive a response back from SharePoint with a status code of 200, you can find information about the error from the submission table.
...