Field:delegation duration@WorkSchedules

From MintHCM Wiki

Revision as of 20:54, 29 September 2019 by FoxBot (talk | contribs) (Created page with "{{Field-infobox |Field-name=delegation_duration |Field-module=WorkSchedules |Field-type=float |Field-label=Delegation Duration (h) |Field-vname=LBL_DELEGATION_DURATION |Field-...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Work Schedule - Delegation Duration (h)

Name delegation_duration
Module Work Schedule
Type float
Label Delegation Duration (h)
VName LBL_DELEGATION_DURATION
Required Yes
Editable Yes
Visible Yes
Reportable Yes
Importable Yes
Massupdate No
Global Search No
Auditable No
Options
* Equals,
* Does Not Equal,
* Greater Than,
* Greater Than Or Equal To,
* Less Than,
* Less Than Or Equal To,
* Is Between
Options List Name numeric_range_search_dom
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
Feature:Dependency of Delegation Duration Miscellaneous The field is associated with the Delegation's Work Schedule Delegation Duration (h) Type [[Module:Work Schedule|]]

Initiating

Related Integrations

Mentioned in other articles


Dev Notes


Location and Code definition

modules/WorkSchedules/vardefs.php

'delegation_duration' => array( 'required' => true, 'name' => 'delegation_duration', 'vname' => 'LBL_DELEGATION_DURATION', 'type' => 'float', 'massupdate' => false, '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' => '18', 'size' => '20', 'enable_range_search' => true, 'options' => 'numeric_range_search_dom', 'precision' => '2', 'vt_dependency' => "equals(\$type,'delegation')", ),



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
Feature:Dependency of Delegation Duration Miscellaneous The field is associated with the Delegation's Work Schedule Delegation Duration (h) Type [[Module:Work Schedule|]]

Initiating

Related Integrations

Mentioned in other articles