Sharepoint 中的文档库 Versions.aspx
1.我有一个用户想要在 dispform.aspx 上查看当前项目版本历史记录(项目详细信息)
2.版本历史记录必须显示每个版本的所有元数据。 库有 5 列,每次版本更改时我都需要显示这些列中的数据。
我一直在尝试使用 SharePoint Designer 获取版本信息,但无法找到版本页面的存储位置。 满足此要求的最佳方法是什么?
1.I have a user that wants to view the current items version history on the dispform.aspx(Item Details)
2.The version history must display all metadata for each version. Library has 5 columns and I need to display the data in those columns everytime the version changes.
I have been trying to get the version information using SharePoint Designer and cannot find out where the versions page is stored. What is the best way to meet this requirement?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
versions.aspx 文件存在于 12 个配置单元中
C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\TEMPLATE\LAYOUTS
这可以为您提供有关如何使用对象模型创建自己的页面的信息,该页面将提供此信息。
这是一项不简单的任务,需要 SharePoint 编程级别的知识。
The versions.aspx file exists within the 12 hive
C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\TEMPLATE\LAYOUTS
This can give you information on how you might go about using the object model to create your own page that will give this information.
This is a non-trivial task and will require programming level knowledge of SharePoint.