Field:collaboration@Candidates

From MintHCM Wiki

Revision as of 14:21, 29 September 2019 by FoxBot (talk | contribs) (Created page with "{{Field-infobox |Field-name=collaboration |Field-module=Candidates |Field-type=bool |Field-label=Past partnership |Field-vname=LBL_COLLABORATION |Field-required=No |Field-edit...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Candidates - Past partnership

Name collaboration
Module Candidates
Type bool
Label Past partnership
VName LBL_COLLABORATION
Required No
Editable Yes
Visible Yes
Reportable No
Importable No
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

'collaboration' => array( 'name' => 'collaboration', 'label' => 'LBL_COLLABORATION', 'vname' => 'LBL_COLLABORATION', 'comments' => '', 'help' => '', 'type' => 'bool', 'max_size' => '255', 'require_option' => '0', 'default_value' => '0', 'deleted' => '0', 'importable' => false, 'reportable' => false, 'studio' => false, 'audited' => false, 'massupdate' => false, 'duplicate_merge' => false, 'full_text_search' => array( 'boost' => '0', 'enabled' => false, ), 'enforced' => '', 'dependency' => '', ),



Missing User input


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles