<para> This is only applicable to List and CheckList type Parameters. </para> <para> The following prefixes to the List property will be resolved: <list> <item><code>LIST.</code><description>Will resolve to an Information List, e.g. LIST.LogSubjects</description></item> <item><code>RANGE.</code><description>Will resolve to a Standard Range, e.g. RANGE.Branches</description></item> <item><code>SQL.</code><description>Will query the database and return the first field in a Select query, e.g. SQL.SELECT BranchId FROM Branch</description></item> </list> </para>
| Name | Type | Optional | ByRef | Description |
|---|---|---|---|---|
| listResolved | DataView | ByRef | The Resolved List. |
A Boolean value indicating success.