Jan 09 2022 02:58 AM
I want to keep all my business documents in relevant folders (e.g. proposals, invoices etc) but I also want client-based folders (e.g. client A, client B etc). I absolutely refuse to duplicate files and cannot be bothered with file shortcuts.
If I were to add metadata to every business document (e.g. document type, client etc), can SharePoint automatically search for relevant documents when I, for example, open a client-based folder?
Can I have my cake and eat it too?
Jan 09 2022 09:50 AM - edited Jan 09 2022 09:51 AM
to do this, I recommend using Content Types, this will allow you to assign document specific metadata and provide you the ability to sort, group, filter and view files in a wide variety of ways. see https://support.microsoft.com/en-us/office/introduction-to-content-types-and-content-type-publishing... to get started. I also recommend reading articles from @Susan Hanley who is an expert on this subject, see https://www.susanhanley.com/white-papers
Jan 09 2022 10:04 AM
Jan 09 2022 11:47 AM
@Dean Gross You don't have to use content types, necessarily. It just depends on whether the content is in the same library or not. I think most users find it hard to remember to select the content type when they are uploading files. Document Sets or Folders or even unique libraries with shared content types might be the right option - it really depends. I don't know if I've written a lot on this because there is really no one consistently right or best way to do this. To get the outcome in the initial post, I might use multiple libraries or document sets and then pull all the content together for each Client on a page, which can easily surface content from multiple locations using doc lib or highlighted content web parts.
Jan 09 2022 12:18 PM - edited Jan 09 2022 12:25 PM
So if I had one Document Library containing only the Document Set Content Type, with each of those Document Sets made up of proposals, invoices etc., each with associated metadata e.g. 'Document Type' and 'Client' , would I then be able to filter the Document Library based on that metadata e.g. Client = Client A, Document Type = Proposal?
I am, of course, assuming that:
(1) Document Set metadata requirements are distributed down into document properties and
(2) Document properties are surfaced up to the Document Library e.g. via columns.
What does a Document Library made up of only Document Sets look like if sync'd to Windows Explorer? Folders with files?
Jan 09 2022 12:38 PM
SolutionJan 09 2022 12:55 PM - edited Jan 09 2022 12:57 PM
@Susan Hanley Very cool, and I very much like simple! :)
I guess I was thinking Document Sets only because every contract has the exact same set of documents, and I liked the idea that these documents (templates) would be created for me on demand. Right now I tend to duplicate the last one, delete all the content then start writing the new - unnecessarily time consuming - and I'm forever forgetting to update the document properties (the document properties are used throughout the document itself so this had led to embarrassment ... ooops :flushed_face:)
Note: I intend to programmatically (Zapier/Flow) create the Document Set based on a stage transition within my CRM i.e. Lead > Deal > Document Set
I'll certainly give the 'normal' Folder + Metadata approach a try out. No point unnecessarily complicating things.
Thanks.
Jan 10 2022 12:21 AM
Also take into account the tools to interact with your content. Do you only plan to use the web interface or also use Teams or use OneDrive for Business client?
Do you plan to drag and drop files from File Explorer or emails from Outlook, ...
Support for metadata is limited and as a result requires discipline from the user(s) to set metadata consistently.
Paul | SLIM Applications
Jan 10 2022 05:29 AM
I guess ideally I'd like to use Windows Explorer together with a SharePoint document library sync, but I'm [somewhat pessimistically] guessing that document metadata doesn't sync through, so I'll likely need to use a SharePoint page. Not interested in Teams, nor OneDrive (i.e. personal SharePoint), nor drag'n'drop (no enforcement of required metadata).
Basic premise is that the Document Set is programmatically created based on my CRM stage, complete with all required metadata (e.g. Client, Document Type, Proposal ID etc). I then open each document in Word/Excel/Whatever desktop app and add content. Once complete, I intend to programmatically convert to Acrobat PDF format and send to client.
All I actually want to do manually, is write the content.
But outside of that heavily automated sales process, I also want to be able to search/filter my documents based on the metadata contained within the document properties e.g. client wants an update to a proposal, I just want to search/filter based on the Proposal ID or Client, for example.
I know this is all possible in solutions like Docuware, I just don't like Docuware! (and it's bloody expensive!).
Jan 10 2022 09:53 AM
@tictag While I used to be a big fan of metadata and content types, but it's alot of work and requires a great deal of discipline to maintain. This is particularly problematic if you are not the only person in this library. I've seen SO MANY metadata systems abandoned....
I've been converted to search. Works awesome out of the box with no extra effort provided your documents contain searchable text and your search term keywords.
Also, metadata only works WITHIN a folder. Not very helpful if you're trying to find content across folders as you've described.
But search works GREAT across all folders as long as the document contains the term. So organize your contents in whatever structure works for you. Or even no structure at all. Use the SEARCH box at the top of the window to find everything applicable.
Jan 10 2022 10:22 AM
Jan 10 2022 10:41 AM
@tictag Metadata is one of the great features of SharePoint. Configuring search to leverage metadata as refiners was a little complicated but it now getting much easier. And using metadata syntax in search, like you are doing in Outlook, is great too (e.g., ContentType:Policy). But, getting people to consistently apply metadata is not as easy. That's where auto-classification can be helpful for structured documents (e.g. processing Contracts using SharePoint Syntex) or with simple column defaults associated with folders. There is no one best way. It depends on the outcomes you are trying to achieve!
Jan 10 2022 11:31 AM
You may want to look into SharePoint's property promotion/demotion mechanism. This basically allows you to set metadata in an Office file and upon uploading it is automatically captured into a SharePoint column. This works bi-directional: changing the metadata value in the SharePoint column also results in a change in the value stored within the document. There are several caveats:
- the names of the columns must match exactly
- download an Office file from one site and then uploading the same Office file to another site results in the metadata value from the original site ending up in the new site (promotion takes precedence).
- it only works for Office files (i.e. does not work for other commonly used formats like pdf, msg, zip, ...
- changing the properties in the Office file is tedious given that the document information panel was dropped several years ago.
The classic example is the Title property in Word.
About using email metadata in SharePoint. OOTB this is not possible but there are Outlook add-ins or SharePoint SPFx apps that address this. For example, there are apps that automatically extract email metadata upon uploading (example).
Paul
Jan 10 2022 11:34 AM
@Susan Hanley
I agree. The SharePoint platform provides you with different tools in your toolbox (e.g. search, views, metadata, flows, compound documents, ...) and the challenge is to use/combine them to meet your objective and deliver a robust solution.
Jan 10 2022 12:30 PM
Jan 10 2022 01:48 PM
Jan 10 2022 02:07 PM
Jan 11 2022 01:12 AM
Thanks for the advice, based on bitter experience, I'm guessing!
This solution is just for me and my own sales process so if I implement a solution for myself based heavily on metadata, then I'd me my own worst enemy if I didn't maintain metadata discipline. That said, I'm also human and make mistakes so I'm hoping a lot of the metadata population can be automated. e.g. from my CRM, flow variables etc.
I'm OK with the documents being in one document library, so long as I can filter/search based on metadata. I'm haven't tried this, but I am also OK with Document Type being a specific Content Type (as opposed to just being a document property metadata). A specific view could then be to 'group by content type' showing 'Proposals', 'Invoices' etc. As @Paul_HK_de_Jong says, the features are likely all there, just need to combine them into a solution that works for me.
I guess ideally I was originally hoping for a 'Search Folder' feature similar to that in Outlook where opening the folder would result in a pre-defined metadata document query e.g. double-clicking 'Clients' would open a folder with either documents grouped by Client or preferably a set of 'virtual' folders where documents would be collated into Client folders. This doesn't appear to be a feature of SharePoint. Maybe something for User Voice, if that is still a thing.