Difference between revisions of "Field:recruitment channels@Recruitments"

From MintHCM Wiki

(Created page with "{{Field-infobox |Field-name=recruitment_channels |Field-module=Recruitments |Field-type=multienum |Field-label=Recruitment Channels |Field-vname=LBL_RECRUITMENT_CHANNELS |Fiel...")
 
(No difference)

Latest revision as of 19:50, 29 September 2019

Recruitments - Recruitment Channels

Name recruitment_channels
Module Recruitments
Type multienum
Label Recruitment Channels
VName LBL_RECRUITMENT_CHANNELS
Required No
Editable Yes
Visible Yes
Reportable No
Importable Yes
Massupdate No
Global Search No
Auditable Yes
Options
* Database of Candidates,
* Career's Office,
* CodersLab,
* Employee Recommendation,
* Growth Poland,
* Indeed,
* Jooble,
* Lobo HR,
* Milado,
* Praca.pl,
* Pracuj.pl,
* Website,
* Facebook,
* GoldenLine,
* justjoin.it,
* LinkedIn,
* No Fluff Jobs,
* Not Applicable,
* Other
Options List Name source_list
Needs Validation No

Notes


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles


Dev Notes


Location and Code definition

modules/Recruitments/vardefs.php

'recruitment_channels' => array( 'required' => false, 'name' => 'recruitment_channels', 'vname' => 'LBL_RECRUITMENT_CHANNELS', 'type' => 'multienum', 'massupdate' => false, 'default' => '', 'no_default' => false, 'importable' => 'true', 'duplicate_merge' => 'disabled', 'duplicate_merge_dom_value' => '0', 'audited' => true, 'reportable' => false, 'unified_search' => false, 'merge_filter' => 'disabled', 'calculated' => false, 'len' => 100, 'size' => '20', 'options' => 'source_list', 'studio' => 'visible', 'dependency' => false, 'isMultiSelect' => true, ),



Missing User input


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles