1

当“新建”列表包含很多项目时,用户似乎很难选择正确的文档模板。

而不是在“新”下拉列表中显示 50 个项目,我正在寻找一种仅显示当前相关文档的解决方案。我在另一个列表中有一个“生命周期”选择字段,并且根据该选择字段的值,只有一部分文档应该是可见的。我的问题是,当“生命周期”的值发生变化时,是否有充分的理由不在每个项目上设置 Hidden 属性。

SharePoint.SE上的建议指向基于 jQuery 的方法,在这种方法中我倾向于使用事件接收器方法(当“生命周期”字段的值发生更改时,迭代文档库中的内容类型)。

你更喜欢什么,为什么?

4

1 回答 1

1

A possible approach would be to use folders within your document library. Each folder can have different associated content types - meaning when inside this subfolder, the New Item menu shows only those associated CTs. You can still view the entire document library as a flat container if you wish by configuring a view to do this. Users could choose which folder (possibly named after the category of CTs you wish to group there)

-Oisin

于 2009-11-15T20:23:37.103 回答