Field:rating@CompetencyRatings
|
Competency Ratings - Rating | |
|---|---|
| Name | rating |
| Module | Competency Ratings |
| Type | enum |
| Label | Rating |
| VName | LBL_RATING |
| Required | Yes |
| Editable | Yes |
| Visible | Yes |
| Reportable | Yes |
| Importable | Yes |
| Massupdate | No |
| Global Search | No |
| Auditable | Yes |
| Options | * N/A, * 1, * 2, * 3, * 4, * 5 |
| Options List Name | rating_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/CompetencyRatings/vardefs.php
'rating' => array( 'required' => true, 'name' => 'rating', 'vname' => 'LBL_RATING', 'type' => 'enum', 'massupdate' => '1', 'no_default' => false, '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' => 'rating_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 |