在 Sharepoint Designer 工作流程中访问来自不同站点的列表数据

发布于 2024-07-22 20:34:34 字数 249 浏览 5 评论 0原文

有谁知道在使用 Sharepoint Designer 2007 创建工作流程时是否可以从不同站点查找列表数据? “定义工作流查找”对话框仅允许您从要在其中创建工作流的当前 Sharepoint 站点的列表中进行选择。 理想情况下,我希望能够从父站点中的列表中进行选择,或者从给定 URL 中的站点中进行选择(例如 http: //我的服务器/我的网站

Does anyone know if it is possible to Lookup list data from a different site when creating a workflow with Sharepoint Designer 2007? The Define Workflow Lookup dialog only allows you to pick from lists in the current Sharepoint site you are creating the workflow in.
Ideally I'd like to be able to pick from a list in the parent site, or a site from a given URL (eg. http://myserver/mysite)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

不寐倦长更 2024-07-29 20:34:35

CodePlex 上的 SPDActivities 非常有用。 但是,如果这些活动均未满足您的具体要求,那么您可能需要考虑将 C# 或 vb.net 代码直接嵌入到 SharePoint Designer 工作流中(无需求助于 Visual Studio)。

我在以下位置写了一篇关于如何准确执行此操作的博客文章:

http://www.muhimbi.com/blog/2009/12/embed-c-or-vb-code-directly-in.html

SPDActivities on CodePlex are very useful. However, if your exact requirements are not covered by any of those activies then you may want to consider embedding c# or vb.net code directly into the SharePoint Designer Workflow (Without resorting to Visual Studio).

I wrote a blog article about how to do it exactly at the following location:

http://www.muhimbi.com/blog/2009/12/embed-c-or-vb-code-directly-in.html

快乐很简单 2024-07-29 20:34:34

您不能通过 OOTB 活动来做到这一点。 不过,您可以构建自定义 SharePoint 设计器活动来执行您要执行的任务需要。 我们通常只创建一个调用 Web 服务活动,然后调用我们需要的服务的 SharePoint。

查看此 CodePlex 项目,了解一些自定义 SharePoint Designer 活动。

You cannot do that with OOTB activities. However you can build a custom SharePoint designer activity to do the task you need. We usually create just a call web service activity and then we call a SharePoint we service we need.

Take a look at this CodePlex project for some custom SharePoint Designer activities.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文