Field:type@WorkSchedules
Work Schedule - Type | |
---|---|
Name | type |
Module | Work Schedule |
Type | enum |
Label | Type |
VName | LBL_TYPE |
Required | No |
Editable | Yes |
Visible | Yes |
Reportable | Yes |
Importable | Yes |
Massupdate | No |
Global Search | No |
Auditable | Yes |
Options | * Office Work, * Remote Work, * Delegation, * Holiday, * Sick, * Occasional Leave, * Leave at Request, * Free Overtime, * Excused Absence |
Options List Name | workschedule_type_list |
Needs Validation | No |
Contents
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
Name | Type | Short Description | Initiating Fields | Affected Fields | Affected Modules |
---|---|---|---|---|---|
Feature:Dependency of Delegation Duration | Miscellaneous | The field is associated with the Delegation's Work Schedule | Type | Delegation Duration (h) | [[Module:Module:WorkSchedules|]] |
Feature:Dependency of Work Schedule Type | Miscellaneous | Specific types of Work Schedule have additional fields or options | Type | Type of Compassionate Leave, Delegation |
Location and Code definition
modules/WorkSchedules/vardefs.php
'type' => array( 'required' => false, 'name' => 'type', 'vname' => 'LBL_TYPE', 'type' => 'enum', 'massupdate' => 0, 'default' => 'office', 'no_default' => false, 'comments' => '', 'help' => '', 'importable' => 'true', 'duplicate_merge' => 'disabled', 'duplicate_merge_dom_value' => '0', 'audited' => true, 'reportable' => true, 'unified_search' => false, 'merge_filter' => 'disabled', 'len' => 100, 'size' => '20', 'options' => 'workschedule_type_list', 'studio' => 'visible', 'dependency' => false, 'vt_validation' => "AEM(callCustomApi(WorkSchedules,canChangeTypeToWorkOff,\$id,\$type),'LBL_ERR_CANT_CHANGE_TYPE_TO_WORK_OFF')", ),
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
Name | Type | Short Description | Initiating Fields | Affected Fields | Affected Modules |
---|---|---|---|---|---|
Feature:Dependency of Delegation Duration | Miscellaneous | The field is associated with the Delegation's Work Schedule | Type | Delegation Duration (h) | [[Module:Module:WorkSchedules|]] |
Feature:Dependency of Work Schedule Type | Miscellaneous | Specific types of Work Schedule have additional fields or options | Type | Type of Compassionate Leave, Delegation |