Overview
The frevvo SharePoint Connector and Save to SharePoint document action wizard make it easy to create forms and approval workflows that validate information, route for signatures as required and save the data and documents to a secure SharePoint website. The Connector was designed to integrate with Office 365 SharePoint Online.
Warning |
---|
To use the SharePoint Connector, customers need a valid Office 365 SharePoint account. |
...
- Cloud Customers Connecting to SharePoint Online - This configuration has been certified by frevvo. Follow these steps:
In-house Customers connecting to SharePoint Online - This configuration has been certified by frevvo. Follow these steps:
Info frevvo only supports/certifies the SharePoint Connector running in the Apache Tomcat container.
- Configure frevvo as a SharePoint Add-in
- Download the SharePoint Connector. Rename it to sharepoint.war. Copy it to the <frevvo-home>\tomcat\webapps folder
- Configure SharePoint for your frevvo tenant
- Connect your Forms/Workflows 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.
- frevvo Cloud customers connecting to SharePoint On-premise - This configuration is supported but considered unlikely 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
...
- Navigate to https://<yourSharePointSite>/_layouts/15/appinv.aspx.
- In the App ID field, paste the Client ID you copied earlier. Click Lookup.
- The Title, App Domain, and Redirect URI fields should get filled with the information you entered in the last step.
Enter the Permission Request XML. Copy/paste this xml into the Permission Request XML box.
Code Block <AppPermissionRequests AllowAppOnlyPolicy="true"> <AppPermissionRequest Scope="http://sharepoint/content/tenant" Right="Manage" /> </AppPermissionRequests>
- Click Create. If prompted, click Trust It.
Tip |
---|
We recommend that you create a separate user in SharePoint for frevvo forms connection, and use that user while configuring the Save to SharePoint wizard in frevvo forms. This frevvo specific SharePoint user always remains active and eliminates issues if the designer user configured your forms to submit to SharePoint using their own SharePoint login and then leaves the company. |
Step 2 - Configure the frevvo Tenant for SharePoint
...
Excerpt | ||||
---|---|---|---|---|
Login and Create Form/WorkflowLogin as a designer user. If you are On Premise connecting to Sharepoint in the cloud, use the URL https://<server>:<SSL port>/frevvo/web/login. Example: https://localhost:8443/frevvo/web/login. Port 8443 is the default. Create your form or workflow with controls that capture the data that you want to store in the columns configured in the Lists and Libraries on your SharePoint site. Configure Send to SharePoint Document Action
Set up Route(s)You can set up a single Document Action to write to two places (i.e. SharePoint Library and List). Route 1 will be automatically expanded. Expand Route 2 to add a second destination if desired.
Clear RouteIf you configure a second Route, clicking the Clear Route button removes the information for Route 2 only. Save and TestClick the save and test icon to save the form/workflow and bring up Test mode popup. |
...
If you want to customize the name of the PDF of your form/workflow to SharepointSnapshot saved to SharePoint, make sure you have Save PDF checked. An optional field that is used to name the PDFs displays. You can use templates in this field. For example, if you have a control called EmployeeName in your form, you can type {EmployeeName} into the PDF Name field and the pdfPDF's in the saved on your SharePoint site will be named {EmployeeName}.pdf.
...
- If the Form/Workflow Name contains special characters, the PDF will not post to SharePoint generating an HTTP 403 status error. To avoid any issues, name your form/workflows using characters that are suitable for filenames and explicitly set the pdf PDF name in the form/workflow using the same standard. Following the POSIX filename standard (A–Z a–z 0–9 . _ - ) will ensure it works.
...
Section | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
|
Warning |
---|
You cannot use templates (i.e. {EmployeeName} in Sharepoint SharePoint Folder names. |
Check Submissions on SharePoint
When the form is submitted or the workflow is completed, submission data, metadata and attachments are uploaded to the specified destination in your SharePoint accountVerify . To verify your stored submissions on your SharePoint website:
- Test your form/workflow by filling in data, adding attachments, and
...
- submitting it.
- Login to your SharePoint account and navigate to the specified destination. The
...
- images show submissions saved to a SharePoint list
...
- and individual submission data and attachments.
...
Using the SharePoint Connector in an Azure SAML Security Manager tenant
...
All tenant admin(s) in your tenant or workflow admin(s) configured for specific workflows will receive a Doc Post Failure notification email to alert them that an issue has occurred. The <server-name> will be provided in the email subject. Check for some of these common issues:
- Special characters in a file name
- Incorrect login information
- Controls used in metadata changed or removed
- SharePoint folder name or metadata column changes
Max file size
The maximum size for all fevvo all connectors is set to unlimited. Any size file can be uploaded to and posted to SharePoint.
...
If your users see an error like "org.springframework.security.oauth2.client.resource.UserRedirectRequiredException: A redirect is required to get the users approval" when accessing or trying to submit a form, the cause is that your Sharepoint SharePoint Token has expired. The user who owns the Sharepoint SharePoint Account (usually the designer) will need to login and provide consent to refresh the token. You can learn more in this Microsoft Documentation. Currently frevvo does not provide a way to generate a new refresh token automatically. This feature may be added in a future release. However, until then the Sharepoint SharePoint account user will have to provide consent for a fresh token every 6 months.