104 questions
0
votes
0
answers
11
views
How can we retrieve the flows associated with a specific list from the current site?
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 ...
0
votes
0
answers
25
views
How to reuse an existing SPFx WebPart inside another SPFx solution without copying or moving the code?
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 ...
0
votes
0
answers
57
views
How to add Image and text in data label and legend in pie chart?
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.
...
-2
votes
1
answer
90
views
Is there a way to split context file into multiple files?
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 ...
0
votes
1
answer
79
views
Changes made on SPFx project not visible in Teams
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 ...
1
vote
0
answers
120
views
Sharepoint framework with React webpart - How to provide a token to already logged in user?
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 ...
-1
votes
2
answers
128
views
Unable to edit the SharePoint page after adding Google Translate
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 ...
0
votes
1
answer
534
views
SharePoint SPFx: How to find package-solution.json - - Total Beginner in Over Their Head
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 ...
0
votes
2
answers
706
views
Is there options how to code/create SharePoint lists and pages using SPFx?
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 ...
1
vote
0
answers
384
views
How to build SPFX Web Part with Angular CLI Elements
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....
0
votes
1
answer
326
views
How to add SharePoint App to Site using PnP Powershell script
I manually do these now. Is there a way to automate the above steps via PowerShell script?
3
votes
0
answers
2k
views
Unauthorized access. 'Send' claim(s) are required to perform this operation - Azure Queue Send Message
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 ...
0
votes
0
answers
154
views
Call method in HTML onclick within different method for dynamic elements
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 ...
0
votes
0
answers
462
views
How to integrate slack channel to SharePoint with embedded code?
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 ...
0
votes
1
answer
2k
views
How to add data to SharePoint list with SPFx using React Functional component?
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 ...
0
votes
1
answer
2k
views
Unable to update Azure AD user property from SharePoint using @pnp/graph
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 ...
1
vote
0
answers
806
views
SharePoint Framework (SPFx) -- Web Part Solution Uploaded, Enabled, Not Deploying
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 '...
1
vote
1
answer
1k
views
How to upgrade SPFX solution node version from node version 10 to version 14
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 ...
1
vote
0
answers
175
views
how to display multiple markers simultaneously using the Pnp Map control
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.
0
votes
1
answer
241
views
Gulp Clean is triggered when commandline arguments passed into gulp task
I have the following gulp task:
build.task('upload', {
execute: (config) => {
/*
THIS WORKS, BUT ONLY if i do "gulp upload".
"gulp upload -u < commandline ...
1
vote
0
answers
116
views
spfx-angular-elements project working correctly on workbench but not working on sharepoint page
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 ...
0
votes
2
answers
1k
views
How can you customize or style a list/library's column headers in SharePoint Online Modern sites?
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 ...
0
votes
1
answer
2k
views
How to resolve this plugin sass error in my SharePointFramework?
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 ...
0
votes
1
answer
556
views
React (SPFx - Sharepoint Framework): Control order of imported css classes
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 ...
0
votes
2
answers
10k
views
Simply edit Sharepoint webpart manifest.json
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 ...