Showing posts with label JSOM. Show all posts
Showing posts with label JSOM. Show all posts

Oct 9, 2017

Check if current user is member of a SharePoint group using JQuery

Scenario This code will help you to check if the current user is a member of a group. Suppose you want to check if the current user is member of a Owners group or not. Just update the "grpName" variable value and run the code 😎 Steps to use the code 1. Use the Script Editor web part and add...

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...