Field:user name@OnboardingOffboardingElements
From MintHCM Wiki
Onboarding/Offboarding Elements - Related User | |
---|---|
Name | user_name |
Module | Onboarding/Offboarding Elements |
Type | relate |
Label | Related User |
VName | LBL_USERS_NAME |
Required | Yes |
Editable | Yes |
Visible | Yes |
Reportable | Yes |
Importable | Yes |
Massupdate | No |
Global Search | No |
Auditable | No |
Options | |
Options List Name | |
Needs Validation | No |
Contents
[hide]Notes
Related Features
Affected by
Name | Type | Short Description | Affected Fields | Initiating Fields | Initiating Modules |
---|---|---|---|---|---|
Feature:Initialization of the Related User field | Miscellaneous | Related User | Element Type | ||
Feature:Own Task checkbox | Miscellaneous | Related User | Own Task | [[Module:Module:OnboardingOffboardingElements|]] |
Initiating
Location and Code definition
modules/OnboardingOffboardingElements/vardefs.php
"user_name" => array( 'name' => 'user_name', 'type' => 'relate', 'source' => 'non-db', 'vname' => 'LBL_USERS_NAME', 'save' => true, 'id_name' => 'user_id', 'link' => 'users', 'module' => 'Users', 'table' => 'users', 'rname' => 'name', 'required' => true, 'vt_dependency' => "not(equals(\$own_task,'1'))", ),
Missing User input
Related Features
Affected by
Name | Type | Short Description | Affected Fields | Initiating Fields | Initiating Modules |
---|---|---|---|---|---|
Feature:Initialization of the Related User field | Miscellaneous | Related User | Element Type | ||
Feature:Own Task checkbox | Miscellaneous | Related User | Own Task | [[Module:Module:OnboardingOffboardingElements|]] |