DataSourceRef Element (WorkflowActions)

Applies to: SharePoint Foundation 2010

Specifies the possible values from DataSource elements associated with the Action element that is the parent of the RuleDesigner. This enables dynamic population of the list of possible values by nesting an Action element inside an Action element, and passing the list of values from the parent element. If there is more than one DataSourceRef element, the list of possible values is the union of the possible values.

<FieldBind>
    <DataSourceRef>z
    </DataSourceRef>
</FieldBind>

Attributes

Attribute

Description

Ref

Optional text. Specifies the internal name of the DataSource element from which to obtain a list of possible values.

Child Elements

None

Parent Elements

FieldBind

See Also

Concepts

Creating Declarative, No-Code Workflow Editors

WorkflowInfo Schema and WorkflowActions Schema Overview