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
1 answer

Inconsistent results formatting SharePoint column with JSON

I am working with library catalog items that may have 2 different URLs for each item. I have two plain text columns, each containing one of the URLs. I have two additional columns I am formatting as hyperlinks based of the URL text columns. I am…
0
votes
1 answer

PowerShell : Add a AAD security group to a SharePoint Online sitecollection

I'm wrestling on a way to add a AAD securitygroup as a domain group in SPO site collection, with f.e. contribute rights. Want to skip all default SharePoint securitygroups. Using UI, it seems perfectly possible. Can't find the right PNP commando…
dashed
  • 59
  • 1
  • 10
0
votes
0 answers

deleting an item in a sharepoint list if 2 values of 2 specific columns shows 3x in another sharepoint list

So I have 2 sharepoint lists. 1 called Training Registration and 1 called Training Schedule. Training schedule contains the following columns - Course and training schedule. What I'm struggling with is to automatically delete the item in the…
Jerico
  • 1
0
votes
0 answers

Will the removal of third-party cookies affect cookie based authentication?

I am performing SharePoint operations using C#. To authenticate my user, I am using an older cookie based authentication system similar to the one shown here. However, I have also found that the removal of third-party cookies may disrupt certain…
0
votes
0 answers

ActiveWorkbook.SaveAs fails to complete when saving to SharePoint

I'm having trouble with the save routine closing out when controlling files from with macro's in it, the save task actually completes fully but the "Uploading to SharePoint" dialog keeps running endlessly. If I click cancel on the dialog the code…
JonG
  • 1
0
votes
0 answers

Inactive Sharepoint users

We need inactive Sharepoint users list for each site in Sharepoint on-premise. Is possible to get inactive users based on last visited date or last accessed date of the user? If it is possible, explain it in detail.
0
votes
1 answer

PowwrShell/SPO: Download directly into a library

I wanted to ask, if it is possible with PowerShell to download a file from a webpage directly into a SharePoint Online library? Alternatively, a download into a Azure Blob Storage would also work. Thank you in advance. I already tried the following…
0
votes
1 answer

Powershell script to get number of lists, list items, libraries, and documents in a given sharepoint online site

I just started using PowerShell 4 days ago, so this may just be a simple syntax issue I'm not understanding. I have some code that I've cobbled together here: #sharepoint site url $Site = Get-SPOSite…
0
votes
1 answer

Always getting empty response while using the graph search API for sharepoint document

I am using following graph search API to search sharepoint document using the document id. GET /drives/{drive-id}/root/search(q='{search-text}') GET /sites/{site-id}/drive/root/search(q='{search-text}') My api url…
0
votes
1 answer

How to update/refresh the Power BI Report every very frequently where SharePoint List as Data Source

I have a Power BI report using SharePoint List as data source. The SharePoint list data gets updated very frequently. Client want the latest data should get displayed over the PowerBI report in next 5-10 minutes or as soon as possible as those are…
0
votes
0 answers

Combining TWO JSON Codes

I'm trying to combine these two JSON effects on the same sharepoint column and I can't seem to figure out a way to do so - only either. The first effect is a custom hover card (that is publicly available at:…
0
votes
2 answers

C#: How to access SharePoint 365 Excel file with MFA enabled via unattended application?

We have SharePoint 365 site with MFA enabled. One project folder on the SharePoint contains an Excel file that I want to read and process via my unattended C# application. Interactively I can open the file after going through the MFA process. I…
0
votes
0 answers

SharePoint Online using Code Editor webpart to run a js script

Hopefully you can help me. Im trying to make a birthday calander on a client's communication page using the SPS:People-Birthday property, so no one has to manually keep a list updated.The properties are crawled already. After many other failed…
Aylas34
  • 1
  • 2
0
votes
1 answer

How to enable Read access to items in a list which has the Advanced Setting 'Read items that were created by the user'?

We have a list that contains requests. Within each request, an Approving Manager is specified. We have three user groups defined in a SharePoint Site with these list-level permissions: Super Admins - who have Full Control Process Admins - who can…
user1063287
  • 10,265
  • 25
  • 122
  • 218
0
votes
1 answer

SharePoint CSOM KeywordQuery - Field or property "QueryText" does not exist

I am attempting to search files and folders held in SharePoint for a user entered phrase but consistently get the following exception: Microsoft.SharePoint.Client.ServerException HResult=0x80131500 Message=Field or property "QueryText" does not…
phuzi
  • 12,078
  • 3
  • 26
  • 50