Field:filename@Documents
From MintHCM Wiki
Documents - File Name | |
---|---|
Name | filename |
Module | Documents |
Type | file |
Label | File Name |
VName | LBL_FILENAME |
Required | Yes |
Editable | Yes |
Visible | Yes |
Reportable | Yes |
Importable | Yes |
Massupdate | No |
Global Search | No |
Auditable | No |
Options | |
Options List Name | |
Needs Validation | No |
Contents
Notes
The filename of the document attachment
Related Features
Affected by
Initiating
Name | Type | Short Description | Initiating Fields | Affected Fields | Affected Modules |
---|---|---|---|---|---|
Feature:Name Generation Automation | Automation | File Name | Document Name | [[Module:Module:Documents|]] |
Location and Code definition
modules/Documents/vardefs.php
'filename' => array( 'name' => 'filename', 'vname' => 'LBL_FILENAME', 'type' => 'file', 'source' => 'non-db', 'comment' => 'The filename of the document attachment', 'required' => true, 'noChange' => true, 'allowEapm' => true, 'fileId' => 'document_revision_id', 'docType' => 'doc_type', 'docUrl' => 'doc_url', 'docId' => 'doc_id', ),
Missing User input
Related Features
Affected by
Initiating
Name | Type | Short Description | Initiating Fields | Affected Fields | Affected Modules |
---|---|---|---|---|---|
Feature:Name Generation Automation | Automation | File Name | Document Name | [[Module:Module:Documents|]] |