Documentation

{{docApp.title}}

{{docApp.description}}

How can we help?

{{docApp.searchError}}
{{product.name}}

Searching in {{docApp.searchFilterBySpecificBookTitle}}

{{docApp.searchResultFilteredItems.length}} results for: {{docApp.currentResultsSearchText}} in {{docApp.searchFilterBySpecificBookTitle}}
Search results have been limited. There are a total of {{docApp.searchResponse.totalResultsAvailable}} matches.

You have an odd number of " characters in your search terms - each one needs closing with a matching " character!

{{docApp.libraryHomeViewProduct.title || docApp.libraryHomeViewProduct.id}}

{{docApp.libraryHomeViewProduct.description}}

  1. {{book.title}}

{{group.title || group.id}}

{{group.description}}

  1. {{book.title}}

{{group.title}}

Complex Types - captureQuestionDropdownSelectDynamicType

Description

This type represents a date picker field.

Properties

Name Type Occurrence Description
dataProvider xs:string Optional Name of the data provider to use to populate the dropdown (type=select)
dataProviderAppName appNameType Optional Applicaton name of the data provider
dataProviderLookupRef xs:string Optional optional property to store key that can be used to lookup exended dataprovider info for forms.json
dataProviderParameters simpleFieldValueItemType Optional
Array (0/∞)
List of param/value pairs to be passed into data provide i.e. store query or flowcode params
dataProviderSortBy orderByListType Optional
Default=itemName
sort by value or display name
dataProviderSortDir orderDirectionType Optional
Default=ascending
sort direction of dataProviderSortBy
defaultValue xs:string Optional The value to select by default.
isStoredQueryProvider xs:boolean Optional
Default=false
Is the data provider a stored query/flowcode (true) or standard simplelist (false)
In This Document