Field:name@OnboardingOffboardingElements
From MintHCM Wiki
Onboarding/Offboarding Elements - Name | |
---|---|
Name | name |
Module | Onboarding/Offboarding Elements |
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 |
Contents
Notes
Related Features
Affected by
Initiating
Name | Type | Short Description | Initiating Fields | Affected Fields | Affected Modules |
---|---|---|---|---|---|
Feature:Dependency of name field in Exit Interview | Automation | After using Generate action in Offboarding Template record, name of exit interview record will be inherited from Offboarding/Onboarding Elements record (or Offboardings menu, Employee record). | Name | Name | [[Module:Module:ExitInterviews|]] |
Feature:Dependency of name field in Tasks | 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 task record will be inherited from Offboarding/Onboarding Elements record. | Name | Subject | |
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 | |
Feature:Dependency of subject field in Task | Automation | When you use the Generate new Offboarding action, the Offboarding templates (or the Offboarding menu, Employee Record) calculate the end date based on the sum of the interview start date and the value of the task duration field. | Name | Subject | [[Module:Module:Tasks|]] |
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
Initiating
Name | Type | Short Description | Initiating Fields | Affected Fields | Affected Modules |
---|---|---|---|---|---|
Feature:Dependency of name field in Exit Interview | Automation | After using Generate action in Offboarding Template record, name of exit interview record will be inherited from Offboarding/Onboarding Elements record (or Offboardings menu, Employee record). | Name | Name | [[Module:Module:ExitInterviews|]] |
Feature:Dependency of name field in Tasks | 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 task record will be inherited from Offboarding/Onboarding Elements record. | Name | Subject | |
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 | |
Feature:Dependency of subject field in Task | Automation | When you use the Generate new Offboarding action, the Offboarding templates (or the Offboarding menu, Employee Record) calculate the end date based on the sum of the interview start date and the value of the task duration field. | Name | Subject | [[Module:Module:Tasks|]] |