Difference between revisions of "Field:status@Offboardings"
(Created page with "{{Field-infobox |Field-name=status |Field-module=Offboardings |Field-type=enum |Field-label=Status |Field-vname=LBL_STATUS |Field-required=No |Field-editable=Yes |Field-visibl...") |
Kurkiewiczk (talk | contribs) |
||
Line 16: | Line 16: | ||
|Field-options-name=onboarding_status_list | |Field-options-name=onboarding_status_list | ||
|Field-needs-validation=No | |Field-needs-validation=No | ||
− | |Short Description= | + | |Short Description=This filed informs about Onboarding status. It can be toggled between two values: In progress and Held. |
}} | }} | ||
− | |||
==={{int:ev-location_and_code_definition}}=== | ==={{int:ev-location_and_code_definition}}=== | ||
Line 58: | Line 57: | ||
[[Missing::Missing User input]] | [[Missing::Missing User input]] | ||
− | |||
{{Field-links}} | {{Field-links}} | ||
+ | {{DevNotes}} |
Revision as of 17:42, 14 January 2020
Offboardings - Status | |
---|---|
Name | status |
Module | Offboardings |
Type | enum |
Label | Status |
VName | LBL_STATUS |
Required | No |
Editable | Yes |
Visible | Yes |
Reportable | Yes |
Importable | Yes |
Massupdate | No |
Global Search | No |
Auditable | Yes |
Options | * In progress, * Held |
Options List Name | onboarding_status_list |
Needs Validation | No |
Contents
[hide]Notes
This filed informs about Onboarding status. It can be toggled between two values: In progress and Held.
Related Features
Affected by
Name | Type | Short Description | Affected Fields | Initiating Fields | Initiating Modules |
---|---|---|---|---|---|
Feature:Close Onboarding/Offboarding if all other elements are closed | Automation | On save, if status of Exit Interview/Task/Training is equal to 'Held' or 'Completed' and record is an element of Onboarding or Offboarding, system checks if all other elements related to Onboarding/Offboarding are closed (Held or Completed). If so, status of Onboarding/Offboarding also changes to 'Held'. | Status, Status | Status, Status, Status | Tasks, Exit Interviews, Trainings |
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/Offboardings/vardefs.php
'status' => array( 'required' => false, 'name' => 'status', 'vname' => 'LBL_STATUS', 'type' => 'enum', 'massupdate' => '1', 'default' => 'in_progress', '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' => 'onboarding_status_list', 'studio' => 'visible', 'dependency' => false, ),
Missing User input
Related Features
Affected by
Name | Type | Short Description | Affected Fields | Initiating Fields | Initiating Modules |
---|---|---|---|---|---|
Feature:Close Onboarding/Offboarding if all other elements are closed | Automation | On save, if status of Exit Interview/Task/Training is equal to 'Held' or 'Completed' and record is an element of Onboarding or Offboarding, system checks if all other elements related to Onboarding/Offboarding are closed (Held or Completed). If so, status of Onboarding/Offboarding also changes to 'Held'. | Status, Status | Status, Status, Status | Tasks, Exit Interviews, Trainings |
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