Difference between revisions of "Field:kind of element@OnboardingOffboardingElements"
(Created page with "{{Field-infobox |Field-name=element_type |Field-module=OnboardingOffboardingElements |Field-type=enum |Field-label=Element Type |Field-vname=LBL_KIND_OF_ELEMENT |Field-require...") |
(→{{int:ev-location_and_code_definition}}) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Field-infobox | {{Field-infobox | ||
− | |Field-name= | + | |Field-name=kind_of_element |
|Field-module=OnboardingOffboardingElements | |Field-module=OnboardingOffboardingElements | ||
|Field-type=enum | |Field-type=enum | ||
Line 10: | Line 10: | ||
|Field-reportable=No | |Field-reportable=No | ||
|Field-importable=Yes | |Field-importable=Yes | ||
− | |Field-massupdate= | + | |Field-massupdate=Yes |
|Field-unified-search=No | |Field-unified-search=No | ||
|Field-auditable=Yes | |Field-auditable=Yes | ||
Line 17: | Line 17: | ||
}} | }} | ||
==={{int:ev-location_and_code_definition}}=== | ==={{int:ev-location_and_code_definition}}=== | ||
− | <code>modules/. | + | |
− | <syntaxhighlight lang="php" line start=" | + | |
+ | <code>modules/OnboardingOffboardingElements/vardefs.php</code> | ||
+ | <syntaxhighlight lang="php" line start="51" enclose="none"> | ||
+ | |||
+ | 'kind_of_element' => array( | ||
+ | 'required' => true, | ||
+ | 'name' => 'kind_of_element', | ||
+ | 'vname' => 'LBL_KIND_OF_ELEMENT', | ||
+ | 'type' => 'enum', | ||
+ | 'massupdate' => '1', | ||
+ | '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' => 'kind_of_element_list', | ||
+ | 'studio' => 'visible', | ||
+ | ), | ||
</syntaxhighlight> | </syntaxhighlight> | ||
+ | |||
+ | [[Missing::Missing User input]] | ||
{{Field-links}} | {{Field-links}} | ||
− |
Latest revision as of 11:28, 2 June 2020
Onboarding/Offboarding Elements - Element Type | |
---|---|
Name | kind_of_element |
Module | Onboarding/Offboarding Elements |
Type | enum |
Label | Element Type |
VName | LBL_KIND_OF_ELEMENT |
Required | Yes |
Editable | Yes |
Visible | Yes |
Reportable | No |
Importable | Yes |
Massupdate | Yes |
Global Search | No |
Auditable | Yes |
Options | * Self, * Employee Manager, * Organizational Unit Manager, * Specific User |
Options List Name | |
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:Dependency of Element Type | Miscellaneous | Element Type | Type | [[Module:Module:OnboardingOffboardingElements|]] |
Initiating
Name | Type | Short Description | Initiating Fields | Affected Fields | Affected Modules |
---|---|---|---|---|---|
Feature:Initialization of the Organizational Unit field | Miscellaneous | Element Type | Organizational Unit | ||
Feature:Initialization of the Related User field | Miscellaneous | Element Type | Related User | [[Module:Module:OnboardingOffboardingElements|]] |
Location and Code definition
modules/OnboardingOffboardingElements/vardefs.php
'kind_of_element' => array( 'required' => true, 'name' => 'kind_of_element', 'vname' => 'LBL_KIND_OF_ELEMENT', 'type' => 'enum', 'massupdate' => '1', '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' => 'kind_of_element_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 | ||
Feature:Dependency of Element Type | Miscellaneous | Element Type | Type | [[Module:Module:OnboardingOffboardingElements|]] |
Initiating
Name | Type | Short Description | Initiating Fields | Affected Fields | Affected Modules |
---|---|---|---|---|---|
Feature:Initialization of the Organizational Unit field | Miscellaneous | Element Type | Organizational Unit | ||
Feature:Initialization of the Related User field | Miscellaneous | Element Type | Related User | [[Module:Module:OnboardingOffboardingElements|]] |