SharePoint Online Search Crawled Properties Not Created, Not Showing or Not Available


This post describes a scenario where you’ve added site columns and content-types to a modern SharePoint Online site, created a list and added content and once Search has indexed your content you’re expecting there to be search crawled properties available in the sites search settings pages. Sites Group connected team site Microsoft Teams team site … Continue reading SharePoint Online Search Crawled Properties Not Created, Not Showing or Not Available

Create New Office Documents in SharePoint using Javascript CSOM


Trying to create new Office documents in SharePoint using client-side development technologies, i.e. Javascript with JSOM or REST is a common enough scenario, though Googling it with Bing yields little to no help. It is possible to create new Office documents in SharePoint using JSOM, but not REST, at this time at least. Also, the solution in this … Continue reading Create New Office Documents in SharePoint using Javascript CSOM

SharePoint Content Organiser PropertyBag Property Settings


The SharePoint CSOM API doesn’t have an implementation to change the Content organiser settings for a site, but these settings are persisted on the Webs propertybag, meaning that you can change them using CSOM or REST. The Content Organiser Settings Setting PropertyBag Property Require users to use the organizer when submitting new content to libraries with one … Continue reading SharePoint Content Organiser PropertyBag Property Settings