Office 365 SharePoint External Users License and Security

Reading Time: 4 minutes   Overview Microsoft Says: An external user is someone outside of your organization who can access your SharePoint Online sites and documents but does not have a license for your SharePoint Online or Microsoft Office 365 subscription. External users are not employees or onsite agents for you or your affiliates. …

Solution: clientcontext.executequeryasync not working for Some Users

Reading Time: 2 minutes Issue: While executing Asynchronous call to get users list or any SharePoint lists data executequeryasync function not working for some users. My requirement: When loading the page I need to get the user name and validate the user belongs to one of the group in SharePoint. First I created a code …

Working with list items with Typescript and REST API – SPfx

Reading Time: 4 minutes The Modern SharePoint Framework Client Side WebPart’s using Typescript and react. Here I am going to show in this article how to perform basic create, read, update, and delete list item operations with the SharePoint REST interface and Typescript. if you are new to SharePoint Framework Web part, follow the prerequisites …

SharePoint Framework reaches general availability—build and deploy in production

Reading Time: < 1 minute What is the SharePoint Framework? The SharePoint Framework (SPFx) is a page and web part model that provides full support for client-side SharePoint development, easy integration with SharePoint data and support for open source tooling. With the SharePoint Framework, you can use modern web technologies and tools in your preferred …

SPFX client-side web part with the WebPart Properties

Reading Time: 4 minutes The Modern SharePoint Framework have a new WebPart Property pane.The property pane allows end users to configure the web part with a bunch of properties. The property pane has three key metadata: Pages Pages provide you the flexibility to separate complex interactions and put them into one or more pages. …

How to create new Web Part to an existing in SPFx Project

Reading Time: 2 minutes In this article, I am showing How to create new Web Part to an existing  in SharePoint Framework Project. When Creating a new SPFx project using the SharePoint Yeoman generator you can add a new Web Part, Always everyone prefer same project with multiple web parts. Step 1: Create new folder Go …

Create a SharePoint Framework Client WebPart – Retrieve List Items

Reading Time: 4 minutes Microsoft announce the first public developer preview of the SharePoint Framework. With this initial release, you can start building client-side WebPart. In this post I am creating a first Client WebPart – Modern SharePoint Development Prerequisites Setup SharePoint Tenant https://jenkinsblogs.sharepoint.com/sites/dev Setup your machine First Webpart My Webpart Name : FirstWebpart Follow …