简体   繁体   English

在SharePoint 2007中,如何在列表中包括一些常见项目,以及列表中每个实例的一些唯一项目?

[英]In SharePoint 2007, how can I include some common items in a list, and some unique ones for each instance of the list?

I've created a series of meetings in SharePoint 2007. All meetings have a common "base" agenda, but each meeting will have its own unique agenda items. 我在SharePoint 2007中创建了一系列会议。所有会议都有一个共同的“基本”议程,但是每个会议都有自己独特的议程项目。

Is there a way to implement that in SharePoint? 有没有一种方法可以在SharePoint中实现呢? If I set the agenda items to be "series items", I'm not able to deviate from that list for individual meetings. 如果我将议程项目设置为“系列项目”,那么对于单个会议,我将无法偏离该列表。 That's the problem 那就是问题所在

Yes, use a list that includes multiple content types. 是的,使用包含多种内容类型的列表。 You can define custom content types at a site level and they will be available within that site and all sub sites. 您可以在网站级别定义自定义内容类型,它们将在该网站和所有子网站中可用。 You can enable content types on a list or library and include multiple content types for that list or library. 您可以在列表或库中启用内容类型,并为该列表或库包含多种内容类型。 You can also have a content types in several lists and libraries. 您还可以在多个列表和库中具有内容类型。

Content types can inherit from one another as well. 内容类型也可以彼此继承。 So, you could have a "Base Agenda" content type and have other content types inherit from that. 因此,您可以拥有“基本议程”内容类型,并从中继承其他内容类型。 Content types go beyond just metadata and deal with behavior as well. 内容类型不仅限于元数据,还可以处理行为。 You can assign workflows to a content type and in MOSS you can assign policies (eg, expiration policy) to content types. 您可以将工作流程分配给内容类型,在MOSS中可以将策略(例如,到期策略)分配给内容类型。

http://msdn.microsoft.com/en-us/library/ms472236.aspx http://msdn.microsoft.com/en-us/library/ms472236.aspx

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 SharePoint:如何以编程方式将项目添加到自定义列表实例 - SharePoint : How can I programmatically add items to a custom list instance 在sharepoint 2007 moss中克隆或复制列表项 - cloning or copying list items in sharepoint 2007 moss 我需要知道如何使用Sharepoint 2007中的1个公共列将指定列的数据从一个列表复制到另一个列表 - I need to know how to copy data of specify columns from one list to another using 1 common column in sharepoint 2007 共享点:如何每隔一段时间将数据从Oracle复制到共享点列表? - Sharepoint :How to copy data from Oracle to Sharepoint List on some interval? Sharepoint:如何对某些用户隐藏SharePoint列表? - Sharepoint: How to hide a SharePoint list from some users? 如何使用REST API在SharePoint中获取列表项? - How can I get list items in SharePoint using REST API? 在SharePoint 2007中,如何在两个不同的网站/工作区上显示一个列表? - In SharePoint 2007, how can I have one list displayed on two different sites/workspaces? 如何计算SharePoint库/列表中的新项目数? - How can I count the number of new items in SharePoint library/list? 在SharePoint 2007列表中满足特定条件时,如何隐藏/删除选择选项? - How can I hide/remove choice options when a certain condition has been met on a SharePoint 2007 List? 使用SharePoint 2007列表 - Working with SharePoint 2007 List
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM