Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
devel:documentation:application_configuration:dev:dynamic-forms [2019/02/14 15:48]
kotisovam part moved to admin guide and edited
devel:documentation:application_configuration:dev:dynamic-forms [2019/07/25 12:41]
tomiskar
Line 16: Line 16:
 Dynamic form attribute supports data types (''persistentType''): Dynamic form attribute supports data types (''persistentType''):
   * ''CHAR'' - one character   * ''CHAR'' - one character
-  * ''TEXT'' -  strings (long text). Not indexed - ''SHORTTEXT'' usage is preferred.+  * ''TEXT'' -  strings (long text). Searching by ''TEXT'' is not supported,  column is not indexed - **''SHORTTEXT'' usage is preferred (+ indexed)**.
   * ''SHORTTEXT'' - strings (2000 chars). Indexed.   * ''SHORTTEXT'' - strings (2000 chars). Indexed.
   * ''INT'' - integer   * ''INT'' - integer
Line 27: Line 27:
   * ''UUID'' - uuid identifier. Indexed.   * ''UUID'' - uuid identifier. Indexed.
   * ''ATTACHMENT'' - attachment (~binary file). Read more about [[#attachments|attachments]].   * ''ATTACHMENT'' - attachment (~binary file). Read more about [[#attachments|attachments]].
 +  * ''CODELIST'' - referenced code list - persists items "code" into short text. Uses face type as code list code.
 +  * ''ENUMERATION'' referenced frontend enumeration - persists items "code" into short text. Uses face type as enumeration name.
  
  
  • by tomiskar