SharePoint, JavaScript, JSLink, Forms
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/
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
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
You have to create an alert template for SharePoint. But you got lost in the documentation and the 12000 lines in the xml. In this post
This article is a bit old. You can find a recent one here : https://dev.office.com/docs/add-ins/get-started/create-an-office-add-in-using-any-editor In this post I will
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/
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
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
You probably have been to the article Alert Template from scratch, where I have described how to create a custom alert template from scratch and how