hasangok / sharepoint-2016-filtered-lookup-field

A custom lookup field for SharePoint 2016 that offers cross-site lookup, filtered data using CAML queries or views, multi-lookup etc.
MIT License
8 stars 1 forks source link
caml sharepoint sharepoint-2016

SharePoint 2016 Filtered Lookup Field

This is SharePoint 2016 port of SharePoint 2010 Filtered Lookup provided here by Dev4Side, which is also a port of the package provided here :) SharePoint 2013 version can be found here.

I updated namespaces, pages and SharePoint binaries (to use version 16.0.0.0). Description below is copied from here and all the features are working perfectly with SharePoint 2016.

Description

This project creates a custom SharePoint lookup field that offers new functionalities to default SharePoint lookup field by allowing filters to be applied to retrieved data. Applied filters can be either dynamic CAML queries or pre-defined list views residing in source lists.

Below is a few of the features offered by Filtered Lookup field over standard SharePoint Lookup field:

Installation

Download wsp package from here, put it into your SharePoint server machine and run the following commands in SharePoint 2016 Management Shell.

Add-SPSolution "/path/to/Dev4Side.SP2016.FilteredLookup.wsp"
Install-SPSolution –Identity Dev4Side.SP2016.FilteredLookup.wsp –GACDeployment

Screenshot

filtered_lookup_sp2016.png