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 - captureQuestionMultiCheckboxDynamicType

Description

This represents a multi-option checkbox where the options are obtained from a data provider.

Properties

Name Type Occurrence Description
dataProvider xs:string Required Name of the data provider to use to populate the checkbox (type=checkbox)
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
Array (0/∞)
An array of default values to select.
isStoredQueryProvider xs:boolean Optional
Default=false
Is the data provider a stored query/flowcode (true) or standard simplelist (false)
selectAll xs:boolean Optional
Default=false
optional property to display all options as checked when first displayed in IC
In This Document