SharePoint Online Office 365
58 TopicsAccess rights to viewing a video in a Sharepoint Site
Hello, I created a SharePoint site and invited some of my colleagues (i.e. internal users) to the site. See image below. Even though this person is an internal user, he still has to request access to the video. Can you tell me why? The goal is for all users who have access to the Sharepoint site to not have to request permission to view videos. Thanks.Solved8.7KViews0likes9Commentssharepoint list item disappears when being edited
Hello, when the user click/open an item from the sharepoint list some content on the field disappears and when try to edit the content on the field is gone and has to be re-entered. it was not like before when i created the sharepoint list but all of a sudden this happens. does anybody had the same experience? see picture below.Solved7.8KViews0likes6CommentsJSON View Formatting - Count total number of items in SP list
Hi, I want to modify the groups footer of a custom view that is grouped by a metadata column named Response/Actionv2. In the Totals section of the view settings I enabled Count for this column, which now displays the number of items (rows) for each of the groups. However, I would like to use this number in the JSON formatting to calculate and display the proportion (in percentage %) of total number of decisions. As you can see in the code below, I've included the static number 31, but I'd like to be able to dynamically reference the total number of items in the list? Basically, do you have an idea on how to implement this formula: (@columnAggregate.value / TOTAL NUMBER OF ITEMS) * 100 { "$schema": "https://developer.microsoft.com/json-schemas/sp/v2/row-formatting.schema.json", "groupProps": { "hideFooter": false, "footerFormatter": { "elmType": "div", "children": [ { "elmType": "div", "attributes": { "iconName": "CalculatorPercentage" }, "style": { "color": "=if(@columnAggregate.type == 'Count' && @columnAggregate.value < 50, '#d13438', '#107c10')", "font-weight": "600", "margin-top": "10px" } }, { "elmType": "div", "style": { "color": "=if(@columnAggregate.type == 'Count' && @columnAggregate.value < 50, '#d13438', '#107c10')", "font-weight": "600", "margin-top": "10px", "font-family": "Segoe UI" }, "txtContent": { "operator": "*", "operands": [ 100, { "operator": "/", "operands": [ "@columnAggregate.value", 31 ] } ] } } ] } } }7.4KViews0likes1CommentNews Web Part rendering issues
Is anyone noticing major rendering issues with the SharePoint Online News web part? The issues are similar to this post... https://techcommunity.microsoft.com/t5/sharepoint/changes-to-top-story-news-web-part/m-p/2586536 ...but the impact is also on other 'Layout' types. It is almost as if Microsoft have broken their CSS or something, as the images used in news item banners are rendering as full size, rather than being cropped and having a gradient applied (to ensure text is readable in the web part). My configuration of the web part is as shown below (or attached), and I can confirm that this issue is happening in multiple tenants, and mulitple site collections. In fact, I can't find any site collection where this issue ISN'T occurring. Be very keen to hear of others experiencing this, and would be grateful if others could test this in their own tenants to see how widescale the problem is. Thanks, Joe7.1KViews3likes22CommentsSharePoint - Issues with Tableau Embedded code on Chrome
Hello All, Facing a critical issue on the below: I'm embedding Tableau dashboards on Sharepoint online o365 site (Wiki page --> Embed Code) as our organization doesn't allow 'Tableau embedded view' web part and for some reason on chrome, SharePoint doesn’t allow us to login into Tableau embedded links. Tableau login screen shows up but authentication doesn't pass through and no error shows up (I have full access to Tableau Server). But it works completely fine on Internet Explorer with no issues. I would like to know if this is a known issue and if there are any workarounds to make it work on chrome. Appreciate your responses. Many thanks, Abhi6.6KViews0likes1CommentModifying Hub navigation\Mega Menu Font Size
Hi, We have a hub site as a main intranet with several associated sites. The ask from customers is to make the hub navigation bold or larger font. Is there a way to modify font size for hub navigation? Anyway using Application Customizers? We do not want to create our own control as it should be manged through the out-of-the box navigation settings. Any quick modification that we can do?5.6KViews1like2CommentsHow to make URLs open in new tab in adaptive cards
We have created one Spfx adaptive card extension to use in Viva dashboard. We need to show some hyperlinks in the card. We have used the markdown language as shown below to show this. But the hyperlinks are opening in the same tab. { "type": "TextBlock", "text": "**[${Title}](${URL})**", "wrap": true } Also we tried using Action.OpenUrl as shown below. With this also the links are opening in the same tab. "actions": [ { "type": "Action.OpenUrl", "title": "View More", "url": "${URL}" } ] Is there way we can force the links in adaptive cards to open in new tab. Thanks.5.4KViews0likes2CommentsThe property is missing a required prefix/suffix per your organization's Group naming requirements
Hello All, My Organization enabled 'Group naming policy' in Azure AD. Current Policy: <Group name>(<Company>) It works perfectly when I try to create new teams through Teams App but We are facing issue when I try to create a Teams through CSOM based provisioning jobs. We are appending the Company Name suffix to the group name like below Ex. TestTeam(CompanyName) But still it is throwing below error: Code: Request_BadRequest Message: The property is missing a required prefix/suffix per your organization's Group naming requirements. Details: Detail0: Code: MissingPrefixSuffix Target: displayName AdditionalData: suggestedPropertyValue : sid-12-18-2021(MyCompany)() Inner error: AdditionalData: date: 2020-12-18T06:08:56 request-id: 2d495a06-22d7-4d6b-a92a-1e1ad24e2193 client-request-id: 2d495a06-22d7-4d6b-a92a-1e1ad24e2193 ClientRequestId: 2d495a06-22d7-4d6b-a92a-1e1ad24e2193 Code snippet I am referring below: UnifiedGroupEntity unifiedGroupEntity = UnifiedGroupsUtility.CreateUnifiedGroup(unifiedGroupInformation.DisplayName, unifiedGroupInformation.Description, unifiedGroupInformation.MailNickname, accessToken, unifiedGroupInformation.Owners, null, true, true, 10, 500); Thanks. BR. Sid4.9KViews0likes2CommentsSharepoint Online uses MS Editor for spell checking, gets errors with Swedish text
Hello, For a few weeks now, SharePoint Online has been using Microsoft Editor for spell checking. The SharePoint pages that were created with the basic language English then show errors in everything that is written in Swedish. I can not find a way to turn off the spelling checker or change it so that the spelling checker is in Swedish. Since it is not possible to change a SharePoint site from the language in which it was once installed, it must be possible to solve it in some other way. The sites that are installed with Swedish as the basic language work with MS Editor. How do I solve being able to write in Swedish on English SharePoint pages without all text being marked in red as misspelled? I have tried to install MS editor addon to Edge, and tried different settings without any progress.Solved4.7KViews0likes13CommentsHow to migrate from a Team Site Sharepoint to a Document Center
Hi , I would like to know if there is any tool to do a migration from a team site Sharepoint (Teams) to a Document center SharePoint , they both are in Sharepoint online and I know that Sharepoint migration tool only works for migrations from Sharepoint servers to online Sharepoint. Is there any procedure or tool that can help. Thank you4.1KViews1like1Comment