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

Description

This type defines a custom document column.

Properties

Name Type Occurrence Description
autoValInsert xs:string Optional If you need to generate a sequence number for a column when inserting a new record, you can assign a system or custom defined auto value to it by setting this value.
autoValUpdate xs:string Optional If you need to generate a auto value for a column when updating and existing record, you can assign a system or custom defined auto value to it by setting this value.
dataClassification xs:string Optional // The classification of the data held within this column.
dataType integralDataType Required Describes the data type contined within this column.
description Array<bpmLabelType> Optional The description or porpose of this custom column. Can be used for automated schema documentation and forms design
displayName Array<bpmLabelType> Optional The display name of this custom column. This is the name used on forms, lists and so on where this column data is displayed.
name customFieldNameType Required The display name of this custom column. This is the name used on forms, lists and so on where this column data is displayed.
nullable xs:boolean Required
Default=true
Set to “true” if this column can be null.
uid xs:string Required The unique id of the field type
In This Document