Field:status id@Documents
From MintHCM Wiki
Documents - Status | |
---|---|
Name | status_id |
Module | Documents |
Type | enum |
Label | Status |
VName | LBL_DOC_STATUS |
Required | No |
Editable | Yes |
Visible | Yes |
Reportable | No |
Importable | Yes |
Massupdate | No |
Global Search | No |
Auditable | No |
Options | * Active, * Draft, * FAQ, * Expired, * Under Review, * Pending |
Options List Name | document_status_dom |
Needs Validation | No |
Contents
[hide]Notes
Related Features
Affected by
Name | Type | Short Description | Affected Fields | Initiating Fields | Initiating Modules |
---|---|---|---|---|---|
Feature:Dashlet Work Schedule Manager | Miscellaneous | Work Schedule Manager dashlet allows users to log the time they spend on various activities during their workday. | Worked Task Time, Status |
Initiating
Location and Code definition
modules/Documents/vardefs.php
'status_id' => array( 'name' => 'status_id', 'vname' => 'LBL_DOC_STATUS', 'type' => 'enum', 'len' => 100, 'options' => 'document_status_dom', 'reportable' => false, ),
Missing User input
Related Features
Affected by
Name | Type | Short Description | Affected Fields | Initiating Fields | Initiating Modules |
---|---|---|---|---|---|
Feature:Dashlet Work Schedule Manager | Miscellaneous | Work Schedule Manager dashlet allows users to log the time they spend on various activities during their workday. | Worked Task Time, Status |