Browse by Tags

Tagged Content List
  • Wiki Page: SharePoint Online Live Persona Card in Custom WebPart

    SPFxLivePersonaCard - https://github.com/Anil-Lakhagoudar/SPFxLivePersonaCard I was trying to display the People HoverCard like SharePoint SPFx People WebPart in Custom WebPart where people data can be read from list or WebPart Property. After spending some time found that there is React component...
  • Wiki Page: SharePoint Online: Create Post List in SharePoint Team site

    This article will share the steps to create post list in SharePoint team site.By default, post list is available in blog template site. Table of Contents Requirement Purpose Code Requirement A customer needs the post list in the SharePoint team site, but post list template is not available in...
  • Wiki Page: Azure SQL DB With SharePoint Online As External List Using Business Connectivity Services

    An external list is a type of list which can be created within SharePoint, using data from an external line of business. In order to implement the integration, we have to ensure that the two pieces given below are in place. Azure SQL DB – SQL DB has to be set up in Azure, which will serve as the external...
  • Wiki Page: SharePoint 2013: Generating a PDF Document

    Table of Contents Introduction Solution Code Download Introduction As a developer, generating downloadable PDF files is very common requirement in SharePoint 2013. While developing SharePoint apps, a developer is faced with couple of questions like, “Do I generate the PDF document client side?...
  • Wiki Page: SharePoint Online Authentication for SOAP Service Calls

    Table of Contents Background How it works This article was originally published under TechNet Gallery. You can download the sample solution here . Background This solution provides an example of how you can authenticate your SOAP Service Calls to a SharePoint Online Site...
  • Wiki Page: SharePoint 2013: Converting O365 or SharePoint App to On-Premises Solution

    Generally, when you are developing SharePoint Provider-hosted apps you can simply use SharePoint Online version to do testing and development. But when it comes to actual deployment you may need it to deploy as a SharePoint on-premises solution. You can do it by simply adding few additional configuration...
  • Wiki Page: SharePoint Online: How to Create a site collection

    This article will demonstrate how to Create a site collection on Office 365 or SharePoint Online using GUI. This article applies to SharePoint Online Office 365 Admin Office 365 Small Business Admin A site collection is the group of websites under a common top-level site with the same owner on...
  • Wiki Page: SharePoint online or Office 365: Create a site collection

    A site collection is the group of websites under a common top-level site with the same owner on the site administrator. To create a site collection for delete site collection on Office 365 is easy to do. Create a site collection SPO Be sure web application is where you want to create a website...
  • Wiki Page: SharePoint 2013: How To Share Site Page With Other Users

    This article is about how to share site pages in SharePoint. Here, we are showing for SharePoint 2016 and online. The steps, which we are doing here, are the similar steps which will be followed for other versions of SharePoint as well, so we will have a small description of the steps that are used...
  • Wiki Page: SharePoint Online: Grant Anonymous Access To Site Collection Or Site Page step by step

    Today, we are writing an article about granting anonymous access to site collection at SharePoint Online so that a SharePoint site can be accessed using external users, for example, i f our customer needs to access the site collection or site page from users who are not eternally added. ...
  • Wiki Page: SharePoint Online Communication Sites

    Table of Contents Introduction What is Communication Site? How to Create Communication Site? Communication Site Designs Topic design explained NEW Hero web part News web part NEW Events web part Quick links Documents web part NEW People web part NEW Comments on Page Easy Page Layouts (finally!!) Top...
  • Wiki Page: How to Activate SharePoint Server Publishing in SharePoint Online

    How to activate SharePoint Server publishing in SharePoint Online, while activating this feature we are getting an error. Below is the error details: “ Site The feature being activated is a Site scoped feature which has a dependency on a Site Collection scoped feature which has not been...
  • Wiki Page: SharePoint Online: How to deploy sandbox solutions

    Sandboxed solutions will be hosted in the SharePoint user code solution worker process (SPUCWorkerProcess.exe) and run code that can only disturb or affect the site collection of the solution. Because sandboxed solutions don’t run in the IIS worker process, neither the IIS application pool nor the...
  • Wiki Page: SharePoint Online: How To Grant External Access To Site Collection Or Site Page

    Today, we are writing an article about granting external access to site collection at SharePoint Online so that a SharePoint site can be accessed using external users, for example, if our customer needs to access the site collection or site page from users who are not eternally added. We can enable...
  • Wiki Page: SharePoint hub site: Introduction

    Table of Contents Introduction Theory Create a SharePoint Hub Site Programmatically Pre-Requisite Create a Modern Team site using powershell Create a SharePoint hub site Associate a site to hub site using powershell Pictorial Representation Command available & their operation Things to remember Conclusion...
  • Wiki Page: Sharepoint Troubleshooting: The URL of the item could not be resolved. The repository might be unavailable, or the crawler proxy settings are not configured.

    Table of Contents Error Error message Troubleshooting Resolution Clear proxy Content Crawling Error When you debugging your SharePoint Search you might have come across that there is an error in the crawl log in a SharePoint farm. Error message The URL of the item could not be resolved...
  • Wiki Page: SharePoint Framework: How to Implement CI/CD

    Table of Contents Overview Continuous Integration (CI) Build Pipeline Create Build Definition Install Node JS Restore npm Packages Build the Solution Package the Solution Prepare the Artifacts Publish the Artifacts Continuous Deployment (CD) Create the Release Definition Link the Build Artifact Create...
  • Wiki Page: Sharepoint: How to automatically translate documents with Microsoft Flow and Microsoft Translator

    Steps First create a document library where these documents will be uploaded to be translated. Then create a document library where the translated documents will be saved afterwards Create a flow and put a name . The trigger is going to be when a file is created in a folder in Sharepoint Point...
  • Wiki Page: SharePoint 2016: Why upgrade?

    Introduction We are using SharePoint 2013 and all is fine, why should I spend money and hire the resource to migrate to SharePoint 2016? As we know, this is not a simple on/off switch that I can just upgrade to SP 2016. Why should I upgrade to SharePoint 2016? What values will SharePoint 2016...
  • Wiki Page: SharePoint 2007: How to Edit a List Item by Clicking on its Title

    I received a request from someone to modify a list view in such a manner that if someone clicks on the title of the item it should take him to the edit page instead of the display page. After some work with Sharepoint designer I was able to manage it in few steps. Here are the steps needed to be followed...
  • Wiki Page: SharePoint Online/2013: Add calendar WebPart with a calendar view

    Table of Contents Issue Solutions Step 1: Step 2: Step 3: Step 4: Step 5: Step 6: Step 7: Issue Have come across many people around seeking help on Calendar WebPart with Calendar view to be displayed on a specific page. Solutions This solution is OOTB and applicable to SharePoint Online...
  • Wiki Page: SharePoint Online: Provider Hosted App with Azure

    If you are new to provider hosted App and you would like to create a new Provider hosted app in SharePoint Online this article will help you to creating a provider hosted app in SharePoint online + Azure as hosting infrastructure Provider-hosted app includes components that are deployed and...
  • Wiki Page: Sharepoint PNP: How to copy/clone a SharePoint online site

    Here are the steps: First install the PNP Module Then run the Connect-PNPOnline to your source site Then run Get-PNPProvisioningTemplate to export the template Then create your destination site by using New-PNPSite if your site is not created already. Then run Connect-PNPOnline command again...
  • Wiki Page: SharePoint Framework 1.8 - Library Component Type (Beta)

    Table of Contents Overview Library Component Upgrade to SPFx 1.8 Version Create Library Component Type Code the Library Consume Library in SPFx WebPart Test the WebPart Summary Overview SharePoint Framework is offering newer capabilities with every release of it. The SPFx release of version 1.8...
  • Wiki Page: Microsoft Graph Beginner's Guide

    1. Introduction As the number of services and the amount of data is growing rapidly in Microsoft Cloud, Microsoft Graph has become essential in accessing the data while building applications and experiences around it more effectively. This article gives an overview of what Microsoft Graph is, what...
Page 11 of 55 (1,355 items) «910111213»
Can't find it? Write it!