Field:start date@Candidatures

From MintHCM Wiki

Revision as of 17:20, 29 September 2019 by FoxBot (talk | contribs) (Created page with "{{Field-infobox |Field-name=start_date |Field-module=Candidatures |Field-type=date |Field-label=Application Date |Field-vname=LBL_START_DATE |Field-required=No |Field-editable...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Candidatures - Application Date

Name start_date
Module Candidatures
Type date
Label Application Date
VName LBL_START_DATE
Required No
Editable Yes
Visible Yes
Reportable No
Importable Yes
Massupdate Yes
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/Candidatures/vardefs.php

'start_date' => array( 'name' => 'start_date', 'label' => 'LBL_START_DATE', 'vname' => 'LBL_START_DATE', 'comments' => NULL, 'help' => NULL, 'type' => 'date', 'max_size' => NULL, 'require_option' => '1', 'default_value' => NULL, 'deleted' => '0', 'massupdate' => true, 'duplicate_merge' => '1', 'reportable' => '1', 'importable' => 'true', 'enforced' => '', ),



Missing User input


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles