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

Description

This type defines a custom database 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 columnDataType Required Describes the data type of this column.
description bpmLabelType Optional
Array (0/∞)
The description or porpose of this custom column. Can be used for automated schema documentation and forms design
displayName bpmLabelType Optional
Array (0/∞)
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 Optional
Default=true
Set to “true” (default) if this column can be null.
precision xs:integer Optional The precision of the number, applies to DECIMAL, FLOAT and REAL.
scale xs:integer Optional The scale of the number, applies to DECIMAL.
size columnSizeType Optional The size of the column, this only applies to VARCHAR.
uid xs:string Required The unique id of the field type
In This Document