Versions Compared

Key

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

...

data types

description

bit

has values 0 and 1 (used for yes/no questions) as string ā€œ1ā€

boolean

has true and false (used for selects and business logic)

string

not limited string value (checked with business logic where possible, example Auditor Id)

int

int have only positive values

double

double have only positive values

different option types

every type is described in the data definition

date

exported as text string ā€œ2019-11-06T00:00:00.000Zā€

timestamp

int in milliseconds

file data

All files are saved as base64 encoded string. Files are limited to jpeg image files and pdf files for security reasons

...