Fields

From the Studio it is possible to create some fields based on pre-defined types such as text, list, date, attachment… So that there is no restriction, Process offers a system that allows you to add new type of fields without altering the Studio, generator or even APIs.

Table of available fields from the web designer menu

Category Field Description
Simple fields Text The values of this field type are mapped to java.lang.String values.
Simple fields Number The values of this field type are mapped to java.lang.Float values.
Simple fields Date The values of this field type are mapped to java.sql.Timestamp values.
Composite fields Period The values of this field type are mapped to com.axemble.vdoc.sdk.structs.Period values.
Composite fields Drop-down list The values of this field type are mapped to a collection of java.lang.String values.
Composite fields Attachments The values of this field type are mapped to a collection of com.axemble.vdoc.sdk.interfaces.IAttachment values.