You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/schema/fieldbind-element-workflowinfo.md
+37-22Lines changed: 37 additions & 22 deletions
Original file line number
Diff line number
Diff line change
@@ -48,38 +48,54 @@ The following sections describe attributes, child elements, and parent elements.
48
48
</thead>
49
49
<tbody>
50
50
<trclass="odd">
51
-
<tdalign="left"><p>**DesignerType**</p></td>
52
-
<tdalign="left"><p>Optional **text**. Specifies the type of control or user input that is presented to the workflow creator when building sentences in the workflow editor.</p>
53
-
<p>**Note**: If you do not specify a **DesignerType**, the default **DesignerType** attribute is used. The default **DesignerType** is a text box followed by an ellipsis button (...) and a lookup button.</p>
54
-
<p>**Note**: A code-free workflow editor should treat the values returned to it from the server as case-insensitive.</p></td>
51
+
<td>
52
+
<strong>DesignerType</strong>
53
+
</td>
54
+
<tdalign="left"><p>Optional <strong>text</strong>. Specifies the type of control or user input that is presented to the workflow creator when building sentences in the workflow editor.</p>
55
+
<strong>Note:</strong> If you do not specify a <strong>DesignerType</strong>, the default <strong>DesignerType</strong> attribute is used. The default <strong>DesignerType</strong> is a text box followed by an ellipsis button (...) and a lookup button.</p>
56
+
<strong>Note:</strong> A code-free workflow editor should treat the values returned to it from the server as case-insensitive.</p></td>
55
57
</tr>
56
58
<trclass="even">
57
-
<tdalign="left"><p>**Field**</p></td>
58
-
<tdalign="left"><p>Required **text**. Represents a **Parameter** element used to build workflows. The **Field** attribute maps directly to one or more **Parameter** elements when a parameter type and direction are defined.</p>
59
-
<p>**Note**: If you use more than one parameter for a **Field** attribute, the parameter names should be separated by commas (for example, **Field**="**Variable**,**ValueType**").</p></td>
59
+
<td>
60
+
<strong>Field</strong>
61
+
</td>
62
+
<tdalign="left"><p>Required <strong>text</strong>. Represents a <strong>Parameter</strong> element used to build workflows. The <strong>Field</strong> attribute maps directly to one or more <strong>Parameter</strong> elements when a parameter type and direction are defined.</p>
63
+
<strong>Note:</strong> If you use more than one parameter for a <strong>Field</strong> attribute, the parameter names should be separated by commas (for example, <strong>Field</strong>="<strong>Variable</strong>,<strong>ValueType</strong>").</p></td>
60
64
</tr>
61
65
<trclass="odd">
62
-
<tdalign="left"><p>**Function**</p></td>
63
-
<tdalign="left"><p>Optional **Boolean**. When set to **true**, this attribute inserts the name of the **Action** method into the sentence.</p></td>
66
+
<td>
67
+
<strong>Function</strong>
68
+
</td>
69
+
<tdalign="left"><p>Optional <strong>Boolean</strong>. When set to <strong>true</strong>, this attribute inserts the name of the <strong>Action</strong> method into the sentence.</p></td>
64
70
</tr>
65
71
<trclass="even">
66
-
<tdalign="left"><p>**Id**</p></td>
67
-
<tdalign="left"><p>Required **Integer** (non-negative). **Id** is used as the relational key between a **FieldBind** element and the **Sentence** property of the parent **RuleDesigner** element, much like a primary key is used in a database.</p></td>
72
+
<td>
73
+
<strong>Id</strong>
74
+
</td>
75
+
<tdalign="left"><p>Required <strong>Integer</strong> (non-negative). <strong>Id</strong> is used as the relational key between a <strong>FieldBind</strong> element and the <strong>Sentence</strong> property of the parent <strong>RuleDesigner</strong> element, much like a primary key is used in a database.</p></td>
68
76
</tr>
69
77
<trclass="odd">
70
-
<tdalign="left"><p>**OperatorTypeFrom**</p></td>
71
-
<tdalign="left"><p>Required **text**. Used only when **DesignerType** attribute is set to **Operator**. This attribute determines the types of operators that are available to the user, based on the Microsoft .NET data type that is listed in the corresponding **Parameter** element. The parameter that is specified for the **OperatorTypeFrom** attribute can be different from the parameter that is listed in the **Field** attribute.</p></td>
78
+
<td>
79
+
<strong>OperatorTypeFrom</strong>
80
+
</td>
81
+
<tdalign="left"><p>Required <strong>text</strong>. Used only when <strong>DesignerType</strong> attribute is set to <strong>Operator</strong>. This attribute determines the types of operators that are available to the user, based on the Microsoft .NET data type that is listed in the corresponding <strong>Parameter</strong> element. The parameter that is specified for the <strong>OperatorTypeFrom</strong> attribute can be different from the parameter that is listed in the <strong>Field</strong> attribute.</p></td>
72
82
</tr>
73
83
<trclass="even">
74
-
<tdalign="left"><p>**Text**</p></td>
75
-
<tdalign="left"><p>Required **text**. Text displayed to the user as a hyperlink in the condition sentence.</p></td>
84
+
<td>
85
+
<strong>Text</strong>
86
+
</td>
87
+
<tdalign="left"><p>Required <strong>text</strong>. Text displayed to the user as a hyperlink in the condition sentence.</p></td>
76
88
</tr>
77
89
<trclass="odd">
78
-
<tdalign="left"><p>**TypeFrom**</p></td>
79
-
<tdalign="left"><p>Optional **text**. Specifies the .NET data types that are valid for use with an instance of the **FieldBind** element. The **TypeFrom** attribute is associated with a **Parameter** element that contains the type definition.</p></td>
90
+
<td>
91
+
<strong>TypeFrom</strong>
92
+
</td>
93
+
<tdalign="left"><p>Optional <strong>text</strong>. Specifies the .NET data types that are valid for use with an instance of the <strong>FieldBind</strong> element. The <strong>TypeFrom</strong> attribute is associated with a <strong>Parameter</strong> element that contains the type definition.</p></td>
80
94
</tr>
81
95
<trclass="even">
82
-
<tdalign="left"><p>**Value**</p></td>
96
+
<td>
97
+
<strong>Value</strong>
98
+
</td>
83
99
<tdalign="left"><p>Reserved for future use.</p></td>
84
100
</tr>
85
101
</tbody>
@@ -159,18 +175,17 @@ The following sections describe attributes, child elements, and parent elements.
159
175
<trclass="even">
160
176
<tdalign="left"><p>Dependent</p></td>
161
177
<tdalign="left"><p>Single parameter</p></td>
162
-
<tdalign="left"><p>The user interface element shown depends on values of the **TypeFrom** and **OperatorTypeFrom** attributes.</p></td>
178
+
<tdalign="left"><p>The user interface element shown depends on values of the <strong>TypeFrom</strong>and <strong>OperatorTypeFrom</strong> attributes.</p></td>
163
179
</tr>
164
180
<trclass="odd">
165
181
<tdalign="left"><p>Dropdown</p></td>
166
182
<tdalign="left"><p>Single parameter</p></td>
167
-
<tdalign="left"><p>List that contains options specified as <ahref="option-element-workflowinfo.md">Option</a> elements of the **FieldBind** element.</p></td>
183
+
<tdalign="left"><p>List that contains options specified as <ahref="option-element-workflowinfo.md">Option</a> elements of the <strong>FieldBind</strong> element.</p></td>
168
184
</tr>
169
185
<trclass="even">
170
186
<tdalign="left"><p>Email</p></td>
171
187
<tdalign="left"><p>To CC Subject Body</p></td>
172
188
<tdalign="left"><p>Dialog box for composing an email message.</p></td>
173
-
</tr>
174
189
<trclass="odd">
175
190
<tdalign="left"><p>FieldNames</p></td>
176
191
<tdalign="left"><p>Field</p></td>
@@ -199,7 +214,7 @@ The following sections describe attributes, child elements, and parent elements.
199
214
<trclass="even">
200
215
<tdalign="left"><p>Operator</p></td>
201
216
<tdalign="left"><p>Value</p></td>
202
-
<tdalign="left"><p>List that contains operator options specified as <ahref="option-element-workflowinfo.md">Option</a> elements of the **FieldBind** element. The list of operators is filtered based on the type of the operand.</p></td>
217
+
<tdalign="left"><p>List that contains operator options specified as <ahref="option-element-workflowinfo.md">Option</a> elements of the <strong>FieldBind</strong>element. The list of operators is filtered based on the type of the operand.</p></td>
0 commit comments