Questions tagged [web-part]
Web parts are ASP.NET controls that can be added to web part zones. They are generally distributed through the deployment of .WSP files. Pre-2013, they could be developed off the hosting server. With 2013, Web Parts for the most part have to be developed on the hosting server for proper library inclusion.
4,022 questions
0votes
0answers
12views
Does SharePoint Framework enable PWA web parts
I have a customer who is using PWA on SharePoint Online and is trying to edit a PWA project details page that has some PWA web parts. It acts like it saves it but doesn't really and there are no PWA ...
0votes
0answers
7views
Can I allow users to select link options (3rd party apps) from a directory that will then feed to a homepage webpart where just their selections show?
Looking to create a "MyApps" webpart on our SP Modern homepage where users can select which apps will appear there. The organization has 30+ third-party applications (Saleforce, ADP, ...
0votes
0answers
13views
Displaying htm File in SharePoint (modern or classic)
I am trying to display a .htm file in SharePoint. I have both the .htm file and the folder with the source files in a SP library but I can't seem to figure out how to get the .htm file to pull from ...
0votes
1answer
22views
Why does sharepoint online organization chart web part not show people search results
I created a new site collection modern team site in sharepoint online and added the organization chart web part. Web part shows people. If I search for people on the modern team site with the ...
0votes
0answers
16views
Exclude field from SharePoint search
We are using SharePoint search for a Staff Directory page on our SharePoint site but would like to exclude certain job titles from showing up. Is this possible? Thank you in advance!
0votes
1answer
43views
Which api to use if i would like to add webparts to a page via power automate
My question is what rest api can i use to add a new webpart with data to an existing page? Can the Send an HTTP request to SharePoint do this or i have to use graph? Thanks in advance
0votes
1answer
43views
how to remove webpart from site using power automate
I have tried multiple ways to remove particular webparts in a site collection thats on the home.aspx page but keep getting resource not found. I have passed the following uri I used GUID from the ...
0votes
0answers
7views
change the icon image of a SharePoint tile in a web part on a classic site
How to change the icon image of a SharePoint tile in a web part on a classic site? Thank you.
0votes
0answers
22views
CSOM The remote server returned an error: (401) Unauthorized
I created a custom SharePoint 2019 WebPart in C#. It utilizes the SharePoint Client CSOM ClientContext to connect to SharePoint. While this web part functions correctly on the Application Server, it ...
0votes
0answers
22views
Web Part Disappears on Edit and Apply SharePoint SE
I am working in SharePoint Server Subscription Edition. In one site collection, I create a new site page and check it out. I add a content editor web part within a 2-column layout. When I edit the web ...
0votes
1answer
55views
Update/Refresh page after updating pictures with power automate
I have a power automate flow that will generate pictures that are saved/overwrite in a sharepoint library. (can be sitepage or another library). I also have a sharepoint page that show theses pictures ...
1vote
1answer
38views
Add Powerpoint presentation to SharePoint intranet portal dynamically
Hello Community Members! I have a scenario to display the ppt in the SharePoint Intranet portal. However, whenever the user deletes and adds the new ppt file, the latest file should be displayed ...
0votes
1answer
74views
XML Viewer Error - Failed to apply XSLT to the content
I'm using (and have for many years) an XML Viewer Web Part to display a comic feed from the following URL: https://www.comicsrss.com/rss/garfield.rss Then I have the following code in the XSL ...
0votes
0answers
83views
Made for email template options in SharePoint is missing?
I would like to post a news that later will send automated email that broadcast the news that just update in sharepoint. I read about the features that available in SP to be able to do that : Made for ...
0votes
0answers
17views
Trying to upload a web part page in Site Pages and getting Access denied error
While creating a web part page we have option to save it in these 4 locations: Site Assets, Site Pages, Document library and Form template. Using GetLimitedWebPartManager to get the web part manager ...