Question

Comment puis-je le faire pour que certains dossiers apparaissent sur des vues différentes?

ex:

Voir 1 (dossier A, document A1, document A2, document A3) Voir 2 (dossier B, document B1, document B2, document B3) View 3 (dossier A, document A1, document B3)

Je sais filtrer les documents, je ne peux tout simplement pas comprendre comment filtrer les dossiers ... de sorte que cela fonctionne comme filtrant les fichiers.

est-ce possible?

merci

Était-ce utile?

La solution

You can use content type inheritance to accomplish this. Create content types whose parent is "folder". Name them "folderA", "folderB", or whatever makes sense in your environment. Then you can filter those views on those content types.

Autres conseils

If you have Sharepoint Server 2010, you might also be able to accomplish this with File Sets. File Sets are folder-like in some ways, but they can also have their own metadata attributes just like files. Therefore by assigning a "filter group" metadata column to your File Serts you would in theory be able to filter them based on that value.

I can't say i've tried this yet myself but it's worth testing.

Licencié sous: CC-BY-SA avec attribution
Non affilié à sharepoint.stackexchange
scroll top