如何填充 Sharepoint MOSS 2007 参考数据?
我需要在同一 MOSS 2007 安装的不同版本(DEV、TEST 和 LIVE)之间的多个自定义列表中填充参考数据。 谁能指出我这样做的方法吗? 我最初考虑使用脚本(PowerShell?)或工具来填充这些数据。
谢谢,魔术安迪。
I need to populate reference data in a number of custom lists across difference versions (DEV, TEST and LIVE) of the same MOSS 2007 installation. Can anyone point me towards a way of doing this? I am initially looking at using a script (PowerShell?) or tool to populate this data.
Thanks, MagicAndi.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
CodePlex 项目 SharePoint 2007 测试数据填充工具 可以执行此操作。 我自己只编写过自己的工具来执行此操作,因此无法保证这一点。
我还没有听说过任何 PowerShell 脚本可以做到这一点,但它们并不难编写。 搜索 PowerShell 和 SharePoint,我相信您会找到大量示例。
There is the CodePlex project SharePoint 2007 Test Data Population Tool that can do this. I've only ever written my own tools to do this myself so can't vouch for it.
I haven't heard of any PowerShell scripts that can do it but they wouldn't be hard to write. Do a search for PowerShell and SharePoint and I'm sure you'll find numerous examples.
这取决于您如何创建列表。 如果您通过 SharePoint UI 创建列表,则需要根据 Alex 注释或自定义代码/powershell 脚本填充详细信息。 如果您有创建列表的功能,请遵循 这个
It depends on How you create the List. If you create the List through the SharePoint UI then you need to populate the details as per Alex comments or Custom Code / powershell script. In case if you have a Feature that creates the list follow this