Field:name@Trainings

From MintHCM Wiki

Trainings - Name

Name name
Module Trainings
Type name
Label Name
VName LBL_NAME
Required Yes
Editable Yes
Visible Yes
Reportable Yes
Importable No
Massupdate No
Global Search Yes
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:Dependency of name field in Trainings Automation After using Generate action in Onboarding Template record (or Onboardings menu, Employee record) or Generate action in Offboarding Template record (or Offboardings menu, Employee record), name of training record will be inherited from Offboarding/Onboarding Elements record. Name Name

Initiating

Related Integrations

Mentioned in other articles


Dev Notes


Location and Code definition

include/SugarObjects/templates/basic/vardefs.php

'name' => array( 'name' => 'name', 'vname' => 'LBL_NAME', 'type' => 'name', 'link' => true, // bug 39288 'dbType' => 'varchar', 'len' => 255, 'unified_search' => true, 'full_text_search' => array('boost' => 3), 'required' => true, 'importable' => 'required', 'duplicate_merge' => 'enabled', //'duplicate_merge_dom_value' => '3', 'merge_filter' => 'selected', ),



Missing User input


Related Features

Affected by

Name Type Short Description Affected Fields Initiating Fields Initiating Modules
Feature:Dependency of name field in Trainings Automation After using Generate action in Onboarding Template record (or Onboardings menu, Employee record) or Generate action in Offboarding Template record (or Offboardings menu, Employee record), name of training record will be inherited from Offboarding/Onboarding Elements record. Name Name

Initiating

Related Integrations

Mentioned in other articles