Field:name@Notes
From MintHCM Wiki
Notes - Subject | |
---|---|
Name | name |
Module | Notes |
Type | name |
Label | Subject |
VName | LBL_NOTE_SUBJECT |
Required | Yes |
Editable | Yes |
Visible | Yes |
Reportable | Yes |
Importable | No |
Massupdate | No |
Global Search | Yes |
Auditable | No |
Options | |
Options List Name | |
Needs Validation | No |
Contents
[hide]Notes
Name of the note
Related Features
Affected by
Initiating
Location and Code definition
modules/Notes/vardefs.php
'name' => array ( 'name' => 'name', 'vname' => 'LBL_NOTE_SUBJECT', 'dbType' => 'varchar', 'type' => 'name', 'len' => '255', 'unified_search' => true, 'full_text_search' => array('boost' => 3), 'comment' => 'Name of the note', 'importable' => 'required', 'required' => true, ),
Missing User input