Field:year@WorkingMonths

From MintHCM Wiki

Working Months - Year

Name year
Module Working Months
Type int
Label Year
VName LBL_YEAR
Required Yes
Editable Yes
Visible Yes
Reportable Yes
Importable Yes
Massupdate No
Global Search No
Auditable No
Options
Options List Name
Needs Validation Yes

Notes


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles


Dev Notes


Location and Code definition

modules/WorkingMonths/vardefs.php

'year' => array( 'required' => true, 'name' => 'year', 'vname' => 'LBL_YEAR', 'type' => 'int', 'massupdate' => 0, 'no_default' => false, 'comments' => '', 'help' => '', 'importable' => 'true', 'duplicate_merge' => 'disabled', 'duplicate_merge_dom_value' => '0', 'audited' => false, 'reportable' => true, 'unified_search' => false, 'merge_filter' => 'disabled', 'len' => '255', 'size' => '20', 'enable_range_search' => false, 'disable_num_format' => true, 'min' => 2015, 'max' => 2050, 'validation' => array( 'type' => 'range', 'min' => 2015, 'max' => 2050, ), ),



Missing User input


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles