PostColumnHeaderData

constructor(name: String, type: String, code: String? = null, indexed: Boolean? = null, length: Long? = null, mandatory: Boolean? = null, unique: Boolean? = null)

Parameters

name
type

Any of them: Boolean | Date | DateTime | Decimal | Dropdown | Number | String | Text

code

Used in Code Value fields. Column name becomes: code_cd_name. Mandatory if using type Dropdown, otherwise an error is returned.

indexed

Defaults to false

length

Length of the text field. Mandatory if type String is used, otherwise an error is returned.

mandatory

Defaults to false

unique

Defaults to false