sharepoint online modern experience
28 TopicsTeams and Sharepoint Architecture and practices
Hi all, My organization is at the beginning of developing our SP online-based intranet and we want to incorporate and use Teams as a primary way of driving projects and possibly creating long term Team sites for our departments. Before we go too far, we want to make sure that we have an appropriate architecture and possible "workflows" (not Workflow) to ensure that documents are available and record management is as easy as possible. We have identified multiple ways that we can see published pages making available major documents (perhaps an approved policies) developed by a group using a Team site. For instance, do you link from the published site to the teams doc? Do you migrate the final products or even libraries to an intermediate collaboration site? Do you move the products or even the libraries to the site with published pages? Does anyone know of a "best practices" to support Teams integrated SP search, metadata consistency, indexing, records management and such? I have read that Teams flattens the architecture and I see why. But I also see difficulties with each option. So any experience, suggestions or resources that are available would be helpful.5.8KViews1like1CommentSomething Went Wrong! Unable to Group By Field in SharePoint List
Hi All, I've had a user report an issue to me which I've been able to replicate but I can't put my finger on what's causing the issue. We have a SharePoint List which as it stands contains approx 350 items and has 10-15 fields. The issue that occurs is, if you're in a view (effects multiple views and I can't spot any similarities, and no existing groupings within this view) and would like to 'Group By' a field within that view, it initially displays the grouped view for a few seconds and then hits you with a 'Something Went Wrong' Message (Screenshots below). Any suggestions on what could be causing this would be greatly appreciated. Thanks in advance.5.1KViews0likes2CommentsEnable audience targeting in Modern site pages library using pnp PowerShell
Hi, I am using below command to enable audience targeting on site pages library in Modern communication site. It adds a column named Target Audiences of type Audience Targeting. But I am not sure if it enables audience targeting for library since column is not visible in page properties and I do not see toggle switched to enabled in library settings. Add-PnPFieldFromXml '<Field ID="{61cbb965-1e04-4273-b658-eedaa662f48d}" Type="TargetTo" Name="Target_x0020_Audiences" StaticName="Target_x0020_Audiences" DisplayName="Target Audiences" />' -List SitePages Could you please help with this? Thanks in advance. Regards, Akash5KViews0likes2CommentsRemove/Disable Yammer from Send To menu
Hi, Is there a way to remove/disable the Yammer option in the Send To dropdown menu? Here is the link explaining it - https://support.microsoft.com/en-us/office/share-a-modern-sharepoint-page-to-yammer-21c8f124-3e63-43e7-ba54-ecebfee128a7, We don't use Yammer and we would like to remove this option. Hopefully a tenant wide option. Thanks, MontySolved4.9KViews0likes6CommentsOpen a New form in edit mode
Is there a way to put a link on a button that will open a form so it is in Edit Mode. Right now, I have to go to the list, then select "New" and wait for the form to open. I'd love to go right into the form. I have a customized SharePoint form; not a Canvas App. Thank you.4.6KViews0likes2CommentsHow to create new Modern List form
How do i create a new form with modern experience on SharePoint List In one of my Modern SharePoint List newform.aspx went missing- not sure if someone deleted it and i not find in the recycle bin to restore. Hence I created a new form using SharePoint Designer 2013 and now the new form opens in the classic view/experience. However the other two forms (edit form and display form ) opens in the modern view/experience. How do i switch the new form from classic view to modern experience Should i use power-apps to create a new form ? or is there another easy way Please suggest, Thanks in advance.3.7KViews0likes1CommentUnable to view image in Outlook App on Mobile Phone
Hi All I am using the following to embed an image in body of the email in Send an Email (v2) action. <img src="data:image/jpg;base64,@{body('Get_attachment_content')['$content']}" alt="Image" /> It works fine and able to view image in Outlook on Laptop. When I open the same email on Mobile Phone using outlook app, image is not visible and looks like a small icon. Please help me on this issue. Thank you.Custom user properties in AD
We have AD hybrid (AD on prem > AD connect > AAD (Azure Active Directory)) and we want to be able to pull custom properties through to Sharepoint Online (for example, user shoe size, user hair colour, etc) How do we add custom properties to AAD so we can query the custom properties either using Sharepoint people search or using the Microsoft Graph please?2.7KViews0likes1CommenteditProps not opening edit pane
I have some custom formatting using tileProps on a sharepoint list. It was working fine and then suddenly stopped the other day. Even if I pare down the json to only my button with the customRowAction it won't open the edit panel and throws javascript errors. Any thoughts? Code: { "$schema": "https://developer.microsoft.com/json-schemas/sp/view-formatting.schema.json", "tileProps": { "hideSelection": true, "height": "385", "width": "300", "formatter": { "elmType": "div", "style": { "align-items": "stretch", "margin": "3px 2px", "background-color": "#fbfbfb", "height": "375px", "overflow": "inherit", "border-radius": "2px", "box-shadow": "1px 1.6px 3.6px 0 #00000024, 1px 0.3px 0.9px 0 #00000024" }, "children": [ { "elmType": "div", "style": { "width": "100%", "height": "32px", "position": "absolute", "bottom": "10px", "justify-content": "space-around", "text-align": "center" }, "children": [ { "elmType": "button", "customRowAction": { "action": "editProps" }, "attributes": { "title": "Submit" }, "style": { "height": "32px", "padding": "0 16px", "color": "#333", "border": "1px solid #8a8886", "background-color": "white", "cursor": "pointer", "font-size": "14px", "font-weight": "600", "line-height": "1.4", "border-radius": "2px" }, "children": [ { "elmType": "span", "txtContent": "Submit" } ] } ] } ] } } } error in console upon click: Refused to run the JavaScript URL because it violates the following Content Security Policy directive: "script-src 'self' <URL> <URL> <URL> <URL> <URL> <URL> <URL> <URL> <URL> <URL> <URL> <URL> <URL> <URL> <URL> <URL> <URL> <URL> <URL> <URL> <URL> <URL> <URL> <URL> <URL> <URL> <URL> <URL> <URL> 'unsafe-eval' 'nonce-0ed1d478-c84a-4a3d-ab95-ad6f195ae5fe'". Either the 'unsafe-inline' keyword, a hash ('sha256-...'), or a nonce ('nonce-...') is required to enable inline execution.2.7KViews0likes3CommentsModern Team Site Pages do not resize based on browser zooming out
Expected or Desired Behavior When you view a Modern Team Site or Modern Site Page on classic page and zoom in or zoom out the page should remain at the center location (just as in Modern Communication Pages). This causes all the webparts to be moved towards left side (looks really weird). Observed Behavior While zooming out - 50% zoom all the webparts on a modern team site and modern page in a classic site are pushed towards the left and there is a huge white space towards the right Steps to Reproduce Open any Modern Team Site and zoom out.2.6KViews0likes0Comments