A Practical Guide to SharePoint 2013

A Practical Guide to SharePoint 2013
A Practical Guide to SharePoint 2013 - Book by Saifullah Shafiq

Tuesday, February 21, 2017

PnP PowerShell overview

SharePoint Patterns and Practices (PnP) contains a library of PowerShell commands (PnP PowerShell) that allows you to perform complex provisioning and artifact management actions towards SharePoint. The commands use CSOM and can work against both SharePoint Online as SharePoint On-Premises. Read more


https://msdn.microsoft.com/en-us/pnp_powershell/pnp-powershell-overview

Friday, February 17, 2017

Attach ECB menu on another column instead of Title column in SharePoint list using Sharepoint Designer


Go to SharePoint designer and open the site ->Your List->Your View

Find all FieldRef in <ViewFields> tag. Then add below attributes to desire FieldRef like this code

<FieldRef Name="DateColumn" ListItemMenu="TRUE" linkToItem="TRUE"/>'


If you want to remove existing ECB menu then remove the following code and save it.

<FieldRef Name="LinkTitle"/>