Field:week day@NonWorkingDays

From MintHCM Wiki

Non Working Days Registry - Week Day

Name week_day
Module Non Working Days Registry
Type enum
Label Week Day
VName LBL_WEEK_DAY
Required Yes
Editable Yes
Visible Yes
Reportable Yes
Importable No
Massupdate No
Global Search No
Auditable No
Options
* Sunday,
* Monday,
* Tuesday,
* Wednesday,
* Thursday,
* Friday,
* Saturday
Options List Name week_days_list
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/NonWorkingDays/vardefs.php

'week_day' => array( 'name' => 'week_day', 'vname' => 'LBL_WEEK_DAY', 'type' => 'enum', 'len' => 255, 'unified_search' => false, 'required' => true, 'importable' => 'required', 'options' => 'week_days_list', 'duplicate_merge' => 'disabled', 'merge_filter' => 'disabled' ),



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

Initiating

Related Integrations

Mentioned in other articles