如何在 SharePoint 中以编程方式创建 KPI 列表?
我希望能够通过对象模型在我的 MOSS 2007 安装上创建 KPI 列表。这可能吗?
I want to be able to create a KPI List on my MOSS 2007 installation via the object model. Is this possible?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
这对我来说是工作:
this is work for me:
average
为计算值,列为Average_x0020_Rating
。average
is the calculation value and the column isAverage_x0020_Rating
.http://alonsorobles.com/2010/03 /17/important-custom-sharepoint-list-template-notes/
我发现状态指示器(KPI 列表)的模板 ID 是 432。通过 Google 查找有关创建新列表的一些信息。我需要了解我可以在此列表上设置哪些属性。
http://alonsorobles.com/2010/03/17/important-custom-sharepoint-list-template-notes/
I found that the Template ID for a Status Indicator (KPI List) is 432. Google for this to find some info on creating a new list. I'm needing to read up what properties I can set on this list.