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

Description

This node is used to define single question.

Properties

Name Type Occurrence Description
binding xs:string Optional HB-FORM alternative binding to identify field when want to overwrite stored value during pcf flow
fieldMetaData xs:string Optional to store ui meta data as json
id simpleIdType Required HB-FORM field id.
isMandatory xs:boolean Optional HB-FORM isMandatory property, indicate if field is mandatory or not
isReadOnly xs:boolean Optional HB-FORM isReadOnly property, value can’t be edited
isSummary xs:boolean Optional If set to true then question and answer will be visible on right side in not active fragment.
isVisible xs:boolean Optional HB-FORM isVisible property
label bpmLabelType Required
Array (1/∞)
HB-FORM default label
placeholderText bpmLabelType Optional
Array (0/∞)
Text used as a UI placeholder when, for example a field is empty, this provides hint text
propertyStateConditions captureCustomQuestionPropertyCondition Optional
Array (0/∞)
field conditions that determine override properties like visibility, required readonly etc
showIfEmpty xs:boolean Optional HB-FORM still show in summary if value is empty
type xs:choice Required You need to specify one of the following choices:
ValueType
coWorkerSelectcaptureQuestionCoWorkerSelectType
customDatabaseSelectListcaptureQuestionDatabaseSelectList
dateBetweenPickercaptureQuestionDateBetweenType
datePickercaptureQuestionDateType
dateTimeBetweenPickercaptureQuestionDateBetweenType
dateTimePickercaptureQuestionDateTimeType
dropdownSelectcaptureQuestionDropdownSelectType
dropdownSelectDynamiccaptureQuestionDropdownSelectDynamicType
fileUploadcaptureQuestionFileUploadType
groupSelectcaptureQuestionGroupSelectType
labelFieldcaptureQuestionLabelType
multiCheckboxcaptureQuestionMultiCheckboxType
multiCheckboxDynamiccaptureQuestionMultiCheckboxDynamicType
multiTextcaptureQuestionMultiLineTextType
radiosetcaptureQuestionRadioSelectType
radiosetDynamiccaptureQuestionRadioSelectDynamicType
textcaptureQuestionTextType
In This Document