Field:user name@OnboardingOffboardingElements

From MintHCM Wiki

Revision as of 19:31, 29 September 2019 by FoxBot (talk | contribs) (Created page with "{{Field-infobox |Field-name=user_name |Field-module=OnboardingOffboardingElements |Field-type=relate |Field-label=Related User |Field-vname=LBL_USERS_NAME |Field-required=Yes...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

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

Related Integrations

Mentioned in other articles


Dev Notes


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

Initiating

Related Integrations

Mentioned in other articles