Field:candidature name@Appraisals

From MintHCM Wiki

Appraisals - Candidature

Name candidature_name
Module Appraisals
Type relate
Label Candidature
VName LBL_CANDIDATURE_NAME
Required No
Editable Yes
Visible Yes
Reportable Yes
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/Appraisals/vardefs.php

'candidature_name' => array( 'name' => 'candidature_name', 'type' => 'relate', 'source' => 'non-db', 'vname' => 'LBL_CANDIDATURE_NAME', 'save' => true, 'id_name' => 'candidature_id', 'link' => 'candidatures', 'table' => 'candidatures', 'module' => 'Candidatures', 'rname' => 'name', ), //...275 $dictionary["Appraisals"]["fields"]['candidature_name']['vt_dependency'] = "not(equals(\$type,'other'))"; $dictionary["Appraisals"]["fields"]['candidature_name']['vt_required'] = "equals(\$type,'recruiting')";



Missing User input


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles