Difference between revisions of "Field:status@Documents"
From MintHCM Wiki
Line 13: | Line 13: | ||
|Field-unified-search=No | |Field-unified-search=No | ||
|Field-auditable=No | |Field-auditable=No | ||
− | |||
|Field-needs-validation=No | |Field-needs-validation=No | ||
|Short Description=Document status for Meta-Data framework | |Short Description=Document status for Meta-Data framework |
Latest revision as of 15:50, 7 August 2020
Documents - Status | |
---|---|
Name | status |
Module | Documents |
Type | varchar |
Label | Status |
VName | LBL_DOC_STATUS |
Required | No |
Editable | Yes |
Visible | Yes |
Reportable | Yes |
Importable | Yes |
Massupdate | No |
Global Search | No |
Auditable | No |
Options | |
Options List Name | |
Needs Validation | No |
Contents
[hide]Notes
Document status for Meta-Data framework
Related Features
Affected by
Initiating
Location and Code definition
modules/Documents/vardefs.php
'status' => array( 'name' => 'status', 'vname' => 'LBL_DOC_STATUS', 'type' => 'varchar', 'source' => 'non-db', 'comment' => 'Document status for Meta-Data framework', ),
Missing User input
Related Features
Affected by
Initiating