Difference between revisions of "Test"

From TempusServa wiki
Jump to navigation Jump to search
old>Admin
m (17 revisions imported)
 
(15 intermediate revisions by one other user not shown)
Line 1: Line 1:
= Serial =
= Calc: Count missing fields =
Unikt serienummer
Number of missing fields in a form or questionaire


Field group: [[Field type reference#Basic|Basic]]
Properties
* Type: [[Field type reference#Extension|Extension]]
* Groupable: No
* Show in lists: No
* Searchable: No


Properties
* Is groupable: Yes
* Popup search: No
* Is category: No


== User interface ==
== User interface ==
[[File:FieldSerial_show.png]]
Field in show mode


[[File:FieldSerial_edit.png]]
[[File:FieldMissingValues_show.png]]
 
Due to its nature this field has no special editing mode.


User interface as displayed in picture
User interface as displayed in picture


== Configuration ==
== Configuration ==
[[File:FieldSerial_BE.png]]
[[File:FieldMissingValues_BE.png]]


Required:
Required:
*  
* ''As shown above''


Options:
Options:
*  
* ''As shown above''
 


== Developer info ==
== Developer info ==
* FeltTypeID: 16
* FeltTypeID: 2082
* SQL datatype: int(11)
* SQL datatype: int(11)
* Class name: FieldSerial
* Class name: FieldMissingValues
* Field is allowed in inline tables

Latest revision as of 11:55, 10 December 2021

Calc: Count missing fields

Number of missing fields in a form or questionaire

Properties

  • Type: Extension
  • Groupable: No
  • Show in lists: No
  • Searchable: No


User interface

Field in show mode

File:FieldMissingValues show.png

Due to its nature this field has no special editing mode.

User interface as displayed in picture


Configuration

FieldMissingValues BE.png

Required:

  • As shown above

Options:

  • As shown above


Developer info

  • FeltTypeID: 2082
  • SQL datatype: int(11)
  • Class name: FieldMissingValues