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…')
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
Welcome to Simone Giustetti's wiki pages.
+
{{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}}
  
  
Languages: '''English''' - [http://www.giustetti.net/wiki/index.php?title=vtigercrm_tipi_di_dato Italiano]
+
[[vtigercrm_field_properties | VtigerCRM 5 form field properties]]
  
  
----
+
== '''Data Type''' ==
  
[[vtigercrm_field_properties]]
+
{| bgcolor="darkgrey" border="1" width="60%"
 
+
|+ '''DATA TYPE'''
== '''Data Type''' ==
+
|- bgcolor="darkgrey"
{| border="1"
 
 
! '''Code''' !! '''Description'''
 
! '''Code''' !! '''Description'''
 
|-
 
|-
Line 37: Line 36:
  
  
== '''Some formatting examples''' ==
+
== '''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}}
 
 
Languages: '''English''' - [http://www.giustetti.net/wiki/index.php?title=vtigercrm_tipi_di_dato Italiano]
 

Latest revision as of 13:55, 21 March 2022

Welcome to Simone Giustetti's wiki pages.


Languages: English - Italiano



VtigerCRM 5 form field properties


Data Type

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

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