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…
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", …
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 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…
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…
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…
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…
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…
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…
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?
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…
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…
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…
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…
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…
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…
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 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…
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…
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…