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

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

Related Integrations

Mentioned in other articles


Dev Notes

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', ),


Created records representing work positions in the company can have Planned, Active and Inactive status.
The status can be changed by Edit action on the record view or Mass Update action on the list view, in which many records can be changed.



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

Related Integrations

Mentioned in other articles


Dev Notes