3,154 questions with SharePoint Development tags

Sort by: Updated
1 answer

Specifying Colors for SharePoint Header

I want to specify the colors on a SharePoint header. However, the theme generated in the Theme Generator UI arbitrarily sets the colors based on my Primary Color and Accent Color. I want to specify the exact colors that the header uses. We will be using…

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.
3,154 questions
asked 2024-12-23T21:59:02.42+00:00
Nate Gervenak 0 Reputation points
commented 2024-12-25T04:47:25.47+00:00
Nate Gervenak 0 Reputation points
1 answer One of the answers was accepted by the question author.

What API permission do I need in order to assign role to a user

I'm doing a (@POST) request the role assignment endpoint https://graph.microsoft.com/v1.0/roleManagement/directory/roleAssignments with this payload: { "@odata.type": "#microsoft.graph.unifiedRoleAssignment", …

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,652 questions
Azure Role-based access control
Azure Role-based access control
An Azure service that provides fine-grained access management for Azure resources, enabling you to grant users only the rights they need to perform their jobs.
851 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.
3,154 questions
asked 2024-12-19T10:00:15.6166667+00:00
MIRIAM GRAHAM 40 Reputation points
edited the question 2024-12-25T02:18:47.6433333+00:00
Emily Du-MSFT 48,646 Reputation points Microsoft Vendor
1 answer

Change SharePoint List Gallery Button Color By URL

I have a SharePoint list in gallery view that has links to different web pages. This list view is on each page of the navigation for training. I'd like to color code the buttons according to what page the user is on to visually indicate where they are,…

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
10,998 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.
3,154 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.
613 questions
asked 2024-12-18T16:37:40.2966667+00:00
Tracy Mason 0 Reputation points
edited a comment 2024-12-25T01:51:45.7466667+00:00
RaytheonXie_MSFT 37,076 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

SharePoint Rest API SPQueryThrottledException

Hello Team, We're using SharePoint 2019 On-Premises instance. We have one document library containing more than 10000 items. We have threshold limit for list/library as 5000 (the default one). we are tring to access folder having just 200 items from…

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.
3,154 questions
asked 2024-12-03T09:36:53.5133333+00:00
Neelkumar Maheta (nmaheta) 10 Reputation points
accepted 2024-12-24T15:24:26.06+00:00
Neelkumar Maheta (nmaheta) 10 Reputation points
2 answers

Discrepancies Between Web.LastItemModifiedDate and Last Activity column in SharePoint Admin Center

We use the Web.LastItemModifiedDate property of a site to identify recently modified sites. However, in some cases, the value of this property does not align with the Last Activity column in the SharePoint Admin Center. Could you clarify the factors that…

Microsoft 365
Microsoft 365
Formerly Office 365, is a line of subscription services offered by Microsoft which adds to and includes the Microsoft Office product line.
5,373 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
10,998 questions
Microsoft Purview
Microsoft Purview
A Microsoft data governance service that helps manage and govern on-premises, multicloud, and software-as-a-service data. Previously known as Azure Purview.
1,300 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.
3,154 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.
613 questions
asked 2024-12-20T10:17:53.6566667+00:00
unknown_25 21 Reputation points
commented 2024-12-24T09:48:17.0066667+00:00
RaytheonXie_MSFT 37,076 Reputation points Microsoft Vendor
3 answers One of the answers was accepted by the question author.

Graph Drive GetItems Filter has no effect

Hi There When I use this query: https://graph.microsoft.com/v1.0/drives/DRIVEID/items?%24filter=name%20eq%20%27TEST%27 to filter my drive for items with name = TEST i get returned ALL items on my drive. This was did not behave like this before. What did…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,652 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.
3,154 questions
asked 2024-12-18T18:32:32.6733333+00:00
Sidi_244 20 Reputation points
accepted 2024-12-24T09:46:05.04+00:00
Sidi_244 20 Reputation points
1 answer

Sharepoint API OData filter is not working

I am trying to get files from a specific folder(drive) in Sharepoint. First, I am getting the DriveItem. My Code: string filter = $"tolower(Name) eq '{folderName.ToLower()}' and…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,652 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
10,998 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.
3,154 questions
asked 2024-12-18T12:55:39.97+00:00
Naganathan Mathavan 0 Reputation points
commented 2024-12-24T05:40:57.38+00:00
CarlZhao-MSFT 43,651 Reputation points
1 answer

Get-PnPSiteTemplate: The remote server returned an error: (403) Forbidden

I want to copy one site collection from one tenant to another, so on the source tenant, I created this App Registering and I grant it full control on SharePoint:- And I define to use secret for the authentication:- Then I run this command…

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.
3,154 questions
asked 2024-12-21T00:12:44.0966667+00:00
john john Pter 360 Reputation points
commented 2024-12-24T05:36:27.1133333+00:00
RaytheonXie_MSFT 37,076 Reputation points Microsoft Vendor
1 answer

Guidance Needed: Report on Libraries and Subfolder Permissions in SPO Site

Hi All, I have a requirement to generate a report of all libraries and their subfolder permissions from a SharePoint Online (SPO) site. I have already tried a few scripts from the internet, but none seem to fulfill this requirement. Any guidance would be…

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
10,998 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.
3,154 questions
PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,708 questions
asked 2024-12-13T15:45:13.19+00:00
Santhosh Kumar 0 Reputation points
commented 2024-12-24T01:25:09.6466667+00:00
AllenXu-MSFT 22,156 Reputation points Microsoft Vendor
1 answer

How to customize left navigation using SPFx extension?

I need to change the background color of the left navigation items in SharePoint online modern view. How can I achieve this using SPFx extension?

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.
3,154 questions
asked 2024-12-23T06:01:50.2+00:00
Y, Haritha (Cognizant) 0 Reputation points
commented 2024-12-23T20:14:04.3133333+00:00
Andrew Connell 141 Reputation points MVP
3 answers

Como dar formato a la vista (Modo avanzado)

Buen día  Tengo un tema con la aplicacion de formato a la vista lo que quiero hacer es lo siguiente: Tengo una lista llamada Bitácora convenio de tiempo en SharePoint y dentro de ella tengo una columna llamada VencimientoConvenio de tipo…

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.
3,154 questions
asked 2024-12-03T19:13:50.3533333+00:00
Brandon Benitez Ramirez 0 Reputation points
commented 2024-12-23T09:47:56.0033333+00:00
RaytheonXie_MSFT 37,076 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

About Security Score of SharePoint?

Hi. I was redirected to ask the questions here regarding SharePoint. There are few Security Score relative to SharePoint. I have few questions, please help me clarify. Security Score Recommendation: Ensure modern authentication for SharePoint…

Microsoft Authenticator
Microsoft Authenticator
A Microsoft app for iOS and Android devices that enables authentication with two-factor verification, phone sign-in, and code generation.
7,506 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.
3,154 questions
asked 2024-12-23T06:51:43.9666667+00:00
Israt Jahan Tulin 20 Reputation points
edited the question 2024-12-23T09:46:38.3433333+00:00
FrankEscarosBuechsel-MSFT 575 Reputation points Microsoft Employee
1 answer

Images imported in SharePoint page's text webpart disappear when switched to edit mode

I have migrated content from the customer's CMS to SharePoint online pages. I'm importing html-data to text webpart and everything works quite nicely. But when I start editing page all images inside the text area will disappear. I have checked the html…

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.
3,154 questions
PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,708 questions
asked 2024-12-20T11:53:47.53+00:00
Antti Mikkonen 96 Reputation points
edited the question 2024-12-23T07:27:56.86+00:00
Yanli Jiang - MSFT 28,041 Reputation points Microsoft Vendor
0 answers

I'm getting Eslint error on gulp serve with SPFX 16.x

I'm getting this error after gulp serve I'm using this versions: Node - 16.20.2 Npm - 8.19.4 @microsoft/generator-sharepoint@1.16.1 gulp-cli@3.0.0 yo@4.3.1 I alerady had a lot of issues with the versions compatibility adn now i can't do anything with…

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.
3,154 questions
asked 2024-12-20T11:30:40.64+00:00
Hassan Sha 0 Reputation points
commented 2024-12-23T06:42:30.41+00:00
Xyza Xue_MSFT 26,961 Reputation points Microsoft Vendor
2 answers

Nested apply to each loop to avoid in power automate

Hi , I have situation where I have to create around 6000 items in SharePoint list by manually trigger power automate flow. each items has some data based on 9 category, each day of month(30 or 31) and each hours (24 hours) of the day, that means 9x30x24…

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.
3,154 questions
asked 2024-12-13T16:40:59.9033333+00:00
kem104 165 Reputation points
commented 2024-12-23T01:14:11.5533333+00:00
RaytheonXie_MSFT 37,076 Reputation points Microsoft Vendor
2 answers

How to stop JSON code from appearing in the display of a list

I have a Sharepoint List that has a multiple line text field. I wanted the size of the text of the field to display as 9pt, so I included the below JSON code. Unfortunately the JSON code is displaying with the column entry. Is there any way I can default…

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.
3,154 questions
asked 2024-12-17T01:29:23.31+00:00
Maria Z 0 Reputation points
commented 2024-12-23T01:10:42.71+00:00
RaytheonXie_MSFT 37,076 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

Conditional Formula not working

Hello I am building a list and I am trying to show a field based on the response but it is not working. I want the field "wiki page' to show if the 'Is wiki page ready?' is yes. I currently have this field as a choice field with the following…

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.
3,154 questions
asked 2024-12-19T15:09:44.42+00:00
Gonzalez, Susana 20 Reputation points
commented 2024-12-20T15:14:53.12+00:00
Gonzalez, Susana 20 Reputation points
2 answers

SharePoint External links audit

Good afternoon! I have a task to create a PowerShell code to check all shared links from our SharePoint site, regardless of when they were created. The current limit is 180 days. Is it possible to use PowerShell to check for the entire period? We need 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.
3,154 questions
PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,708 questions
asked 2024-12-05T17:01:05.8233333+00:00
Dmytro Novitnii 0 Reputation points
commented 2024-12-20T10:19:47.4866667+00:00
Yanli Jiang - MSFT 28,041 Reputation points Microsoft Vendor
1 answer

How to build SharePoint online App that validated with MSFT

Hi, We want to develop a SharePoint Online App that can do attribute-based access control for file and page accessing. there are two options that we have now. One option is: develop a forward proxy located between client and SharePoint online 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.
3,154 questions
asked 2024-12-17T05:03:32.4466667+00:00
Tonny (Dong) He 0 Reputation points
commented 2024-12-20T10:13:15.42+00:00
Emily Du-MSFT 48,646 Reputation points Microsoft Vendor
1 answer

Custom section layouts and styling in SharePoint Online

Hello, I have a question about SharePoint Online (SPO). I want to add more flexible layout changes and customization to SPO (like being able to specify section split ratios or change image proportions). Is it possible to make such changes directly to the…

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.
3,154 questions
asked 2024-12-16T09:25:23.81+00:00
kasuo 0 Reputation points
commented 2024-12-20T10:13:11.84+00:00
Emily Du-MSFT 48,646 Reputation points Microsoft Vendor