Difference between revisions of "Field:description@Notes"
From MintHCM Wiki
(Created page with "{{Field-infobox |Field-name=description |Field-module=Notes |Field-type=text |Field-label=Note |Field-vname=LBL_DESCRIPTION |Field-required=No |Field-editable=Yes |Field-visib...") |
|||
Line 16: | Line 16: | ||
|Field-options-name= | |Field-options-name= | ||
|Field-needs-validation=No | |Field-needs-validation=No | ||
− | |Short Description= | + | |Short Description=Standard text field to store additional notes about the record |
}} | }} | ||
Latest revision as of 22:22, 29 September 2019
Notes - Note | |
---|---|
Name | description |
Module | Notes |
Type | text |
Label | Note |
VName | LBL_DESCRIPTION |
Required | No |
Editable | Yes |
Visible | Yes |
Reportable | Yes |
Importable | Yes |
Massupdate | No |
Global Search | No |
Auditable | No |
Options | |
Options List Name | |
Needs Validation | No |
Contents
[hide]Notes
Standard text field to store additional notes about the record
Related Features
Affected by
Initiating
Location and Code definition
modules/Notes/vardefs.php
'description' => array ( 'name' => 'description', 'vname' => 'LBL_DESCRIPTION', 'type' => 'text', 'comment' => 'Full text of the note', 'rows' => 30, 'cols' => 90, ),
Missing User input