Field:type@Appraisals
Appraisals - Type | |
---|---|
Name | type |
Module | Appraisals |
Type | enum |
Label | Type |
VName | LBL_TYPE |
Required | Yes |
Editable | Yes |
Visible | Yes |
Reportable | Yes |
Importable | Yes |
Massupdate | No |
Global Search | No |
Auditable | Yes |
Options | * Recruiting, * Other |
Options List Name | appraisals_type_list |
Needs Validation | No |
Contents
[hide]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 | ||
Feature:Default value of type field in Appraisal after Create Appraisal action | Automation | Type of the appraisal generated by Create Appraisal action is automatically set to Recruiting | Type |
Initiating
Location and Code definition
modules/Appraisals/vardefs.php
'type' => array( 'required' => true, 'name' => 'type', 'vname' => 'LBL_TYPE', 'type' => 'enum', 'massupdate' => '1', 'comments' => '', 'help' => '', 'importable' => 'true', 'duplicate_merge' => 'disabled', 'duplicate_merge_dom_value' => '0', 'audited' => true, 'inline_edit' => '', 'reportable' => true, 'unified_search' => false, 'merge_filter' => 'disabled', 'len' => 100, 'size' => '20', 'options' => 'appraisals_type_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 | ||
Feature:Default value of type field in Appraisal after Create Appraisal action | Automation | Type of the appraisal generated by Create Appraisal action is automatically set to Recruiting | Type |