2,685 questions with SharePoint Development tags

Sort by: Updated
1 answer

Understanding the Role of Invitations in SharePoint and Microsoft 365 Drive Item Permissions

Hello! I'm trying to understand the role of invitations in drive item permissions within SharePoint and Microsoft 365. When I call the /permissions endpoint for a driveItem, I notice that the invitation object is not present. How can I trigger a scenario…

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,735 questions
SharePoint Development
SharePoint Development
SharePoint: A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.Development: The process of researching, productizing, and refining new or existing technologies.
2,685 questions
asked 2024-05-08T10:21:35.27+00:00
Grzegorz Dubiel 20 Reputation points
commented 2024-05-10T12:36:59.3833333+00:00
Grzegorz Dubiel 20 Reputation points
0 answers

Connecting to Azure Web App API from SpFx is throwing 403.76 error

I have deployed a simple Web API project with weatherforecast controller in it. There is no Authorization code in the API. Deployed the API to Azure Web App. Tested the endpoint https://xxxx.azurewebsites.net/weatherforecast and it worked fine. …

SharePoint Development
SharePoint Development
SharePoint: A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.Development: The process of researching, productizing, and refining new or existing technologies.
2,685 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,954 questions
asked 2024-05-08T03:19:28.51+00:00
Amal Hashim 0 Reputation points
commented 2024-05-10T11:45:06.35+00:00
ajkuma 22,521 Reputation points Microsoft Employee
2 answers One of the answers was accepted by the question author.

Upload File to SharePoint through REST API

Hello, I am uploading ".xlsx " file into SharePoint online using REST API /_api/Web/GetFolderByServerRelativeUrl('-------')/files/add, My upload is successful, but noticed after uploading file, it contains some additional comments as per below…

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,735 questions
SharePoint Development
SharePoint Development
SharePoint: A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.Development: The process of researching, productizing, and refining new or existing technologies.
2,685 questions
asked 2021-09-13T06:30:01.547+00:00
Ramakrishnan Venkatesan 101 Reputation points
commented 2024-05-10T11:10:24.4533333+00:00
venkatesh vp 0 Reputation points
1 answer

Guid should contain 32 digits with 4 dashes (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx)

Hi, I am getting an error as Guid should contain 32 digits with 4 dashes (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx) while uploading a file in Document library via webpart by JSOM. Below is the Code that I am using to upload file in…

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,735 questions
JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
883 questions
SharePoint Development
SharePoint Development
SharePoint: A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.Development: The process of researching, productizing, and refining new or existing technologies.
2,685 questions
asked 2024-05-07T09:36:03.3533333+00:00
Sagar Malde 0 Reputation points
commented 2024-05-10T10:39:41.8733333+00:00
Sagar Malde 0 Reputation points
1 answer

How to clear CSOM pending requests without performing ExecuteQuery?

Hello, I am using CSOM for my application to communicate with SPO. I am in a situation where I want clear the ClientContext pending request without ExecuteQuery. I am performing some operations with multiple steps, after particular step if I get some…

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,735 questions
SharePoint Development
SharePoint Development
SharePoint: A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.Development: The process of researching, productizing, and refining new or existing technologies.
2,685 questions
asked 2024-05-09T10:50:46.19+00:00
Yuvraj Patil 361 Reputation points
answered 2024-05-10T07:34:11.7633333+00:00
RaytheonXie_MSFT 31,681 Reputation points Microsoft Vendor
1 answer

How to use contains string in filter criteria in microsoft graph api?

I am using graph api to search product list from sharepoint. I am able to search product using startsWith function but my requirement is to search product using any keyword which contains product name. I am currently using below url statsWith function to…

SharePoint Development
SharePoint Development
SharePoint: A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.Development: The process of researching, productizing, and refining new or existing technologies.
2,685 questions
asked 2024-05-09T09:45:05.54+00:00
Pradhaan, Surrya 0 Reputation points
answered 2024-05-10T02:22:54.8266667+00:00
RaytheonXie_MSFT 31,681 Reputation points Microsoft Vendor
1 answer

Expanding File and Media Web Part and Document Library Web Part to Full Width in a SharePoint Page

I am working on a SharePoint page where I need to display sales orders side by side using a File and Media web part and a Document Library web part. However, the web parts only occupy a small portion of the available space in their respective…

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,735 questions
SharePoint Development
SharePoint Development
SharePoint: A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.Development: The process of researching, productizing, and refining new or existing technologies.
2,685 questions
asked 2024-05-09T18:47:49.19+00:00
Ahmed Donia 0 Reputation points
answered 2024-05-10T02:05:05.1733333+00:00
Haoyan Xue_MSFT 20,186 Reputation points Microsoft Vendor
0 answers

How to update an image and link field in a Sharepoint List using ADO

Hi everyone, I've a Sharepoint List and I'm serching for help on how to update an Image and Link fields using ADO. Using VBA I was able to update text, date and numeric fields but I didn't find how to upload an image from my computer to neither how to…

Office Development
Office Development
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Development: The process of researching, productizing, and refining new or existing technologies.
3,531 questions
SharePoint Development
SharePoint Development
SharePoint: A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.Development: The process of researching, productizing, and refining new or existing technologies.
2,685 questions
asked 2024-05-09T16:36:07.9466667+00:00
Elton Senne 0 Reputation points
1 answer One of the answers was accepted by the question author.

Is column formatting for clickable actions in classic SharePoint possible? how?

I looked at this tutorial but it is for modern lists. https://learn.microsoft.com/en-us/sharepoint/dev/declarative-customization/column-formatting#create-clickable-actions Is this possible in classic lists? Is there any workaround?

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,735 questions
SharePoint Development
SharePoint Development
SharePoint: A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.Development: The process of researching, productizing, and refining new or existing technologies.
2,685 questions
asked 2024-05-08T15:19:39.3066667+00:00
Marie Raymond 20 Reputation points
commented 2024-05-09T15:06:18.6466667+00:00
Marie Raymond 20 Reputation points
1 answer One of the answers was accepted by the question author.

In SharePoint list - board view how can I remove empty buckets?

Can I customize SharePoint list - board view and remove empty buckets from the view? Is there any way to do it?

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,735 questions
SharePoint Development
SharePoint Development
SharePoint: A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.Development: The process of researching, productizing, and refining new or existing technologies.
2,685 questions
asked 2023-05-09T20:18:02.53+00:00
Dharam2 20 Reputation points
commented 2024-05-09T15:01:59.7866667+00:00
Haddleton, Ian 0 Reputation points
3 answers

While get user’s list of followed sites (using application permissions). By calling GET /me/followedSites endpoint gives "access denied”

Hi team, I was trying to get user’s list of followed sites (using application permissions). But calling GET /me/followedSites endpoint gives "access denied” and not able to know the root cause for this issue. Is something know issue or is it…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,712 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,735 questions
SharePoint Development
SharePoint Development
SharePoint: A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.Development: The process of researching, productizing, and refining new or existing technologies.
2,685 questions
SharePoint Workflow
SharePoint Workflow
SharePoint: A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.Workflow: An orchestrated and repeatable pattern of business activity, enabling data transformation, service provision, and information retrieval.
513 questions
SharePoint Server Development
SharePoint Server Development
SharePoint Server: A family of Microsoft on-premises document management and storage systems.Development: The process of researching, productizing, and refining new or existing technologies.
1,576 questions
asked 2024-05-07T07:03:46.88+00:00
Tanvi Mittal 0 Reputation points
commented 2024-05-09T10:41:17.3233333+00:00
Shantanu Singh 0 Reputation points
1 answer

TRIM to sharepoint migration - Support and procedures

Hi all, We are using a content management software TRIM . We are planning to move everything to Microsoft and have decided to migrate to Sharepoint and make it serve as Content management system moving forward. I am looking to understand the migration…

SharePoint Server
SharePoint Server
A family of Microsoft on-premises document management and storage systems.
2,235 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,735 questions
SharePoint Development
SharePoint Development
SharePoint: A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.Development: The process of researching, productizing, and refining new or existing technologies.
2,685 questions
SharePoint Workflow
SharePoint Workflow
SharePoint: A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.Workflow: An orchestrated and repeatable pattern of business activity, enabling data transformation, service provision, and information retrieval.
513 questions
SharePoint Server Management
SharePoint Server Management
SharePoint Server: A family of Microsoft on-premises document management and storage systems.Management: The act or process of organizing, handling, directing or controlling something.
2,817 questions
asked 2024-05-09T06:06:55.51+00:00
DEEPA C P 0 Reputation points
edited an answer 2024-05-09T08:28:12.8+00:00
Haoyan Xue_MSFT 20,186 Reputation points Microsoft Vendor
1 answer

Request to Add Copilot 365 to Sharepoint Search and Create Documents

Dear MS Copilot/Sharepoint Team, I am writing to request the integration of Copilot 365 into our organization's Sharepoint environment. To proceed with this integration, we would need your assistance in: Evaluating the compatibility of Copilot 365 with…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,712 questions
SharePoint Development
SharePoint Development
SharePoint: A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.Development: The process of researching, productizing, and refining new or existing technologies.
2,685 questions
Microsoft Copilot for Microsoft 365 Development
Microsoft Copilot for Microsoft 365 Development
Microsoft Copilot for Microsoft 365: Microsoft 365 Copilot refers collectively to Copilot experiences within Microsoft 365 applications.Development: The process of researching, productizing, and refining new or existing technologies.
56 questions
asked 2024-05-06T20:49:38.6166667+00:00
Omar Morales 0 Reputation points
commented 2024-05-09T07:26:00.76+00:00
Ling Zhou_MSFT 13,495 Reputation points Microsoft Vendor
0 answers

Authenticate to Microsoft Entra Application Proxy with SharePoint session

I'm developing a web part with SPFx that makes a call to a web API. The API is protected with Microsoft Azure Application Proxy using Entra ID as the pre-authentication method. Now, when I make a request with JavaScript's fetch(), I get redirected to the…

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,735 questions
SharePoint Development
SharePoint Development
SharePoint: A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.Development: The process of researching, productizing, and refining new or existing technologies.
2,685 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,660 questions
asked 2024-05-08T16:45:28.6466667+00:00
Brian Sivieri 0 Reputation points
2 answers

Critical Error for SharePoint_Config Database

Hi, I searched all forums for three days but can't find the answer. These topics won't work : Answer 1 Answer 2 Answer 3 The server returns this critical error: SQL database login for 'SharePoint_Config' on instance 'ServerSql' failed.…

SQL Server Reporting Services
SQL Server Reporting Services
A SQL Server technology that supports the creation, management, and delivery of both traditional, paper-oriented reports and interactive, web-based reports.
2,813 questions
SharePoint Development
SharePoint Development
SharePoint: A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.Development: The process of researching, productizing, and refining new or existing technologies.
2,685 questions
asked 2022-11-21T10:40:33.883+00:00
Safa 1 Reputation point
commented 2024-05-08T15:01:35.78+00:00
Mbahuma, Karel Rhomaanes 0 Reputation points
1 answer One of the answers was accepted by the question author.

How to use the SPMT to migrate from Teams to Teams? Limitations of SPMT 4.1.125.9

hello The earlier SPMT supported an array of scenarios including migration from Teams to Teams/ channels. The current and latest versions are a cut-down version if its initial capabilities, Could you please share a link for an earlier version of the…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,152 questions
SharePoint Development
SharePoint Development
SharePoint: A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.Development: The process of researching, productizing, and refining new or existing technologies.
2,685 questions
asked 2024-04-12T04:47:44.4066667+00:00
Arnaud 20 Reputation points
edited the question 2024-05-08T09:45:04.7333333+00:00
JimmyYang-MSFT 49,191 Reputation points Microsoft Vendor
2 answers

Can we use needsAttentionView to fetch document libraries that has documents with missing required information

Hi , I need to fetch all those libraries from a site that contains documents with missing required fields.I don't need documents , just count of libraries.We have 'File That need attention' view , is there any field or property that we can use to fulfil…

SharePoint Development
SharePoint Development
SharePoint: A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.Development: The process of researching, productizing, and refining new or existing technologies.
2,685 questions
asked 2023-09-07T10:06:38.23+00:00
Rohini Dhale 0 Reputation points
edited a comment 2024-05-07T13:24:35.93+00:00
Rene Wagner 156 Reputation points
2 answers One of the answers was accepted by the question author.

How to read Excel in Sharepoint in Azure Functions and send email in Azure Functions using Python

Hello all, I want to read Excel data in SharePoint as df using Python. Currently, I am test my code in my local Workspace. But always get error. I am wondering if I need to deploy first then test it. And do anyone know the code of reading Excel from…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,321 questions
SharePoint Development
SharePoint Development
SharePoint: A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.Development: The process of researching, productizing, and refining new or existing technologies.
2,685 questions
asked 2024-05-03T01:08:23.6666667+00:00
Olivia Chen 20 Reputation points
accepted 2024-05-07T04:41:10.65+00:00
Olivia Chen 20 Reputation points
0 answers

Image column formatting works for images added in 2022 -- trying to add new ones and they don't appear

I see all images in the column when I delete the formatting -- but of course, they are less clean and in different sizes. When I add the formatting in, the previously uploaded images show correctly but the new ones disappear. From looking through other…

SharePoint Development
SharePoint Development
SharePoint: A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.Development: The process of researching, productizing, and refining new or existing technologies.
2,685 questions
asked 2024-04-28T19:02:49.3366667+00:00
Katie Stack 0 Reputation points
commented 2024-05-05T16:50:29.4466667+00:00
Katie Stack 0 Reputation points
1 answer

Postman to Sharepoint REST callout giving Error: read ECONNRESET issue

Per my test, the Permission Request XML in the article is incomplete. The correct XML should be like following <AppPermissionRequests AllowAppOnlyPolicy="true"> <AppPermissionRequest…

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,735 questions
SharePoint Development
SharePoint Development
SharePoint: A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.Development: The process of researching, productizing, and refining new or existing technologies.
2,685 questions
asked 2024-04-30T13:03:11.8133333+00:00
subrahmanyam Balu 0 Reputation points
commented 2024-05-03T02:30:44.5066667+00:00
RaytheonXie_MSFT 31,681 Reputation points Microsoft Vendor