Skip to main content

Fields

Overview: Fields define the data schema and structure for each sub-project. They represent the individual data elements that will be collected, stored, and processed. Purpose:
  • Define data model for sub-project instances
  • Establish validation rules and constraints
  • Configure field-level permissions and visibility
  • Support data transformation and mapping
Field Configuration Options:
ConfigurationDescription
nameField name
typeField type (enum)
selectPre defined field values (True / False)
optionsPre defined field values list
Field Types:
TypeDescription
stringString data type
numberIntegers data type
dateDate data type
decimalDecimal numbers data type
fileA raw file from storage
processA business unit from possibly another project / sub projects
documentA document data type
booleanTrue / False
list of stringsList of strings data type
list of decimalsList of decimal numbers data type
list of numbersList of integer number data types
list of filesList of raw files from the storage
list of processesList of other business units from other project / sub projects
list of documentsList of documents data type