Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The constraints that are available for any column depend on its Type. The table below summarizes the Data Type → Constraint correlations.

SEQUENCE

BOOLEAN

NUMBER

REAL

STRING

DATE

DATETIME

Min/Max

(error)

(error)

(tick)

(tick)

(error)

(tick)

(tick)

Static List

(error)

(error)

(tick)

(error)

(tick)

(error)

(error)

Dynamic List

(error)

(error)

(error)

(error)

(tick)

(error)

(error)

Min/Max Value

This constrain constraint allows a minimum and maximum value to be set for the input data. The data must fall between these values in order for the user to be allowed to complete the operation. Because of the nature of this constraint only numericNUMBER, REAL, dateDATE, and interval DATETIME data types may be used with this constraint.

Image Removed

Supported Types

Sequence

Boolean

Number

Real

String

Date

Date Time

Interval

(error)

(error)

(tick)

(tick)

(error)

(tick)

(tick)

(tick)

Image Added

Static List

A static list constraint requires the user to select an option from the pre-configured list of values. When entering values in this list you must also set a key. The key should match the key in the database. This will allow the values in Jira to be refreshed when changes are made in the database. While the key must match, the text is not required to match the values in database.

Sequence

Boolean

Number

Real

String

Date

Date Time

Interval

(error)

(error)

(tick)

(tick)

(tick)

(error)

(error)

(error)

Image RemovedImage Added
Image Removed

Supported Types

Image Added

Dynamic List

A dynamic list allows for a script to be used to generate the list. This could allow for different allowed values based on Jira project, parent Epic, user, etc. Aside from SIL scripts, you can use a different table in the same database as a registry to populate here. So if the main table has make_code as a column, and you have another table with [make_code, make_details] you could use the second table to populate this constraint.

Supported Types

Sequence

Boolean

Number

Real

String

Date

Date Time

Interval

(error)

(error)

(error)

(error)

(tick)

(error)

(error)

(error)

Contents

Table of Contents

See More

Child pages (Children Display)
depth2
pageAdvanced Configuration