Recent Discussions
Order of Server Shutdown and Restart in SharePoint Farm
Hello, I'm planing to restart my company Sharepoint 2019 farm, and i need to know if there is an order to respect in shutdown and starting the servers. The farm is composed of Two Database server in Failover cluster, App Server, Web Frontal Server, Search server and Office Online server. Thank you31Views1like2CommentsValidation rule for postal code is being ignored
In the SharePoint list, there is a column “Country” and a column “Postal Code.” A validation rule has been configured in the list validation settings to ensure that when the country “Germany” is selected, only postal codes with exactly 5 digits can be saved. Currently, this validation rule is being completely ignored. Regardless of whether the postal code contains fewer, more, or no digits at all, the entry can always be saved. The validation does not take effect. Expected Behavior: When Germany is selected in the Country field, the entry should only be saved if the postal code contains exactly 5 numeric characters. If the input is invalid, an appropriate error message should appear and prevent saving. Actual Behavior: The validation rule is ignored. All inputs — including invalid postal codes — are saved. No error message is displayed. Impact: Incorrect or incomplete data is stored in the list. Manual corrections are required afterward, causing additional effort and increasing the risk of errors. The english version of formule we used =IF([Land]="Deutschland", IF(LEN([Postleitzahl])=5, 1, 0)) Why doesn't the validation work? Thank you in advance for your comments !55Views0likes2CommentsDocument libraries - Force users to upload content via the new Forms method only
Hi, Recently a new form input system that uses Forms has been deployed for Sharepoint document libraries. This works well, however I was expecting to also have the possibility to disable the standard "upload" button and completely substitute it with the new Form function. This is because I have created a flow that expects some metadata along with the file, to be filled by the user at the time of insertion of the element, and this is not possible to do with the old upload method as a one-shot action. I can circumvent the problem by adding additional checks in my flow, however I think this is suboptimal, as this means it needs to run twice in the best case scenario (first for the upload, then for the metadata update). Is it something I can expect to be implement at some time in the near future?Solved39Views0likes3CommentsQuick links webpart will not open link
Hi, I'm new to Sharepoint and trying to create a simple site using sharepoing on web. I'm having issues with quick link webpart. I have created multiple links with custom image icon(see below) and assigned links to a different page within the same site. The issue is after publish none of the links work when user clicks on any of the icon link. If however I link to a document it opens fine. What might be issue here?4.6KViews0likes9CommentsColumn width resize in modern list
I am using modern list, and it is truly great, very well designed. Anyway, I am using 6~7 columns, and "title" column's width is unnecessarily long, thus i have to scroll right to see entire columns. I've tried resize title column's width and saved it, but when I go back and come again, width sizing is not saved. Is there any way to save this resized width or setting defalut width of columns?187KViews10likes64CommentsPnP Search Results Handlebars template saves but does not reflect on UI
Hi everyone, I am working with the PnP Search Results web part in SharePoint Online and facing an issue where a custom Handlebars result template saves successfully but does not reflect on the UI. I created a table-style Handlebars template with columns Document, Region, Country, Language, Status and Validation Date, one row per document. Documents are returned correctly and filters based on the same refinable properties work as expected. Debug output using JSONstringify(item) confirms that all refinable values are present. The same if-condition logic using item.RefinableStringXX works in a list-style layout, but in a table layout the template saves without errors and either does not reflect on the UI or renders rows with empty metadata columns. Inline bindings do not render unless wrapped in if blocks and even after fixing this the UI sometimes continues to show the previous layout. Managed property mappings, selected properties, indexing and library reindexing have already been verified. Has anyone experienced this behavior with PnP Search Results templates or knows if this is related to caching, result types overriding templates or a known limitation with table-style Handlebars layouts?10Views0likes0CommentsSharepoint versions
Hi, unfortunately, the file versions take up all our space in Sharepoint. Is it possible to limit the versioning to 20 versions? So that one keeps only 20 versions? Also, is there a way to use PowerShell to quickly delete all versions except the last 20? Thank you!4.6KViews0likes9CommentsDelete Version History
Hello Team, I'm looking for help with deleting the version history of specific files in SharePoint, but retaining the last 10 versions. I can see that I can manually delete the version history, but this is going to be a rather long task for this particular file, or i can delete them all which we don't want. I've found powershell commands which will go through all files in a document library but nothing for a specific file. Does anyone have anything which will do this? Thank you.2.4KViews0likes6CommentsConditional formatting in lists using JSON condition is between numbers
I'm trying to use JSON to conditional format a color based on the number in the cell. This code works if the number is one in the cell. I would like to apply the same color if the number is 2 or less and also apply a different color if the number is between 3 and 5. I've tried replacing the "1" above with "=IF (<=2)" and "=IF(@currentField <=2)" with no luck. ThanksSolved86Views0likes3CommentsCreate Container Issue
We Have issue with SharePoint embedded we already enabled SharePoint embedded to tenant and already setup billing as Pay as you go and we created App and create container typeID to App and already granted permission to app FileStorageContainer.Selected and we created in PowerAutomate HTTP invoke action preauthorized and create certificate to App to set the action and action setup up successfully but in power automate when we create container we get error access denied so plz advice { "error": { "code": "accessDenied", "message": "Access denied", "innerError": { "date": "2025-10-06T07:43:49", "request-id": "223ca6c1-81fc-4e20-997a-20f8f4c976c8", "client-request-id": "223ca6c1-81fc-4e20-997a-20f8f4c976c8" } } }75Views0likes1CommentSharepoint site's customized column become 'Read-Only'
We have a SharePoint Intranet that has been in active use for 14+ months. I have a customized column Expiration Date for News Expiry. Recently, all custom columns added to Site Pages (Page Details) or News pages have become read-only immediately after clicking Save. Key points: - Issue occurs for ALL column types (Date, Date & Time, Text, etc.) - Fields are editable for the first time. - As soon as Save is clicked and page or news came to draft status and the field become read-only. - Happens for both Draft and Published pages. - Editing in Site Pages library Grid view still works. - This behavior started recently without any configuration changes. Has anyone else experienced this?14Views0likes0CommentsThumbnails broken
Hi All I'm new here, I have a SP list that has an image column, it's an older list so the images are still stored in Site assets. It's the back end of a Powerapp. The problem I have is that some of the images won't render in some thumbnail sizes in my app. So some images render small, medium and large but not full and others render in small medium, full. I think it has something to do with when I updated a record in my app. but for now I would like to know how to repair the image column. I'm fairly sure it's Sharepoint issue, as when I select an image in the list, it sometimes does not preview as a large image. Any help would be much appreciated.12Views0likes0CommentsCollapsible Headings Changed
Hello, Is it possible to make collapsible headings next to the arrow? A recent change (very recent) has shift it to either be below or above, when it used to be next to the heading: This new "Expand/collapse icon alignment" is causing issues with how we have styled our entire SharePoint site. Is it possible to rid of this feature or have a "Middle" alignment?61Views0likes2CommentsSharePoint LISTS - @ mention Comment
Hello all. I have started a TEAMS and Sharepoint and LIST for our user group. Some of the members are outside the organization, and are listed as guests. I have added all the members in TEAMS, Sharepoint and LISTS... The LIST is for us to collaborate. When I use the comment field and use the @ mention for someone who is a guest or outside the organization, their name does not show up to select them. How can I get these folks to work with the @ mention function. Thank you for your help. JulieSolved2KViews0likes3CommentsMultilangual sites - how to link pages as an language version
Hello everyone, before the introduction of multilingualism in SharePoint we started to build 2 independent site collections to represent two languages. With the multilingualism these are to be integrated now to a common Site. In the page properties I could not yet find a property that links the page of the default language with the respective translation page. Is it also possible to copy existing pages into a page library and then assign them manually as language variants of a site?3.2KViews0likes3CommentsSharePoint Online Subsite Feature - Is it going to deprecate
Hi Team, When will MS deprecate subsite feature from SPO? and what will happen to the existing subsites if deprecated? Also, could you please share SPO roadmap for subsite. Note that we are aware of flat structure and its recommendation from MS. Thanks & Regards, Shanthi.293Views0likes6Comments
Events
Recent Blogs
- Register now for the Microsoft 365 Archive + Preservica Webinar January 28, 10:00 AM PT / 6:00 PM GMT Join us for this free webinar on January 28th, 2026 featuring Microsoft 365 Archive and Preser...Dec 19, 2025267Views0likes0Comments
- If you’ve ever found yourself asking Copilot the same questions about the same set of files - project plans, meeting notes, specs, decks - you’re going to love Agents in OneDrive.Dec 15, 20251.5KViews2likes1Comment