webpart
48 TopicsPage properties not visible for filtering news webpart
We created a modern communication site to use as an intranet site. On that site we want to use two news webparts: one for corporate messages and one for news with lower importance. I want to use a filter one a custom (site) column in the site pages library: important messages, which is a yes/no type. This is one of a few custom site columns we created. None of the columns show up in the news webpart page properties filter. Only the title is available. Do we need to change something in the columns to make them show up?Solved31KViews0likes29CommentsImage Webpart that is not clickable. How to remove link?
Hello, I’d like to thank you in advanced for your assistance. I’d think something so basic would be easy to figure out, but I’ve been breaking my head with this all week and I’m now at a dead end. I have a normal page in a communication site and I would like to add an image without a link and which is not clickable. Just an image to be displayed. I’m currently using the image we parts but although I do not add a link, the user can still click on it, and the image enlarges. How do I disable this, Thank you so much, I really appreciate it.18KViews5likes14CommentsAuto download link
I'm adding an excel document into a document library and want to create a link on a page that automatically downloads the file rather than it automatically opening in Excel online. After some research I saw that you could change the URL of the share link to it had 'download.aspx' but the original didn't have the 'guestaccess.aspx' that is mentioned. Anyone got any suggestions?Solved14KViews0likes2CommentsSharepoint not automatically updating
Has anyone seen any issues with Sharepoint not automatically updating? We have a list that gets updated constantly throughout the day using Flow. For a long time, there were no issues but recently we've seen more and more users have to refresh the pages for the list to update and in the past few days we're seeing web parts not updating with fresh data.13KViews0likes6CommentsError: AADSTS500011: The resource principal named '*URL*' was not found in the tenant.
We are trying to add an app to our SharePoint Online site using the template fromhttps://docs.microsoft.com/en-us/sharepoint/dev/spfx/web-parts/get-started/build-a-hello-world-web-partand we get the error below when we deploy to SharePoint and add the app/Webpart to a test SharePoint site. Found [object Object]Driver Display External Error: Error: AADSTS500011: The resource principal named https://driverdisplayexternal.azurewebsites.net was not found in the tenant named 7018324c-9efd-4880-809d-b2e6bb1606b6. This can happen if the application has not been installed by the administrator of the tenant or consented to by any user in the tenant. You might have sent your authentication request to the wrong tenant. Trace ID: 358b22eb-cd2c-4091-b592-5a57cbc21d00 Correlation ID: ec96d656-1a36-42e2-a2b9-3ff78efc1e2e Timestamp: 2019-10-01 16:26:06Z We have added a call to our own client as shown below. We are not sure why the resource principal was not found. The Tenant ID's match and things seem to be set up properly for authentication. Has anyone else encountered this issue or know where to look for the issue? Thanks in advance!7.5KViews0likes2CommentsNew Document List '|0' does not exist at site with URL '|1'.
When trying to create a new document, from a custom content type (which has a template), starting from the Documents Webpart, Sharepoint opens the following link: https://tenant.sharepoint.com/sites/100000042/_layouts/15/CreateNewDocument.aspx?id=https%3A%2F%2Ftenant.sharepoint.com%2Fsites%2F100000042%2FSiteAssets%2FTemplate_ESC_Change_Request.dotx&Source=https%3A%2F%2Ftenant.sharepoint.com%2Fsites%2F100000042&RootFolder=%2Fsites%2F100000042%2FGedeelde%20documenten&ContentTypeId=0x01010076D558EFC4D9BE4383D7A605E7A59564020009E687B3C8518649A3695E9F903F7224 this throws an error: Error: List '|0' does not exist at site with URL '|1'. But the list does exist and the dotx is in this list. So why do we get this error? and how to fix this? If we try to do the same, but from within the document library, another link is generated by sharepoint: ms-word:nft|u|https://tenant.sharepoint.com/sites/100000042/SiteAssets/Template_ESC_Change_Request.dotx|s|https://tenant.sharepoint.com/sites/100000042/Gedeelde documenten and this works like a charm... So why the difference? and how to solve the error?7.4KViews0likes6CommentsHighlighted Content Webpart filtering as "or" instead of "and" with multiple metadata filters
Hi All, I am trying to set up a Highlighted content webpart so that I can pull through specific documentation into a communication site view for end users to access. The idea behind this is that our training team has all the training documents in their document library, each document is tagged with "Finance, Compliance, IT" etc. What we want to do is surface onto a "Finance Page" all of the "Finance Training" documents in one webpart, and in another, all of the "Finance Policy" documents. So we have set up as follows: Training document library contains all training docs Each document is tagged with their function (e.g. finance) Each document is tagged with "Training Document" Compliance document library contains all policy docs Each document is tagged with their function (e.g. finance) Each document is tagged with "Policy Document" Now I have set up crawled and managed properties etc. So I can display in the Highlighted Content webpart all documents tagged with "Finance" I can also display all documents tagged with "Training Document" What I want to do now is bring through all documents that are tagged "Finance" AND "Training Document". However the Highlighted Content Webpart, when I put these two filters in, bring through any documents that are tagged with "Finance" and any documents that are tagged with "Training Document" so I am bringing through all the Finance Policy Documents and the IT Training Documents. Am I doing something wrong, is this the intended behaviour? Will we be able to select an "and/or" filter soon? Seems crazy that this isn't working for managed metadata (because it works as expected when you use the "Title contains" filter!) Thanks for any help! Daniel6.8KViews2likes12CommentsDoc Library webpart "New" button missing
Hi guys, I'm experiencing some weird behaviour from the Document Library webpart. When provisioning a new site through code, we add the doc library webpart to the first section programatically. But even though the "Everyon" group has contribute rights, the user cannot see the "New" button on the webpart. The "sync" button is also gone as is the "view" selection button. but when I view the site as site collection admin i can see all the buttons So I'm guessing its a permissions issue, but "Everyone" hase contribute rights. And even if I make "Everyone" Owner of the site, they still cant see the new button. Maybe we made a mistake while adding the webpart through code, but then you would expect that adding a new webpart manually would solve it, but even then, the "new" button is still not visible. So it must be a permissions issue, but no clue why. I do see some change in the permissions side panel. Is MS doing something with it?? Where are the group labels???5.5KViews0likes3CommentsTesting an updated web part, on a live SharePoint site, without affecting the existing version
Hi Modern experience. I have an updated version of a web part that I need to test on a live SharePoint site. This needs to be done without affecting the existing version of the web part. The workbench is not suitable as I need to test it alongside existing content. I suppose that I need to make the updated web part look like a new web part for testing. Then back like the existing web part when it's ready to go live, but with an updated version number. What do I need to change to achieve this, or is there a better way? Thanks.Solved5.1KViews0likes9CommentsAccess Denied on Document Library webpart in modern pages
Hi, We use 2 document library webparts in our modern team site landing pages - one for Shared Documents which everyone has access to, and another for Internal Documents where we restrict permissions only to internal users. Until recently, this works really well. Internal users will see contents on both webparts, while external users will see an Access Denied image in place of the Internal Documents webpart. However, since yesterday our external users are totally unable to access the page. They are thrown to the full page Access denied page. Could you please advise if this is now the expected behaviour or if there's a better way of showing the 2 libraries on the same page? Thanks, Nick4.7KViews0likes9Comments