Questions tagged [sharepoint-online]

A cloud-based service, hosted by Microsoft, that provides SharePoint collaboration platform as an online service.

SharePoint Online is a collection of Web-based tools and technologies that help your organization store, share, and manage digital information. Built on Microsoft SharePoint Server 2013, this hosted service is ideal for working on projects, storing data and documents in a central location, and sharing information with others. The following Content features makes Enterprise Content Management (ECM) easy for everyone. It’s the combination of traditional content management, social capabilities, and powerful search.

3816 questions
0
votes
2 answers

how to In sharepoint format view show only hours and minutes for a column

I have a custom Format view for a list that I want to format a column called Date (date and time) so it's displays current date and time without seconds. { "elmType": "div", "inlineEditField": "[$Date]", …
SuperDOS
  • 301
  • 1
  • 3
  • 16
0
votes
2 answers

SharePoint Online Document Library Conditional Required Fields

Using an out of the box SharePoint Document Library, I have a Yes/No metadata field for my content type which is a required field. If the value is Yes, I will like to then show and make mandatory 3 more fields. A choice field, people field and…
Ian M
  • 1
  • 1
0
votes
0 answers

Sharepoint Online - retrieve Subfolder Items using CSOM and "The attempted operation is prohibited because it exceeds the list view threshold"

I'm trying to download all items from a Subfolder in my Site Library. Unfortunately I hit the "The attempted operation is prohibited because it exceeds the list view threshold" exception. Here my code: using (var authenticationManager = new…
rafastryk
  • 1
  • 3
0
votes
3 answers

PowerApps multiple cascading dropdowns from SharePoint List Choices Column

I have a relatively simple scenario which I am trying to implement in PowerApps, but can't seem to make it work. I have 2 dropdowns which source values will be from a SharePoint list with 2 columns Region and Department. Both these columns are…
0
votes
0 answers

SharePoint Online List Search Bar

The search bar in SharePoint Online does not fetch results. Solution I have tried Solution 1: Reindex List List Settings Advanced Settings Reindex List Is there any other way to troubleshoot the search bar.
0
votes
0 answers

FieldCustomizer extensions preventing GroupBy list details from rendering

I several lists with a View grouped by a Taxonomy term set with a Field customizer extension applied to the standard title field. When a user clicks on a specifc group in the Grouped by View to render the list with items from a specific group, the…
elliot-j
  • 10,709
  • 3
  • 19
  • 18
0
votes
1 answer

List view formatting referencing url from external domains e.g. twitter or instagram

I am trying a list view formatting to display image URL saved in a column "mediaUrl" as an image. I am using this JSON: { "$schema": "https://developer.microsoft.com/json-schemas/sp/v2/row-formatting.schema.json", "hideSelection": true, …
0
votes
0 answers

External company Sharepoint Excel Access

I would like to know if there is any way for me to access data from an excel file that is in a directory in which I do not have access to the root folder. It is therefore a different directory than mine. Another Company. The only access I can get is…
Wilian
  • 1,247
  • 4
  • 11
0
votes
1 answer

Sharepoint: Advance permissions menu, by default

Is it possible to change the default popup/page for granting access? We don't use the default popup at all, always skip it to use the advance permissions instead.
tuaniz
  • 45
  • 8
0
votes
0 answers

Microsoft Graph API - OneDrive - Search specific folder

We are working on an implementation with our software and Sharepoint. For certain entities within our software we want to create a folder structure in Sharepoint and maintain this by updating the folders when needed. Consider the following structure…
0
votes
0 answers

Sharepoint custom webpart don't sort proberbly in production

We have created a picture-sharing web part. that gets data from 3 different SharePoint lists. When I want to show the latest 3 posts in my production environment, it gets sorted differently. The custom web part is written in typescript/react I…
Royz
  • 3
  • 3
0
votes
1 answer

Version history of a SharePoint online term store

We are having a term store that is linked to the Office Location property of our SharePoint user profile, somehow the term store values was deleted and recreated which had broken the relation in the user profile property and now the Office location…
0
votes
0 answers

Sharepoint: Metadata Word Cloud

Is there a way of displaying the Metadata from a SharePoint Online Library, as a Word Cloud? I came upon this: https://ravichandran.blog/2020/05/09/3d-tag-cloud-in-the-sharepoint-framework-spfx-web-part/ but could not manage to make it work.
tuaniz
  • 45
  • 8
0
votes
1 answer

Custom report period for getSharePointSiteUsageDetail API

Pretty new to powershell and API so wanted to ask about the following. I have been trying to get some site usage details by calling this MS Graph API "https://graph.microsoft.com/v1.0/reports/getSharePointSiteUsageDetail(period='D30')" By calling it…
0
votes
0 answers

API Rest Sharepoint - updating metadata while creating a file

I am using a POST request to create a file in a Sharepoint's libray which uses metadata (columns on the Sharepoint site). I get a status code 200, the file is created. That's fine. But metadata are not updated... Here after is a parte of the code…
RichardW
  • 1
  • 1