Field:skype@Candidates

From MintHCM Wiki

Candidates - Skype

Name skype
Module Candidates
Type varchar
Label Skype
VName LBL_SKYPE
Required No
Editable Yes
Visible Yes
Reportable No
Importable Yes
Massupdate No
Global Search No
Auditable No
Options
Options List Name
Needs Validation No

Notes


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles


Dev Notes


Location and Code definition

modules/Candidates/vardefs.php

'skype' => array( 'name' => 'skype', 'label' => 'LBL_SKYPE', 'vname' => 'LBL_SKYPE', 'comments' => '', 'type' => 'varchar', 'max_size' => '255', 'audited' => false, 'mass_update' => false, 'duplicate_merge' => '1', 'reportable' => false, 'importable' => true, 'full_text_search' => array( 'boost' => '0', 'enabled' => false, ), ),



Missing User input


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles