Field:name@Offboardings

From MintHCM Wiki

Offboardings - Name

Name name
Module Offboardings
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:Automatic Offboarding name generation Automation Name of an Offboarding is generated automatically after Generate new Offboarding action is triggered. It consists of first and last name of an employee and start date, both provided in popup of Generate new Offboarding action. Name Employee, Start Date

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:Automatic Offboarding name generation Automation Name of an Offboarding is generated automatically after Generate new Offboarding action is triggered. It consists of first and last name of an employee and start date, both provided in popup of Generate new Offboarding action. Name Employee, Start Date

Initiating

Related Integrations

Mentioned in other articles