Field:employment form@Candidatures

From MintHCM Wiki

Candidatures - Employment Form

Name employment_form
Module Candidatures
Type multienum
Label Employment Form
VName LBL_EMPLOYMENT_FORM
Required No
Editable Yes
Visible Yes
Reportable Yes
Importable No
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

Initiating

Related Integrations

Mentioned in other articles


Dev Notes


Location and Code definition

modules/Candidatures/vardefs.php

'employment_form' => array( 'required' => false, 'name' => 'employment_form', 'vname' => 'LBL_EMPLOYMENT_FORM', 'type' => 'multienum', 'massupdate' => false, 'no_default' => false, 'comments' => '', 'help' => '', 'importable' => 'false', 'duplicate_merge' => 'disabled', 'duplicate_merge_dom_value' => '0', 'audited' => true, 'reportable' => true, 'unified_search' => false, 'merge_filter' => 'disabled', 'size' => '20', 'options' => 'employment_form_list', 'studio' => 'visible', 'isMultiSelect' => true, ),



Missing User input


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles