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
0 votes
0 answers
25 views

I have two separate SPFx solutions: Timesheet WebPart → already deployed and working on one SharePoint page HRMS WebPart → a completely separate SPFx project used on another page The Timesheet ...
v vennapusa's user avatar
0 votes
0 answers
57 views

I have created SPFx React project and integrate chart js library in that projecct I have used "chart.js": "^3.3.2" version. I need to add an image/icon in data labels and legends. ...
Bhoomesh Joshi's user avatar
-2 votes
1 answer
90 views

I have created SPFx with the React project to achieve custom requirements. I need to manage 15-20 lists in my SPFx React application. I have created a context to store those lists of data while the ...
Bhoomesh Joshi's user avatar
0 votes
1 answer
79 views

I have created the SPFx project and integrated that project into the Teams project. When I made the change in the SPFx project the changes were not reflected in the Teams after generating and ...
thedeepponkiya's user avatar
1 vote
0 answers
120 views

Suppose a Sharepoint framework webpart written in React. This app needs to access some backend API hosted in the same tenant. The user makes the login as always and is given access to the frontend ...
Boko Moko's user avatar
-1 votes
2 answers
128 views

I am unable to edit the SharePoint page after adding Google Translate. I have faced the below error. Below are code snippets for googleTranslateElement used in the SPFx React web part. const ...
user avatar
0 votes
1 answer
534 views

I am trying to access SharePoint via an API. I am getting a 403 code and was told I need to add six lines of code to the package-solution.json file but I have not a clue where to find it. I tried ...
Mad Eye Bea's user avatar
0 votes
2 answers
706 views

I developed SPFx web-part client-side solution using the SharePoint framework. I successfully create a list with some columns (it's the list's columns, not the site). But now, I need to create lookup ...
thedeepponkiya's user avatar
1 vote
0 answers
384 views

When using gulp serve - Getting errors like You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. I am trying to follow https://www....
Balaji Murugaiyan's user avatar
0 votes
1 answer
326 views

I manually do these now. Is there a way to automate the above steps via PowerShell script?
user989988's user avatar
  • 3,886
3 votes
0 answers
2k views

We have been trying to send a test message to Azure Service Bus Queue from SPFx webpart, however, every time we are seeing --> Unauthorized access. 'Send' claim(s) are required to perform this ...
Soumit's user avatar
  • 31
0 votes
0 answers
154 views

I am new to typescript and I am trying to build a CRUD app that builds out a table with buttons that allow a user to click on the button to populate the form for updating of that item. Right now it ...
OMGDrAcula's user avatar
  • 1,064
0 votes
0 answers
462 views

I am using SharePoint Online. I have created a SharePoint Framework web part and added it to the page. I need to integrate the embedded code of the Slack channel into the iframe under the SPFx web ...
thedeepponkiya's user avatar
0 votes
1 answer
2k views

I have created an SPFx React solution with the Class components and performed CRUD operations with the SharePoint list. I have used @pnp/sp for SharePoint API calls. Now, I need to perform CRUD ...
thedeepponkiya's user avatar
0 votes
1 answer
2k views

I have created a SharePoint Framework web part using React. After that, I integrated @pnp/graph under that SPFx application. Also, I have given an API access permission request to my SPFx app. I have ...
thedeepponkiya's user avatar
1 vote
0 answers
806 views

I'm trying to deploy a custom web part solution built with SPFx to my site collection app catalog on SharePoint. When I upload the .sppkg file, I get no errors, and the web part is automatically '...
andykingrox's user avatar
1 vote
1 answer
1k views

I have a SharePoint framework solution that builds using node version 10 however I want to upgrade the package node version 10 to 14 if I need to create a new same package or we have some command ...
AYUSH CHAUDHARY's user avatar
1 vote
0 answers
175 views

I want to display several markers simultaneously on a Map in SPFX WebPart. Is there a way to do this using the Pnp Map Control.
user1860205's user avatar
0 votes
1 answer
241 views

I have the following gulp task: build.task('upload', { execute: (config) => { /* THIS WORKS, BUT ONLY if i do "gulp upload". "gulp upload -u < commandline ...
dot's user avatar
  • 15.9k
1 vote
0 answers
116 views

I have created a demo with reference to the below link, https://gonadn.medium.com/spfx-with-angular-element-crud-operations-using-pnpjs-5a8a18ed6e43 It is working correctly in the workbench. Kindly ...
BBJoshi's user avatar
  • 19
0 votes
2 answers
1k views

I am trying to Customize/Style the Column headers in SPO but can't able to do it modern UI. I Don't want do DOM Manipulation(since the classes can be changed at any time) but wanted to see if there's ...
Dheeraj Rao's user avatar
0 votes
1 answer
2k views

I am new to SharePointFramework. I started my second webpart project and downloaded the framework follow come packages with ** yo @microsoft/sharepoint ** Anytime I run ** gulp serve** this sass error ...
Ushahemba Shir's user avatar
0 votes
1 answer
556 views

In my React solution I am using a custom component called RichText. The problem with this component is, that one of the styles for h2 element has different font-weight as I would need to. I am trying ...
Robert J.'s user avatar
  • 2,721
0 votes
2 answers
10k views

Probably simple to solve for anyone who is convident with that. Sharepoint 2019 > Webpart > edit manifest file Is there a way to simply edit the manifest file to activate the full bleed support ...
User44311465's user avatar