Rakesh Patel
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...
Monday, April 9, 2018

Display User Profile Picture in SharePoint 2013 Site

›
Get the URL from the current user's profile via REST, the image tag used to display when the src is updated: /_api/sp.userprofiles.peo...
Thursday, March 29, 2018

Only Numeric with Single Decimal - JavaScript

›
//Keypress event on a Class $('.onlyNumeric').on('keypress', function(e) { return isNumber(event, this);    }); //Fu...
‹
›
Home
View web version
Powered by Blogger.