TFS 模板自定义 - SharePointPortal 网站
我正在为 TFS2008 定制流程模板。
我使用“MSF for Agile... v4.2”模板作为基本模板,并希望设置“项目管理”文档库的版本控制设置以执行以下操作:
- 主要版本:启用的
- 文档必须检查我们的在编辑它们之前,
我正在使用 tfs powertools 提供的编辑器 GUI,但是这些设置似乎不可用。
是否可以在 WssTasks.XML 文件中定义这些设置,或者我是否需要从不同的角度来处理此问题。
I am customizing a Process Template for TFS2008.
I am using the "MSF for Agile... v4.2" template as the base template and would like to set the version control settings of the "Project Management" document library todo the following:
- Major Versions : Enabled
- Documents must be checked our before they can be edited
I'm using the editor GUI provided by the tfs powertools, however it does not appear these settings are available.
Is it possible to define these settings in the WssTasks.XML file or do I need to approach this from a different angle.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
经过进一步调查,我认为实现此目的的方法是在 sharepoint 中创建自定义文档库定义,并修改流程模板以使用自定义定义创建文档库。像这样的东西:-
http://vspug.com/tbaginski/2007/08/16/creating-a-custom-document-library-feature-in-wss-v3-moss-2007/
After further investigation I think the way to achieve this is by creating a custom document library definition in sharepoint and modify the process template to create a document library using the custom definition. something like this :-
http://vspug.com/tbaginski/2007/08/16/creating-a-custom-document-library-feature-in-wss-v3-moss-2007/