Field:final employment form@Candidatures

From MintHCM Wiki

Candidatures - Final Employment Form

Name final_employment_form
Module Candidatures
Type enum
Label Final Employment Form
VName LBL_FINAL_EMPLOYMENT_FORM
Required No
Editable Yes
Visible Yes
Reportable Yes
Importable Yes
Massupdate No
Global Search No
Auditable Yes
Options
* Contract of employment,
* Contract of specific work,
* Contract of commission,
* Business
Options List Name employment_form_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

'final_employment_form' => array( 'required' => false, 'name' => 'final_employment_form', 'vname' => 'LBL_FINAL_EMPLOYMENT_FORM', 'type' => 'enum', 'massupdate' => false, 'default' => '', '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', 'calculated' => false, 'len' => 100, 'size' => '20', 'options' => 'employment_form_list', 'studio' => 'visible', 'dependency' => 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

Related Integrations

Mentioned in other articles