Field:document name@Documents
From MintHCM Wiki
|
Documents - Document Name | |
|---|---|
| Name | document_name |
| Module | Documents |
| Type | varchar |
| Label | Document Name |
| VName | LBL_NAME |
| Required | Yes |
| Editable | Yes |
| Visible | Yes |
| Reportable | Yes |
| Importable | No |
| Massupdate | No |
| Global Search | Yes |
| Auditable | No |
| Options | |
| Options List Name | |
| Needs Validation | No |
Notes
Related Features
Affected by
| Name | Type | Short Description | Affected Fields | Initiating Fields | Initiating Modules |
|---|---|---|---|---|---|
| Feature:Name Generation Automation | Automation | Document Name | File Name |
Initiating
Location and Code definition
modules/Documents/vardefs.php
'document_name' => array( 'name' => 'document_name', 'vname' => 'LBL_NAME', 'type' => 'varchar', 'len' => '255', 'required' => true, 'importable' => 'required', 'unified_search' => true, 'full_text_search' => array('boost' => 3), ),
Missing User input
Related Features
Affected by
| Name | Type | Short Description | Affected Fields | Initiating Fields | Initiating Modules |
|---|---|---|---|---|---|
| Feature:Name Generation Automation | Automation | Document Name | File Name |