Difference between revisions of "Field:status@Positions"

From MintHCM Wiki

(Created page with "{{Field-infobox |Field-name=status |Field-module=Positions |Field-type=enum |Field-label=Status |Field-vname=LBL_STATUS |Field-required=No |Field-editable=Yes |Field-visible=Y...")
 
 
Line 16: Line 16:
 
|Field-options-name=position_status
 
|Field-options-name=position_status
 
|Field-needs-validation=No
 
|Field-needs-validation=No
|Short Description=
 
 
}}
 
}}
 
 
==={{int:ev-location_and_code_definition}}===
 
==={{int:ev-location_and_code_definition}}===
  
Line 50: Line 48:
  
  
 +
Created records representing work positions in the company can have '''Planned''', '''Active''' and '''Inactive''' status.
 +
<br>
 +
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.
  
[[Missing::Missing User input]]
 
  
 
{{Field-links}}
 
{{Field-links}}
 +
{{DevNotes}}

Latest revision as of 08:08, 28 January 2020

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