Field:work start@Candidatures

From MintHCM Wiki

Candidatures - Work Start Date

Name work_start
Module Candidatures
Type date
Label Work Start Date
VName LBL_WORK_START
Required No
Editable Depends
Visible Depends
Reportable No
Importable Yes
Massupdate Yes
Global Search No
Auditable Yes
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/Candidatures/vardefs.php

'work_start' => array( 'name' => 'work_start', 'label' => 'LBL_WORK_START', 'vname' => 'LBL_WORK_START', 'type' => 'date', 'require_option' => '1', 'massupdate' => true, 'audited' => true, 'importable' => 'true', 'duplicate_merge' => '1', 'reportable' => '1', 'importable' => 'true', 'dependency' => 'or(equal($status,"Acceptance"),equal($status,"Hired"))', 'vt_dependency' => 'or(equals($status,\'Acceptance\'),equals($status,\'Hired\'))', ),



Missing User input


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles