Table of Contents

Process Feedback Sharepoint Online

The Sharepoint Online Feedback adapter allows you to add items to a Sharepoint List from your Stages process.

Prerequisites

Example Configuration

Host url, site and list name can be retrieved from the url of the list you want to gather feedback in. If your url is https://company.sharepoint.com/sites/stages/Lists/feedback/AllItems.aspx your site name is “sites/stages”, the list name is “feedback” and the url is “https://company.sharepoint.com”.

The properties for authentication (client.id, tenant.id, client.secret) are displayed under App Registrations in your Azure Portal.

<feedback-system name="sharepointonline">
     <host url="https://company.sharepoint.com" ident="spo" displayName="Share Point Online Feedback">
          <property name="site.name" value="sites/stages"/>
          <property name="list.name" value="feeback"/>
 
          <property name="client.id" value="xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"/>
          <property name="tenant.id" value="xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" />
          <property name="client.secret" value="xxxxxxxxxxxxxxxxxxxx" />
          <attributes>
               <attribute ident="description" type="text" target="xxxx" />
               <!-- Add more fields as needed. Make sure the "target" value matches the column name in Sharepoint -->
          </attributes>
     </host>
</feedback-system>

Permissions to access the SharePoint List

In order to create elements in a Sharepoint list, proper Application Permissions must be used to ensure that the credentials generated there can be used to write to the corresponding list.

There are various ways to assign rights in SharePoint. The following instructions describe the process using site permissions.

* At first register and configure Stages as Azure App Azure similar to Sharepoint CMS

* Second the application needs permissions to create create List items as described in Recommended option of the chapter API Permission in CMS

Supported Column Types

As described in Process Feedback the Adapter is able to fill various fields of the Sharepoint List Item with attributes from Stages.

The supported target types are:

Hyperlink and Person fields are currently not supported.

Host Properties

The following properties depending on the configuration of the Sharepoint Online server. To access the information browse to or create the specific list where the feedback should be gathered. The URL should look like “https://company.sharepoint.com/sites/stages/Lists/feedback/AllItems.aspx

url *
site.name *
list.name *

The following credentials are needed to connect to your Sharepoint tenant. You will find a detailed explanation at the top of this page in the chapter on permissions.

client.id *
client.secret *

> tenant.id *