Field:status@Positions
From MintHCM Wiki
Positions - Status | |
---|---|
Name | status |
Module | Positions |
Type | enum |
Label | Status |
VName | LBL_STATUS |
Required | No |
Editable | Yes |
Visible | Yes |
Reportable | Yes |
Importable | Yes |
Massupdate | Yes |
Global Search | No |
Auditable | Yes |
Options | * Planned, * Active, * Inactive |
Options List Name | position_status |
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/Positions/vardefs.php
'status' => array( 'name' => 'status', 'vname' => 'LBL_STATUS', 'type' => 'enum', 'required' => false, 'massupdate' => true, 'importable' => 'true', 'duplicate_merge' => 'enabled', 'duplicate_merge_dom_value' => '1', 'audited' => true, 'reportable' => true, 'unified_search' => false, 'merge_filter' => 'disabled', 'calculated' => false, 'len' => 100, 'size' => '20', 'options' => 'position_status', 'default' => 'active', ),
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 |