SharePoint List Query

This resolver enables you to query a SharePoint list to select workflow participants.

Argument

Description

allow select

A Yes/No value that indicates whether to allow the user to select the workflow participants if the query returns nothing.

column

Name of the column to query.

display

A Yes/No value that indicates whether to display the selected workflow participant.

list

Name of the list to query.

poolcolumn

Name of the column to query.

poollist

Name of the list to query.

poolquery

Query to run.

poolsite

SharePoint site containing the list you are querying.

query

Query to run.

runat

A Start/End value that indicates when to run the query.

site

SharePoint site containing the list you are querying.

Note: The pool options (poolcolumn, poollist, poolquery, poolsite) allow the user to interactively select the participants from the results returned from the query. This Participant resolver can be used in conjunction with the Rerun Pool Query option in the Ws.WorkflowParticipant custom control to allow you to run the Pool Query when the value in a form field changes.

Example

poolsite= http://localhost/grant, poolcolumn=people, poolquery= [division]==@[/my:myFields/my:SPDiv], poollist=Divisions, allowselect=false