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

C# Powershell Modules

I keep running in circles with trying to use PowerShell within a C# Application. I know everything I need to do is capable within PowerShell, I just want to wrap a GUI around it to make things easier. I have PowerShell.SDK and Management.Automation…
0
votes
1 answer

Grant Identities permission only to a Particular sharepoint drive/document library and not at the site level

I am handling SharePoint granular permission using the sites.Selected the scope option and granted the application access/role via graph API permission. It is working fine, If the app needs to work with all the available Lists/Drives with the…
0
votes
1 answer

Formatting a sharepoint list view

I am trying to do a couple of things in a sharepoint list but not getting anywhere. I wondered if you could help. I am trying to firstly - work it so when someone hits the 'Submit' button (renaming of the 'exitGridView') it not only saves the…
user3095083
  • 145
  • 9
0
votes
0 answers

Graph API : The request is unprocessable because it uses too many resources with SharePoint list to get SharePoint Items

I am admitting that there are same questions available for the same issue, but I have tried a lot like I have added Prefer: apiversion=2.1 , Prefer: HonorNonIndexedQueriesWarningMayFailRandomly and as well as I have created an Index on a column…
0
votes
0 answers

Unable to bind hyperlink in PDF while generate PDF using JSPDF

I am creating a PDF document using jsPDF and I want to Add a Hyperlink inside the HTML it's working fine but when I try to convert it to pdf it simply renders text instead of a hyperlink. Below is attached the code snippet for the same. const photo…
0
votes
0 answers

MacroView Software solutions for SharePoint

Looking for feedback on MacroView software as a document management system for SharePoint I have come across a software company called MacroView who have created a Document Management System that integrates with SharePoint and so far I am impressed…
BGM
  • 1
0
votes
0 answers

How to retrieve items/lists via REST API in C# with Token based authentication in a C# WPF Application

i want to get all the lists within a specific SharePoint site. I managed to get the token, but I'm struggeling to use the REST Api in c#. It always says "unauthorized", but in Postman I can use it with the Bearer Token. The problem is that I use an…
Matthias
  • 9
  • 1
  • 6
0
votes
0 answers

remind about shared folder in Sharepoint

I need to understand whether it is possible to create flow or smth like this to remind people about shared folder with them for example every Monday and send email as this one everytime? Because now I shared folder with people, they got such message…
0
votes
0 answers

BCS- Application Server does not have the latest key

I am following the below article on creating a External List that stores the list data in Azure SQL DB. Creating External List from Azure SQL DB using BCS Service in Microsoft Office 365 Online At the Step "Create a Secure Store Service ID" I get…
NSS
  • 1,835
  • 2
  • 29
  • 66
0
votes
0 answers

SharePoint Designer flow to Power Automate

I need to rebuild an old SharePoint Designer flow in Power Automate. The problem is that I have no documentation whatsoever and so I’m having trouble trying to figure out some of the actions. The fact that I’m a SPD newbie doesn’t help. I have two…
0
votes
1 answer

Why does using @microsoft/sp-dialog inside a SPFX ListViewCommandSet prevent the extension from loading?

I'm trying to do something I've done before. I want to create a new SPFX ListViewCommandSet button which opens a dialog box. However, the moment I reference my custom dialog, the entire extension fails to load with the following error showing up in…
0
votes
0 answers

Request for Guidance on Implementing Success/Failure Callback Method for SharePoint List Item Creation/Update using CSOM in C#

I am currently using CSOM in C# (dotnet core) to create or update SharePoint list items, and I am wondering if there is a way to receive a success or failure callback method when performing these actions. I have not been able to find any information…
0
votes
0 answers

MS Sharepoint - How can I create a list that shows the count of itens of multiple lists, that were created in a specified date

For an example, I have list A and B and I want to create a list like the one below Date List A List B 12/02/2022 12 26 18/01/2022 89 7 The numbers under each list column represent the count of items that were created in the specified…
0
votes
1 answer

Authentication error when using SharePoint Migration Tool PowerShell cmdlets

Server 2012 R2 file share to SharePoint Online migration I am attempting to automate scheduling some file share synchronization to SharePoint Online using the migration tool, however I get an error that my credentials are incorrect. The same…
0
votes
0 answers

get Termgroup From Metadata Field

I'm making a spfx webpart that use Terms customProperties from metadata Column. I'm able to retrieve the TermId from list and the TermSet (from the List Field Properties) But I'm not able to retrieve the TermGroup. How Can I get it or Search…
Eldrad95
  • 35
  • 5