In SharePoint 2010/2013, there’s a cool little feature in task lists that lets you create a view that shows you all items assigned to any SharePoint groups that you’re a member of. Even though it’s not as apparent in other lists, this post will show you how to accomplish it using SharePoint Designer.
Tag Archives: View
SP 2013: Using the JSLink property to change the way your field or views are rendered in SharePoint 2013
[…] in SharePoint 2013, Microsoft have extended the SPField with a new proprety called JSLink which is a JavaScript Link property. There’s a JSLink property on the SPField class as well as a „JS Link“ property on for example List View Web Parts. If we specify this property and point to a custom JavaScript file we can have SharePoint render our fields in a certain way. We can also tell for example our List View Web Parts to point to a specific JavaScript file, so they’re also extended with the JS Link property.
SharePoint 2010 and the Mystery of the Disappearing View Selector Menu
SharePoint 2010 and the Mystery of the Disappearing View Selector Menu
Remember the good old days, before SharePoint 2010, when a dropdown on the top right of a List View Web Part (LVWP) allowed you to select different views, quicly and easily?
SharePoint Workflows – Linking to Workflows in List Views and Item Displays
SharePoint Workflows – Linking to Workflows in List Views and Item Displays
How to place a link to a Workflow on the display form of an item. Also covers how to put the same sort of link as a column in a list.