Skip to main content

Field types of custom attributes

At several places in MXSuite custom attributes are used to populate data. Each field type has its own behavior. Below is the overview with all field types and explanations.

An example of a form with all field types:
image.png

AUTO NUMBER

This is an automatically generated sequential number. It can be used for example to have a unique numbering for created documents.

Configuration options:

  • Prefix: Here a prefix for the number can be set. For example to distinguish documents created by the office from the ones created by the vessels.:
    • ABC-1
    • ABC-2
    • OFF-3
    • OFF-4
  • Start number: the first number the sequential number should start with.

image.png

BOOLEAN

This is a yes/no tickbox.

Configuration options:

  • Default value: to have the tickbox by default enabled or disabled.

image.png

DATE TIME

This is a field where the date can be filled or chosen from a calendar. Also can be defined if the field should contain only the date or the time as well.

Configuration options:

  • Is date only: when selected only the date can be filled. If not selected also the time can be given.
  • Default value: a default date (and time) can be given.

image.png

 

Type Description Image
AUTO NUMBER

This is an automatically generated sequential number. It can be used for example to have a unique numbering for created documents.

 

Configuration options:

  • Prefix: Here a prefix for the number can be set. For example to distinguish documents created by the office from the ones created by the vessels.:
    • ABC-1
    • ABC-2
    • OFF-3
    • OFF-4
  • Start number: the first number the sequential number should start with.
image.png
BOOLEAN

This is a yes/no tickbox.

 

Configuration options:

  • Default value: to have the tickbox by default enabled or disabled.
image.png
DATE TIME

This is a field where the date can be filled or chosen from a calendar. Also can be defined if the field should contain only the date or the time as well.

 

Configuration options:

  • Is date only: when selected only the date can be filled. If not selected also the time can be given.
  • Default value: a default date (and time) can be given.
image.png

DOUBLE

and

INTEGER

This is a numeric field. The difference between a double and an integer:

  • A double is a numeric value with decimals, like 123,45
  • An integer is a numeric value without decimals, like 123

Configuration options:

  • Minimum value: fill here the minimum allowed value.
  • Maximum value: fill here the maximum allowed value.
  • Default value: a default value can be given here.

image.png