Creating App Catalog in Modern SharePoint Online

App catalog is a separate site collection like team sites in SharePoint for configuring and managing SharePoint Store and its setting. This site collection is basically used for deploying custom apps which are developed for internal organization and makes those custom apps available in SharePoint sites to users to browse as well as add it. Users can search the deployed or installed apps from site … Continue reading Creating App Catalog in Modern SharePoint Online

Introducing a SharePoint App Bar in Modern SharePoint Online

Modern SharePoint is coming with lots of new and exciting features on regular basis. Microsoft is rolling out another new feature, called SharePoint App bar to enhance the global navigation experiences. In this article, I will give insights of SharePoint App bar and how it will enhance the user experiences. The SharePoint app bar brings a consistent navigation experience to every site on your intelligent … Continue reading Introducing a SharePoint App Bar in Modern SharePoint Online

Restore list from Existing in Modern SharePoint Online

Recently, we have observed that save list as a template option is missing for Modern SharePoint Online site. Because of which many users are getting confuse on how to restore their existing list into another site which is mostly required and quite normal in terms of SharePoint. Save as s template was very handy option to copy list definition as well as to migrate it … Continue reading Restore list from Existing in Modern SharePoint Online

SharePoint | This page allows a limit of 200 controls, and that limit has been exceeded

While working with SharePoint Master page or Custom page design, we might face this error sometimes, “This page allows a limit of 200 controls, and that limit has been exceeded”. Cause for this error If you are using too many controls in single page (or master page), you will face this error because SharePoint web application allows 200 controls limit by default. This means, you … Continue reading SharePoint | This page allows a limit of 200 controls, and that limit has been exceeded

SharePoint Next Level with Power Platform

Meet our valuable speaker “Rijwan Ansari”, from Tech One Global. Rijwan will speak at our event Global Microsoft 365 Developer Bootcamp – Bangladesh about “SharePoint Next Level with Power Platform”. Catch us Live on October 3, 2020, at 03:00 PM Bangladesh Standard Time (GMT +6) and learn more about Microsoft 365 Development, Opportunities, and Market #Microsoft365, #GlobalM365Bootcamp Co-Speaker: Satyadevi Karki https://www.facebook.com/Microsoft365Dev/posts/330395861739987 Recording: Continue reading SharePoint Next Level with Power Platform

Power Automate | Send a Customized Email When a new SharePoint List Item Added – Part 1

Introduction In this article, we will learn to create a Power automation or a flow using SharePoint List. This article will demonstrate simple steps to create a flow, when new item is added in SharePoint List. Here, we will use previously created List  and create a flow to send customized email to Manager and User for Leave Approval Request in this part. Besides this, I … Continue reading Power Automate | Send a Customized Email When a new SharePoint List Item Added – Part 1

How to Create a List in SharePoint

Introduction In this article, we will learn how to create SharePoint List in SharePoint site. Additionally, we will add necessary columns and set property of columns. List creation in SharePoint On-premises, online (classic and modern SharePoint) both are same as of now. So, steps describe in this article will be helpful to create list in all these environments. Furthermore, we will add necessary column for … Continue reading How to Create a List in SharePoint

Searchable Dropdown in SharePoint /ASP.NET

As we know that default dropdown list is not searchable. Simple way to create searchable in asp.net/SharePoint solution. Problem: Resolution: ( Converting simple dropdown list to searchable ) Add following CSS link in the page: Add Following script link in page: To change any dropdown list to searchable dropdown list: Add “chosen-select” class to dropdown control.   Necessary css and js file: Download More details: … Continue reading Searchable Dropdown in SharePoint /ASP.NET

SharePoint Future : Roadmap to the Future of SharePoint

“The Future of SharePoint is Bright,” says Seth Patton, General Manager for SharePoint and OneDrive.  This was the overarching theme in a 110-minute live online event made by Patton and Jeff Teper, Corporate Vice President, SharePoint and OneDrive, May 4th in San Francisco. Aside from describing their passion and commitment to the SharePoint ecosystem, this presentation shared a lot of information about SharePoint Server on-premises and the … Continue reading SharePoint Future : Roadmap to the Future of SharePoint

Office 365: Powershell Script to Uninstall the SharePoint App

Sometime O365 SharePoint Online will not allow uninstall app hosted. It will give you error as “Some things went wrong” or “Unable to Uninstall” and gives you message something like e-Discovery or retention polity contact Administrator. Such case if you try to deploy app using Visual Studio then you will get error: Script to Uninstall: [System.Reflection.Assembly]::LoadWithPartialName(“Microsoft.SharePoint.Client”) [System.Reflection.Assembly]::LoadWithPartialName(“Microsoft.SharePoint.Client.Runtime”) Function Get-ClientContext([string]$Url,[string]$UserName,[string]$Password) { $SecurePassword = $Password | ConvertTo-SecureString … Continue reading Office 365: Powershell Script to Uninstall the SharePoint App