Showing posts with label REST API. Show all posts
Showing posts with label REST API. Show all posts

Jul 7, 2017

Multi value Lookup Columns in SharePoint

I couldn't find anything obvious for accessing SharePoint Multi-value lookup columns and filtering the values so chucked this together, hopefully useful for someone😃 In continuation to my previous article on Lookup Columns, we are going to learn about Multi-value lookup columns in SharePoint. At...

Jun 28, 2017

Cascading drop down in SharePoint using REST API

Cascading drop down or filtered Lookup Columns in SharePoint is one of the most used functionality in most of the projects for various business needs. In one of my old articles, I have explained about creating cascading or filtered lookup columns using JQuery & SPServices in MOSS 2007 version of...

Oct 13, 2016

Get Current Logged in User & Manager using REST API in SharePoint Online

Scenario:  Environment: SharePoint Online  Approach:      Populating Current logged in user in People Picker. Also populating user's Manager automatically using REST API and SP Services. Solution: 1. Create an SharePoint custom list "Learning" (in my case). 2. Create...