Field:name@Tasks

From MintHCM Wiki

Tasks - Subject

Name name
Module Tasks
Type name
Label Subject
VName LBL_SUBJECT
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 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. Subject 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. Subject Name

Initiating

Related Integrations

Mentioned in other articles


Dev Notes


Location and Code definition

modules/Tasks/vardefs.php

'name' => array( 'name' => 'name', 'vname' => 'LBL_SUBJECT', 'dbType' => 'varchar', 'type' => 'name', 'len' => '50', 'unified_search' => true, 'full_text_search' => array('boost' => 3), 'importable' => 'required', 'required' => 'true', ),



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 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. Subject 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. Subject Name

Initiating

Related Integrations

Mentioned in other articles