Thursday, September 27, 2018
Promoted Links -> Script to show tile in rows and column
›
Promoted Links in SharePoint always show in a single row, following script help to break it into columns and rows also added style that wil...
Monday, August 13, 2018
CSOM Example
›
You have to reference following two dll file in your project. Microsoft.SharePoint.Client.dll Microsoft.SharePoint.Client.Runtime.dll ...
Friday, July 20, 2018
SharePoint '/_layouts/' locations
›
Some times you want to jump right to a specific system list, page or go to the edit mode in a SharePoint site. I wanted to list all the fa...
Thursday, July 19, 2018
WE CAN’T DO THAT FOR YOU BECAUSE THE FILE IS NO LONGER CHECKED OUT OR HAS BEEN DELETED IN SHAREPOINT DESIGNER
›
SCENARIO In SharePoint Designer , When I tried to “ Check In ” a file inside, I got the below error: WE CAN’T DO THAT FOR YOU BECAUS...
Tuesday, July 10, 2018
REST API Compare Date Field
›
add following "toISOString()" that will allow you to check Date is >,<,>=,<=,!= var today = new Date(); ...$filter...
Calculate Day in SharePoint
›
LastAction = '7 Apr 2018' Created = '1 Apr 2018' =DATEVALUE(TEXT(LastAction,"dd/mm/yyyy"))-DATEVALUE(TEXT(Crea...
Tuesday, June 19, 2018
Remove duplicate
through JQuery
›
test1 test2 test1 test2 var seen = {}; $('table t...
‹
›
Home
View web version