Field:task duration@OnboardingOffboardingElements

From MintHCM Wiki

Onboarding/Offboarding Elements - Task Duration (h)

Name task_duration
Module Onboarding/Offboarding Elements
Type float
Label Task Duration (h)
VName LBL_TASK_DURATION
Required Yes
Editable Yes
Visible Yes
Reportable Yes
Importable Yes
Massupdate No
Global Search No
Auditable Yes
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 Yes

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:Calculation of due date field in Tasks Automation It is a sum of start date of the task and task duration field value of Onboarding/Offboarding Templates record. Task Duration (h), Start Date Due Date [[Module:Module:Tasks|]]
Feature:End date field in Exit Interviews calculation Automation When the user wants to use the Generate new Offboarding action in the templates (or the Offboarding menu, Employee record), the end date is calculated based on the sum of the start date and duration of the task. Start Date, Task Duration (h) End Date [[Module:Module:ExitInterviews|]]
Feature:End date field in Trainings calculation Automation If the user wants to use the Generate action in the Onboarding or Offboarding template, the end date is calculated from the sum of the task start date and the duration in the Onboarding / Offboarding template record Task Duration (h), Start Date End Date [[Module:Module:Trainings|]]

Related Integrations

Mentioned in other articles


Dev Notes


Location and Code definition

modules/OnboardingOffboardingElements/vardefs.php

'task_duration' => array( 'required' => true, 'name' => 'task_duration', 'vname' => 'LBL_TASK_DURATION', 'type' => 'float', 'massupdate' => 0, 'no_default' => false, 'comments' => '', 'help' => '', 'importable' => 'true', 'duplicate_merge' => 'disabled', 'duplicate_merge_dom_value' => '0', 'audited' => true, 'inline_edit' => '', 'reportable' => true, 'unified_search' => false, 'merge_filter' => 'disabled', 'len' => '18', 'size' => '20', 'precision' => '2', 'enable_range_search' => true, 'options' => 'numeric_range_search_dom', 'disable_num_format' => '', 'min' => 0, 'max' => false, 'validation' => array( 'type' => 'range', 'min' => 0, 'max' => false, ), ),



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:Calculation of due date field in Tasks Automation It is a sum of start date of the task and task duration field value of Onboarding/Offboarding Templates record. Task Duration (h), Start Date Due Date [[Module:Module:Tasks|]]
Feature:End date field in Exit Interviews calculation Automation When the user wants to use the Generate new Offboarding action in the templates (or the Offboarding menu, Employee record), the end date is calculated based on the sum of the start date and duration of the task. Start Date, Task Duration (h) End Date [[Module:Module:ExitInterviews|]]
Feature:End date field in Trainings calculation Automation If the user wants to use the Generate action in the Onboarding or Offboarding template, the end date is calculated from the sum of the task start date and the duration in the Onboarding / Offboarding template record Task Duration (h), Start Date End Date [[Module:Module:Trainings|]]

Related Integrations

Mentioned in other articles