Pages
(Move to ...)
Home
Blog Home
▼
Monday, August 24, 2015
Enable or Disable Grid Sorting in Dynamics CRM 2011, CRM 2013 and CRM 2015
›
Just got the task to disable the associated grid sorting in Dynamics CRM 2013 So i looked at the OOB CRM features to achie...
Monday, August 17, 2015
SharePoint Increase search result items limit of Content Search Web Part by using javascript
›
SharePoint Content Search Web Part allow to show search results upto 50 Items per page. Out Of The Box you cant allow it to show more t...
Friday, August 7, 2015
Change the size of Promoted Links in SharePoint using jquery
›
A simple way to change size of Promoted Links in SharePoint using Jquery. Copy below code to your common script file that is attache to ma...
Wednesday, August 5, 2015
SharePoint 2013 online provider hosted Apps setup and creation
›
SharePoint Central Admin Prerequisites SharePoint you must have the following service applications provisioned and started: Subscrip...
Monday, August 3, 2015
SharePoint TRIM field values before submit
›
A simple way to implement TRIM on all the Text fields inside SharePoint site is to make use of SharePoint OOTB javascript function named ...
Monday, July 27, 2015
Create List View using SharePoint REST API
›
function createView(ListName, query ) { var bodyContent = "{ '__metadata': { 'type': 'SP.View' }, '...
SharePoint CRUD Operations on ListItem PropertyBag
›
# Initialize the SharePoint PowerShell environment Add-PSSnapIn "Microsoft.SharePoint.Powershell" -ErrorAction:SilentlyContinu...
‹
›
Home
View web version