Field:status@Candidatures
|
Candidatures - Status | |
|---|---|
| Name | status |
| Module | Candidatures |
| Type | enum |
| Label | Status |
| VName | LBL_STATUS |
| Required | No |
| Editable | Yes |
| Visible | Yes |
| Reportable | Yes |
| Importable | Yes |
| Massupdate | Yes |
| Global Search | No |
| Auditable | Yes |
| Options | * Acceptance, * Entry Interview Results, * Candidate Resignation, * Entry Interview, * Hired, * CV Acceptance, * Meeting - Additional, * Meeting - Preliminary, * Meeting - Task, * Negotations, * New, * Make an Offer, * Practical Task, * Preselection, * Rejected, * Scored Stage 1, * Scored Stage 2 |
| Options List Name | status_list |
| Needs Validation | No |
Contents
Notes
Related Features
Affected by
| Name | Type | Short Description | Affected Fields | Initiating Fields | Initiating Modules |
|---|---|---|---|---|---|
| Feature:Dashlet Work Schedule Manager | Miscellaneous | Work Schedule Manager dashlet allows users to log the time they spend on various activities during their workday. | Worked Task Time, Status |
Initiating
Location and Code definition
modules/Candidatures/vardefs.php
'status' => array( 'required' => false, 'name' => 'status', 'vname' => 'LBL_STATUS', 'type' => 'enum', 'massupdate' => true, 'default' => 'New', 'no_default' => false, 'comments' => '', 'help' => '', 'importable' => 'true', 'duplicate_merge' => 'disabled', 'duplicate_merge_dom_value' => '0', 'audited' => true, 'reportable' => true, 'unified_search' => false, 'merge_filter' => 'disabled', 'calculated' => false, 'len' => 100, 'size' => '20', 'options' => 'status_list', 'studio' => 'visible', ),
Missing User input
Related Features
Affected by
| Name | Type | Short Description | Affected Fields | Initiating Fields | Initiating Modules |
|---|---|---|---|---|---|
| Feature:Dashlet Work Schedule Manager | Miscellaneous | Work Schedule Manager dashlet allows users to log the time they spend on various activities during their workday. | Worked Task Time, Status |