0

I using SharePoint Designer to create a workflow. I'm trying to get at a sub-folder in a document library in the "Define Workflow Lookup" dialog. There are two issues with this:

  1. I can't look up items by URL Path. If I look up by Title, I can output the URL Path, but selecting by path doesn't work. What fields can/can't I use?
  2. I can't get at any sub-folders. I can get at the top-level folder, but the sub-folders don't seem to be available. Noticed the same things is true when looking at the data for a document library in the "Data Source Library" in Designer.

To clarify, the workflow is on a different list, not on the document library.

UPD: Also, I know how to do this through the object model, the question is how to do it in SharePoint Designer without deploying code to the server.

4

2 回答 2

1

我真的没有太多使用 Sharepoint 的经验,但我想我至少可以提供一些答案——即使答案是错误的。

从与我交谈过的另一个开发人员那里,听起来很难进入任何子文件夹,因此您可能需要考虑制作自己的自定义工作流程。

也许像 LINQ to Sharepoint 这样的东西可能能够帮助您实际进入并枚举子文件夹并获取您需要的数据?LINQ 到共享点

于 2008-08-31T22:24:05.760 回答
0

问题是“文件夹”不是真正的文件夹,因为它们是由查询字符串访问的,而不是像真正的文件夹那样的“/”。

于 2008-09-17T03:38:06.213 回答