Field:status@Documents
From MintHCM Wiki
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