We want to implement a document set to store our departments documents, currently we need to start with those departments and sub-departments:-
IT (Development sub-department + Project management sub-department) Marketing (Customer sub-department + Internal sub-department) Finance (Private sub-department + Public sub-department) PMO (Private sub-department + Public management sub-department) so now i am planning to create 4 document sets:-
- IT
- Marketing
- Finance
- PMO
and 4 content types which have built-in documents content type as its parent:-
- IT Document
- Marketing Document
- Fiance Document
- PMO Document
and define those custom content types inside the related document set content type based on the related department. so for example the IT Document content type will be defined inside the IT document set as so on..
but what i am not sure about is how we can implement the sub-departments? should they be completely separate document sets? or we can define sub-document sets to be defined inside another parent document set? any advice?
Thanks