User Profile
SteveKnutson
MVP
Joined 9 years ago
User Widgets
Recent Discussions
Re: Attachments and approvals
If you configure different content types, then could include a link to a form for the second approval (assuming these are sequential approvals e.g. separate actions). You can make the List Form open with a content type that includes just the fields you need e.g. attachments and any other additional info using a URL like this: https://<site-url>/_layouts/15/EditForm.aspx?List=<List-ID>&ID=<Item-ID>&ContentTypeId=<Content-Type-ID>28Views0likes0CommentsSharing Links - People with Existing Access Defaults to View Access
Hi there, I have noticed in SharePoint that when I set the default Sharing Link type to "People with Existing Access", links default to View even when the policy specifies Edit links. There doesn't seem to be anyway to create an Edit link by default. Generates a View Link The problem occurs in Office 365 Group based sites and Communication sites. I have confirmed the behavior in multiple Tenants. For other Link types, the Edit option does work. Am I missing something here?247Views0likes0CommentsRe: Linking Contents from SharePoint List to an Existing Excel Sheet
You can't reference a SharePoint List from an Excel lookup, but you can use Power Automate to update Excel and could trigger this when an item is created or updated in the SharePoint List. https://sharepains.com/2020/06/08/super-fast-update-excel-using-power-automate/339Views0likes0CommentsRe: Check-in/ check out when creating a new doc in a team site
Check the version settings as follows: - Go to the Document Library - Click the Cog icon (top right of the page) - Choose Library Settings - Versioning settings - Check the Check In / Out options This can also happen if you have a required metadata field in the Document Library. If the metadata is not filled in, it will cause the document to automatically check out.311Views0likes1CommentRe: Use calculated column to perform calculation on the "Name" column in a SharePoint library
There are some string functions that can extract parts of a string. If the different sets of characters are the same length, then you could use LEFT and RIGHT functions. Here is a reference guide: https://support.microsoft.com/en-us/office/examples-of-common-formulas-in-lists-d81f5f21-2b4e-45ce-b170-bf7ebf6988b3 The alternative approach is to use a Power Automate Workflow to split the name into the parts and update the metadata fields.699Views0likes0CommentsRe: Guest access to Team sites created without MS 365 group
Have you tried sharing a document in the site with an external person? This should help identify where the issue is. You don't need to have an M365 Group based site to share externally, but there are policies that can block sharing. Check the site is enabled for external sharing and also that it isn't restricted to specific domains.870Views0likes1CommentRe: Having SharePoint Search Bar search a specific site
Two things you could try Adding a custom Search Vertical https://learn.microsoft.com/en-us/MicrosoftSearch/manage-verticals Using PnP Modern Search webparts to create a custom search page and specifying the sites in the query filter. https://searchexplained.com/pnp-modern-search/341Views0likes0CommentsRe: Windows service on local server needs to consume files from SharePoint folder
There is an option of using WebDav to map a drive, however this is old technology, and the session will timeout. https://learn.microsoft.com/en-us/sharepoint/troubleshoot/lists-and-libraries/troubleshoot-mapped-network-drives Power Automate or PowerShell (https://pnp.github.io/powershell/cmdlets/Get-PnPFile.html) can be used to copy files down to the File Server.292Views0likes0CommentsRe: Instructions on configuring a customized Search Page in SharePoint
Hi Kim, Microsoft doesn't provide customizable search webparts for modern pages. You can still use the classic webparts, but this is only available for classic pages. Here is some detail on the API's used by PnP Search that may help answer the security concerns. https://github.com/microsoft-search/pnp-modern-search/discussions/2381 The source code is also available to review. I have worked with several companies who have reviewed the source code before approving the use of PnP Search. https://github.com/microsoft-search/pnp-modern-search I hope this helps.208Views0likes0CommentsRe: Sharepoint cannot open .xls files
Hi there, Excel Online doesn't support .XLS files, you should save the files in .XLSX format before uploading to SharePoint Online. Have you tried creating a OneDrive Shortcut to the Document Library and then opening the files from Windows Explorer?686Views0likes2CommentsRe: Sharepoint tenant out of space
Hi Henry, I suspect you are right on the allocation limit. There is a diagnostic tool you can run to help find issues. You can also purchase additional storage if required. https://learn.microsoft.com/en-us/sharepoint/troubleshoot/administration/out-of-storage516Views0likes1CommentRe: Access to Excel spreadsheet error
Hi Chris, Can the user see the file if they browse the document library in the web browser? If they can't see the file, it could be checked out. There is a file URL length limit of 400 characters when opening in the browser. It can be less if the file is opened from the desktop app.292Views0likes0CommentsRe: Sharepoint folders with segmented permissions: able to copy and paste the structure?
Unfortunately, SharePoint doesn't copy permissions when the folder structure is copied. There are a couple of options that you could use. PowerShell script to copy the folder structure with permissions. https://www.sharepointdiary.com/2021/11/copy-permissions-from-one-folder-to-another-in-sharepoint-online-using-powershell.html Power Automate to set permissions on folders. I've made a little demo video here that may help. https://www.youtube.com/watch?v=2hTgQJrKzBo2.7KViews2likes1CommentRe: Best way to store 700 GB in Sharepoint Onpremises document library or file server
Hi Ammar, This is a hard question to answer because some of the things you are asking about will depend on your internal infrastructure. It will also depend on what you mean by "uploaded by nearly 70,000 users). If it is just direct file access then, a file server will often be fastest. The types of files and usage scenarios may also influence the decision. You should however consider how people will access the documents and other requirements you may have. For example, SharePoint Search, metadata for document classification, integration with other systems via API's are all good reasons to go with SharePoint over a file server. You don't need a separate Farm to control access, but you should consider a separate site or even a web application in the same farm. This may depend on the capabilities or your firewall and your network architecture (independently of SharePoint).585Views1like1CommentRe: Sync comment in two list
For question 1, do you mean List comments or is this a field in the List itself? If it is a column, then copying with a Workflow is possible. You can access List comments using the Rest API. You could use Power Automate to call the API and copy the values. SharePoint Online: All you need to know about Commenting in Lists – Ganesh Sanap Blogs (wordpress.com) Question 2. If the user is view only, then they cannot update the item or make comments.633Views0likes1Comment
Recent Blog Articles
No content to show