Introduction This component is developed as a SharePoint Framework web-part to create poll, capture response from the user's and to display the results in a graphical view. This quick poll is very easy to maintain and quick to set up. The list 'QuickPoll' which captures all the question and responses will be created automatically. Features … Continue reading SPFx – Quick Poll
SharePoint Online
SPFx – Advanced Comments Box
Introduction This component is developed as a SharePoint Framework Web-part to capture and store the comments. The web part can be used as replacement for the out-of-box comments box that is available in SharePoint Online. You can disable the out-of-box comments and this web-part to a page, save it as a template and you can … Continue reading SPFx – Advanced Comments Box
SPFx – Using React Context API
Introduction Hi friends, this blog post will guide you through the usage of Context API which is one of the new features introduced in the latest version of React in SPFx projects. What is React Context and When to use it In a normal React application, the properties are passed top-down from parent to child and then to … Continue reading SPFx – Using React Context API
SPFx – Office UI Fabric react DetailsList and PropertyFieldCodeEditor to show the CSV data
Hi Friends, this is a series of the post explains different capabilities of the web part using SPFx. Using DateTime control PropertyFieldCollectionData Property Pane Control Using FilePicker and FileTypeIcon control Office UI Fabric react DetailsList & PropertyFieldCodeEditor to show the JSON data Office UI Fabric react DetailsList & PropertyFieldCodeEditor to show the CSV data --> You … Continue reading SPFx – Office UI Fabric react DetailsList and PropertyFieldCodeEditor to show the CSV data
SPFx – Office UI Fabric react DetailsList and PropertyFieldCodeEditor to show the JSON data
Hi Friends, this is a series of the post explains different capabilities of the web part using SPFx. Using DateTime control PropertyFieldCollectionData Property Pane Control Using FilePicker and FileTypeIcon control Office UI Fabric react DetailsList & PropertyFieldCodeEditor to show the JSON data --> You are here Office UI Fabric react DetailsList & PropertyFieldCodeEditor to show the … Continue reading SPFx – Office UI Fabric react DetailsList and PropertyFieldCodeEditor to show the JSON data
PowerShell to update SharePoint Online User Profile property from Azure AD
Hi Friends, in this post, I am gonna walk you through the steps to update the SharePoint Online User Profile property from Azure AD. You may think, why this is necessary since SharePoint online will sync automatically with Azure AD. The tricky part is the auto-sync may take up to 24 hrs to sync Azure … Continue reading PowerShell to update SharePoint Online User Profile property from Azure AD
SPFx – Using FilePicker and FileTypeIcon control
Hi Friends, this is a series of the post explains different capabilities of the web part using SPFx. Using DateTime control PropertyFieldCollectionData Property Pane Control Using FilePicker and FileTypeIcon control --> You are here Office UI Fabric react DetailsList & PropertyFieldCodeEditor to show the JSON data Office UI Fabric react DetailsList & PropertyFieldCodeEditor to show … Continue reading SPFx – Using FilePicker and FileTypeIcon control
SPFx – Using DateTime control PropertyFieldCollectionData Property Pane Control
Hi Friends, this is a series of the post explains different capabilities of the web part using SPFx. Using DateTime control PropertyFieldCollectionData Property Pane Control --> You are here Using FilePicker and FileTypeIcon control Office UI Fabric react DetailsList & PropertyFieldCodeEditor to show the JSON data Office UI Fabric react DetailsList & PropertyFieldCodeEditor to show … Continue reading SPFx – Using DateTime control PropertyFieldCollectionData Property Pane Control
Performance Tool–SharePoint Online (Page Diagnostic Tool)
Hi Friends, today I would like to introduce you to the new Performance tool available for SharePoint online. This is a great tool which helps us to measure different aspects to optimize or normalize our development mode to provide a 100% quality to the custom development that we made on SharePoint.The most important is that … Continue reading Performance Tool–SharePoint Online (Page Diagnostic Tool)
SharePoint Add-In: Frequently Asked Questions (FAQ)
In this post, we will see the FAQ Add-in which is published to SharePoint App Store.The FAQ (Frequently Asked Questions) plays a pivotal role in all the organization to support different levels of users with daily operations, protocols, policies and others.This FAQ add-in is to support the Organization’s using SharePoint as a primary or secondary … Continue reading SharePoint Add-In: Frequently Asked Questions (FAQ)