Field:potential@Candidates
Candidates - Potential | |
---|---|
Name | potential |
Module | Candidates |
Type | enum |
Label | Potential |
VName | LBL_POTENTIAL |
Required | No |
Editable | Yes |
Visible | Yes |
Reportable | Yes |
Importable | No |
Massupdate | No |
Global Search | No |
Auditable | Yes |
Options | * Not applicable, * Contact us in the future, * Not contact |
Options List Name | potential_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/Candidates/vardefs.php
'potential' => array( 'required' => false, 'name' => 'potential', 'vname' => 'LBL_POTENTIAL', 'type' => 'enum', 'audited' => true, 'default' => 'Not_applicable', 'no_default' => false, 'comments' => '', 'help' => '', 'massupdate' => false, 'importable' => false, 'duplicate_merge' => 'disabled', 'duplicate_merge_dom_value' => '0', 'reportable' => true, 'unified_search' => false, 'merge_filter' => 'disabled', 'calculated' => false, 'len' => 100, 'size' => '20', 'options' => 'potential_list', 'studio' => 'visible', 'dependency' => false, ),
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 |