Field:reason for rejection@Candidatures

From MintHCM Wiki

Candidatures - Reason for Rejection

Name reason_for_rejection
Module Candidatures
Type enum
Label Reason for Rejection
VName LBL_REASON_FOR_REJECTION
Required Yes
Editable Yes
Visible Yes
Reportable Yes
Importable Yes
Massupdate No
Global Search No
Auditable Yes
Options
* Unreachable,
* He did not come to the meeting,
* Low experience/skills,
* Too high financial requirements,
* No open recruitment,
* Completed recruitment,
* Other
Options List Name reason_for_rejection_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/Candidatures/vardefs.php

'reason_for_rejection' => array( 'vt_dependency' => 'equals($status,\'Rejected\')', 'required' => true, 'name' => 'reason_for_rejection', 'vname' => 'LBL_REASON_FOR_REJECTION', 'type' => 'enum', 'massupdate' => false, 'no_default' => false, 'comments' => '', 'help' => '', 'importable' => 'true', 'duplicate_merge' => 'enabled', 'duplicate_merge_dom_value' => '1', 'audited' => true, 'reportable' => true, 'unified_search' => false, 'merge_filter' => 'disabled', 'calculated' => false, 'len' => 100, 'size' => '20', 'options' => 'reason_for_rejection_list', 'default' => NULL, ),



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