Home

Power Automate: Play with SharePoint document set

Power Automate: Play with SharePoint document set

Are you wondering how to create a document set through Power Automate? It seems like you are at the right place. Be aware: As I am writing this post, it is January 2020, at this time there is no other …

Power Apps: How to interact with teams

The idea is to present you the Microsoft Teams connector, the boundaries of this connector and how to workaround some issues. Get ids in url Microsoft Teams connector in PowerApps Get all teams Get channels from team Get messages in …

Powerapps – Display a dynamic breadcrumb navigation

Does a customer already told you, by creating many screens into Powerapps, where am I ? To avoid to lost them, let’s display a dynamic breadcrumb navigation to let them know where they are and how they get there. Description …
Powershell : Get DFS info from folder

Powershell : Get DFS info from folder

The request was, without accessing to the server, only with a list of DFS path (around 200 path), try to get by script the DFS information such as right clicking on the folder then DFS Tab. As I have 200 …
Custom SharePoint form with JSLink

Custom SharePoint form with JSLink

I had to do custom designed and business rules on SharePoint Forms.I started with example from the following link : https://code.msdn.microsoft.com/office/Client-side-rendering-JS-2ed3538a. In this article, I am going to show you utilities functions I use. The idea is to do custom …

Update Docx with JS and optianally upload it to SP

Let’s say you have a customer, for a project who need to auto-generate some word documents. And of course you don’t have the right to do some code server side.My situation was while working an a SharePoint site, a customer …
Get SharePoint search results in C#

Get SharePoint search results in C#

In this post, I will show you how I get SharePoint search results in C#.Before to go deeper, you have to understand the search services (crawls, managed properties, crawled properties …). We are going to use the dll Microsoft.Office.Server.Search.Query, you …

Create a word document with OpenXml and C#

Why not create your own word document from scratch with OpenXml and C# ?On internet you will find how to transform a html web page into docx. But when you have got a complex css style, your word document doesn’t …