Difference between revisions of "Vtigercrm data type"
From Studiosg
Jump to navigationJump to search (Created page with 'Welcome to Simone Giustetti's wiki pages. Languages: '''English''' - [http://www.giustetti.net/wiki/index.php?title=vtigercrm_tipi_di_dato Italiano] ---- [[vtigercrm_field_p…') |
(Partial page redesign) |
||
Line 1: | Line 1: | ||
− | + | {{header_en|title=VtigerCRM data types| keyword={{Template:keyword_en_vtigercrm}}| description=A list of data types used for VtigerCRM form fields with some formatting examples | link_page=vtigercrm_tipi_di_dato}} | |
− | + | [[vtigercrm_field_properties | VtigerCRM 5 form field properties]] | |
− | + | == '''Data Type''' == | |
− | + | {| bgcolor="darkgrey" border="1" width="60%" | |
− | + | |+ '''DATA TYPE''' | |
− | == ''' | + | |- bgcolor="darkgrey" |
− | |||
! '''Code''' !! '''Description''' | ! '''Code''' !! '''Description''' | ||
|- | |- | ||
Line 37: | Line 36: | ||
− | == '''Some | + | == '''Some Formatting Examples''' == |
− | {| border="1" | + | |
+ | {| bgcolor="darkgrey" border="1" width="60%" | ||
+ | |+ '''FORMATTING EXAMPLES''' | ||
+ | |- bgcolor="darkgrey" | ||
! '''Code''' !! '''Description''' | ! '''Code''' !! '''Description''' | ||
|- | |- | ||
Line 76: | Line 78: | ||
− | + | {{footer_en | link_page=vtigercrm_tipi_di_dato}} | |
− | |||
− |
Revision as of 14:17, 15 April 2016
Welcome to Simone Giustetti's wiki pages.
Languages: English - Italiano
VtigerCRM 5 form field properties
Data Type
Code | Description |
---|---|
C | Check box. Boolean "Yes" / "No" data type. |
D | Date. |
DT | Date and Time. |
E | E-mail address. |
I | Integer number. |
N | Number. |
NN | Negative number. |
O | Duration in minutes. |
P | Password. |
T | Time. |
V | Variable length text field. |
Some Formatting Examples
Code | Description |
---|---|
C~O | Optional Yes / No flag. |
D~O | Optional date field. |
E~M | Mandatory e-mail address field. |
E~O | Optional e-mail address field. |
I~M | Mandatory integer number. |
I~O | Optional integer number. |
NN~O | Optional negative number. |
N~M | Mandatory numeric value. |
N~O | Optional numeric value. |
O~O | Elapsed time in minutes. Optional field. |
P~M | Password. This is obviously a mandatory field. |
T~M | Time. Mandatory field. |
T~O | Time. Optional field. |
V~O | Optional text field. |
V~M | Mandatory text field. |
For any feedback, questions, errors and such, please e-mail me at studiosg [at] giustetti [dot] net.
Languages: English - Italiano