Field:description@Resources
From MintHCM Wiki
|
Resources - Description | |
|---|---|
| Name | description |
| Module | Resources |
| Type | text |
| Label | Description |
| VName | LBL_DESCRIPTION |
| Required | No |
| 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/Resources/vardefs.php
$dictionary["Resources"]["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