Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
11 views

We have developed a SharePoint Framework (SPFx) application for customizations and are using @pnp/sp to perform GET/POST operations on SharePoint lists. Our system sends email notifications through ...
thedeepponkiya's user avatar
-4 votes
1 answer
61 views

Problem: I need to call the SharePoint REST endpoint https://{tenant}.sharepoint.com/_api/web programmatically from a C# backend service without any Microsoft login popup. I already have these values: ...
Yash Keraliya's user avatar
1 vote
0 answers
34 views

I want to remove or replace sensitivity labels from SharePoint, OneDrive and Exchange without using the Microsoft Graph Metered API. According to the following article, it seems this is not possible ...
Amit's user avatar
  • 87
0 votes
0 answers
42 views

So I have three lists in a Sharepoint. User list, Customer tracker and Engagement list. I have made a look up column in engagements that looks up to or from customer tracker list, name column to be ...
Kama's user avatar
  • 11
1 vote
1 answer
73 views

I want to implement pagination in my spfx webpart to show filtered list items. My list is having more than 5000 items, the filtered items may or may not be more than 5000. On each page i want to show ...
user2889674's user avatar
0 votes
0 answers
78 views

I have developed a SharePoint Framework (SPFx) ListView Command Set extension that works perfectly in SharePoint Online. However, when I access the same list via Microsoft Teams, the command set does ...
Alien 'D' mars's user avatar
0 votes
0 answers
25 views

My SPFx web parts are disappearing from the site page when navigating to other pages and then returning. There are no errors in the console. Sometimes the web parts appear the first time, but other ...
Dhanush Ramalingam's user avatar
0 votes
1 answer
129 views

I’m facing an issue with SharePoint document libraries. When a file in the library is locked, I am unable to: Update the corresponding record Delete the record I understand that the lock prevents ...
Ahmed Bilal's user avatar
0 votes
0 answers
26 views

I know there are a few different ways to get a list schema as an xml file. With the url {sharepoint site url}/_vti_bin/owssvr.dll?Cmd=ExportList&List={List GUID} or with PnP PowerShell https://pnp....
user802599's user avatar
0 votes
0 answers
40 views

Referring to 3.1.1.1 [MS-ADFSOD]: User and Relying Party in Different Realms Example | Microsoft Learn after introducing ADFS for authenticating custom users. The AD FS server authenticates the user, ...
samm's user avatar
  • 820
0 votes
0 answers
53 views

We have created SPFx with React project. We have used SPFx version 1.21.1 We have created one component to that project. Below is the code for the same, import * as React from 'react' const ...
Bhoomesh Joshi's user avatar
0 votes
0 answers
13 views

I have an API which creates and configures SharePoint Online site collections using PnPCore v1.15.0 in an Azure Function. It was previously successfully used in a cross-tenant scenario using an app ...
DaveM_77's user avatar
-1 votes
1 answer
161 views

I'm currently working with SharePoint Online and facing an issue customizing modern site pages. I want to display different content based on the user (like personalized web parts), but I'm not sure ...
yuvraj raulji's user avatar
0 votes
0 answers
50 views

Using PowerShell, I have done the following to change the content type associated with some documents in a library - to move from a custom CT to the standard default OOTB 'Document' content type. ...
AbAkt's user avatar
  • 335
0 votes
2 answers
801 views

I'm working on a Power Automate flow that updates items in a SharePoint Online list. However, I'm facing an issue where certain columns (including Person/Group fields) are not appearing in the "...
Master Jojo's user avatar
1 vote
1 answer
124 views

I have created a Power Automate Flow to send an Email when an item has been created in the SharePoint list. The flow is working as expected. Now, I need to implement the same flow to another tenant. ...
Bhoomesh Joshi's user avatar
0 votes
0 answers
62 views

I have a model‐driven app in Dynamics 365 with a custom Time Entry table. What I want to do Automatically insert each Time Entry into the user’s Project Online timesheet. What I tried I’m using Power ...
hussein's user avatar
0 votes
1 answer
337 views

I'm wondering if the announcement of Basic auth deprecation for SP online mentioned here https://learn.microsoft.com/en-us/sharepoint/technical-reference/basic-auth-is-being-deprecated affects the use ...
Dan G's user avatar
  • 856
0 votes
1 answer
241 views

I need help, I am trying out to create an SPFx Application customizer. Its pretty simple, I just wanted to call a components from the main components. Here is my code src\extensions\emergencyBanner\...
Hawk's user avatar
  • 528
0 votes
0 answers
77 views

I am experiencing an issue with a SharePoint Framework (SPFx) web part that works perfectly on modern SharePoint pages but fails to render on classic SharePoint pages. The web part is a simple one (no ...
Snehil Khatri's user avatar
0 votes
2 answers
387 views

I am trying to filter a SharePoint List of Items to only get those that were modified within the past day. According to the following Graph API documents, I should be able to use the $filter=...
Daryl Clark's user avatar
0 votes
1 answer
470 views

We have an Azure Function that runs on a scheduled basis, and we have enabled its managed identity. Using this identity, we’ve successfully integrated the function with both Azure SQL Database and ...
microsoftdeveloperdesigner's user avatar
0 votes
1 answer
85 views

I'm retrieving the JSON representation of a SharePoint page using the endpoint: GET https://graph.microsoft.com/v1.0/sites/${siteId}/pages/${pageId}/microsoft.graph.sitePage?expand=canvasLayout&...
thewildman971's user avatar
0 votes
1 answer
46 views

My company wants to roll out the Viva Connections home site to users with personal devices. We have the home site set up in Teams are able to use MAM policies on personal devices to get Teams in ...
Pizza_Potamus's user avatar
0 votes
1 answer
420 views

Our organization uses a DisplayName that is different from FullName for all things Microsoft. Hence FullName maybe something like "John Smith" while DisplayName is "Smith, John (...
Carlos N's user avatar
  • 218

1
2 3 4 5
80