CtrlSync - Connecting the M-Files Sample Vault and Microsoft Teams#

In this tutorial, we will show how you can use CtrlSync to connect the M-Files sample vault to a MS Teams resource.

There are some prerequisites for this tutorial; we assume that you are familiar with M-Files Vault administration and that you have access to install a version of CtrlSync.

We also assume that you have access to your company’s installation of Microsoft Teams, i.e. that you have access to your company’s Microsoft Azure administration tools, since CtrlSync requires that you add it as an Azure application on your company’s cloud.

The focus of this tutorial is to familiarize you with the interoperability between M-Files and MS Teams that can be facilitated with CtrlSync.

The Sample Vault#

The M-Files Sample Vault

The M-Files Sample Vault might be familiar to you already. It is a very basic example of a CRM system, used to manage customers, projects, employees and invoicing, all of this is available through the different views baked into the vault.

We will not be changing the structure of the Vault much, but instead we will focus on simply ensuring that documents shared on Teams are persisted in M-Files, so that no information is lost.

But before we get ahead of ourselves, we need to install the CtrlSync application.

Installation and Configuration#

The admin application, the context menu for the Sample Vault

We assume that you already have a copy of the CtrlSync .mfappx file. To install it, open the M-Files administration application and locate the sample vault. Right-click to open the context menu and select ‘Applications’. Then, pick install and select the CtrlSync .mfappx file from your file system. Select the license and add that to the CtrlSync application as well.

The applications menu, after installing CtrlSync

Close the application menu and agree to restart the Vault.

The confirm that the application was installed successfully, open Configurations > Other Applications > CtrlSync. You should be met with the application dashboard.7

CtrlSync application dashboard

Azure configuration#

First, sign in to the Azure portal. Then, in the left-hand menu, click on Azure Active Directory.

Azure Active Directory

From there, click on App registrations and then New registration. You will be prompted to enter a name for your application.

App registrations > new registration

Enter ‘CtrlSync’. After you have filled out all of the necessary information, click on Register.

Once you have registered your application, you are taken to a page where you can view your Application (client) ID. This is your client ID.

Your client ID and Tenant ID, shown in Azure (these are not real IDs but have been made up for this example)

To create a client secret, click on Certificates & secrets in the left-hand menu. From there, click on New client secret and enter a description for your client secret along with an expiration date.

Create client secret

Once you have done that, click on Add, and your new client secret will be displayed in the list of client secrets.

Save the client ID, tenant ID, and client secret for later use; keep in mind that the client secret is only shown once because it is a secret. So don’t save this on your computer, but keep it open in notepad or something. Remember to delete it afterward.

Now, before we can connect the application, we need to setup permissions for our application so that it can read files and groups from Teams and MS SharePoint.

So, go to the ‘API Permissions’ menu for your Azure application and add the following permissions:

API / Permissions name

Description

Directory.Read.All

Allows CtrlSync to read all directory information from MS Graph, i.e. names of every folder in MS Teams, OneDrive, SharePoint, etc.

Files.Read.All

Allows CtrlSync to read all files in all site collections.

Group.Read.All

Allows CtrlSync to read all groups stored in MS Graph

Team.ReadBasic.All

Allows CtrlSync to read a list of all your organization’s MS Teams Teams

M-Files Configuration#

Open the CtrlSync configuration and fill in the client ID, client secret, and tenant ID with the relevant information from your Azure application portal.

Then, we must add a new object type that connects M-Files with the Microsoft Graph, a so-called Graph source. The Graph source object could also be an object already part of your business model, e.g., a direct representation of a Team or a SharePoint site. But, we recommend creating a Graph source object from scratch and referencing it when relevant.

Right-click your Vault’s Metadata structure (Hierarchical View) and add a new Object Type; call this a Graph source.

Graph source object

Open the ‘Graph source’ class and add the following properties:

  1. Source URL Property:

    • Click on the “Graph source” class that you just created.

    • In the “Properties” tab, click the “+ Add Property” button.

    • Name the property “Source URL”.

    • Set the property type to “Multi-line Text”.

    • Click “OK” to save the property.

  2. Graph ID Property:

    • Still in the “Graph source” class properties tab, click the “+ Add Property” button again.

    • Name the property “Graph ID”.

    • Set the property type to “Text” or “Multi-line Text”.

    • Click “OK” to save the property.

  3. Graph Data Property (Optional):

    • To add the optional “Graph Data” property, repeat the above steps, naming the property “Graph Data” and setting it as a “Multi-line Text” property.

  4. Source ‘Active’ Property:

    • Add another property and name it “Source ‘Active’”.

    • Set the property type to “Boolean”.

    • Click “OK” to save the property.

  5. Source Status Property (Optional):

    • To add the optional “Source Status” property, follow the steps mentioned earlier, naming the property “Source Status” and setting it as a “Multi-line Text” property.

  6. Path Property (Optional):

    • To add the optional “Path” property, repeat the process, naming the property “Path” and setting it as a “Multi-line Text” property.

  7. Custom Created-By Property (Optional):

    • To add the “Custom Created-By” property, create a new property and name it “Custom Created-By”.

    • Set the property type to “Choose from list” and select the “Users” value list.

    • This property will help you track the user who created an incoming document in Microsoft Graph/Teams, regardless of whether the user has an M-Files account.

  8. Custom Last Modified-By Property (Optional):

    • Similarly, add another property and name it “Custom Last Modified-By”.

    • Set the property type to “Choose from list” and select the “Users” value list.

    • This property will help you track the user who last modified an incoming document, regardless of whether the user has an M-Files account.

Add the Source URL, Source Active, and the Source Status properties to your Graph Source object.

Now, in the M-Files config for CtrlSync, add the newly-created properties to the list of properties.

Once the properties have been added to the configuration, it should look like this (note that the GUID for Data source reference will not match the one in your vault)

Setting up a Team#

Now that we can make objects in M-Files that reference objects in the Microsoft Graph, let’s create an object to test with. Open the Microsoft Teams app, go to the Teams menu, and click ‘Join or create a team’. Then click ‘Create a team’. Then click ‘From scratch’. Then click private. Then fill in the team name. Then click ‘create Team’. Then click the skip button.

Creating a new Team

Now, find your team in the Teams’ list and click the three dot menu. Select the option ‘get link to team’. Copy the link.

Adding a Graph Source#

Open your M-Files vault and add a new Graph Source object. In the Source URL property, insert the link for your team.

Change the Graph Source’s status to active.

At this point, you can try uploading a file to the general chat of your test team. But nothing happens!

This is because we still need to configure how our Graph source should import files from teams.

Open the CtrlSync configuration and go to ‘Document configurations’. Here, add a new document configuration.

A new document configuration

Then, set the ‘GraphSourceClass’ to your graph source’s class. Note that you can use different configurations and apply them to different classes.

Now we have a lot of options, so let’s go over them one by one.

Document Configuration#

For this sample, we’ll make a simple document configuration, but you can read more about the general concepts on the documentation page.

Select ‘Document’ for the default document class.

That’s it; now the files that we upload to our test team should be imported into M-Files as regular documents.