Difference between revisions of "Field:kind of element@OnboardingOffboardingElements"

From MintHCM Wiki

({{int:ev-location_and_code_definition}})
 
Line 17: Line 17:
 
}}
 
}}
 
==={{int:ev-location_and_code_definition}}===
 
==={{int:ev-location_and_code_definition}}===
<code>modules/...</code>
+
 
<syntaxhighlight lang="php" line start="1" enclose="none">
+
 
 +
<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}}
{{DevNotes}}
 

Latest revision as of 09: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

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|]]

Related Integrations

Mentioned in other articles


Dev Notes

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|]]

Related Integrations

Mentioned in other articles