Field:description@SpentTime
Users Actual Effort - Description | |
---|---|
Name | description |
Module | Users Actual Effort |
Type | text |
Label | Description |
VName | LBL_DESCRIPTION |
Required | Yes |
Editable | Yes |
Visible | Yes |
Reportable | Yes |
Importable | Yes |
Massupdate | No |
Global Search | Yes |
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/SpentTime/vardefs.php
$dictionary['SpentTime']['fields']['description']['required'] = true; $dictionary['SpentTime']['fields']['description']['rows'] = '3'; $dictionary['SpentTime']['fields']['description']['cols'] = '80'; $dictionary['SpentTime']['fields']['description']['db_type'] = 'varchar'; $dictionary['SpentTime']['fields']['description']['len'] = 255; $dictionary['SpentTime']['fields']['description']['unified_search'] = true; $dictionary['SpentTime']['fields']['description']['full_text_search'] = array( 'boost' => 1 );
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