Field:filename@Notes
From MintHCM Wiki
|
Notes - Attachment | |
|---|---|
| Name | filename |
| Module | Notes |
| Type | file |
| Label | Attachment |
| VName | LBL_FILENAME |
| Required | No |
| Editable | Yes |
| Visible | Yes |
| Reportable | Yes |
| Importable | No |
| Massupdate | No |
| Global Search | No |
| Auditable | No |
| Options | |
| Options List Name | |
| Needs Validation | No |
Contents
Notes
File name associated with the note (attachment)
Related Features
Affected by
Initiating
Location and Code definition
modules/Notes/vardefs.php
'filename' => array ( 'name' => 'filename', 'vname' => 'LBL_FILENAME', 'type' => 'file', 'dbType' => 'varchar', 'len' => '255', 'reportable'=>true, 'comment' => 'File name associated with the note (attachment)', 'importable' => false, ),
Missing User input