Difference between revisions of "Field:description@Ideas"
From MintHCM Wiki
(Created page with "{{Field-infobox |Field-name=description |Field-module=Ideas |Field-type=text |Field-label=Description of the Idea |Field-vname=LBL_DESCRIPTION |Field-required=Yes |Field-edita...") |
|||
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:20, 29 September 2019
Ideas - Description of the Idea | |
---|---|
Name | description |
Module | Ideas |
Type | text |
Label | Description of the Idea |
VName | LBL_DESCRIPTION |
Required | Yes |
Editable | Yes |
Visible | Yes |
Reportable | Yes |
Importable | Yes |
Massupdate | No |
Global Search | No |
Auditable | Yes |
Options | |
Options List Name | |
Needs Validation | No |
Contents
Notes
Standard text field to store additional notes about the record
Related Features
Affected by
Initiating
Location and Code definition
modules/Ideas/vardefs.php
$dictionary['Ideas']['fields']['description']['required'] = true; $dictionary['Ideas']['fields']['description']['audited'] = true;
include/SugarObjects/templates/basic/vardefs.php
'description' => array( 'name' => 'description', 'vname' => 'LBL_DESCRIPTION', 'type' => 'text', 'comment' => 'Full text of the note', 'rows' => 6, 'cols' => 80, ),
Missing User input