Field:employee name@Offboardings
From MintHCM Wiki
Offboardings - Employee | |
---|---|
Name | employee_name |
Module | Offboardings |
Type | relate |
Label | Employee |
VName | LBL_EMPLOYEE_NAME |
Required | No |
Editable | Yes |
Visible | Yes |
Reportable | No |
Importable | Yes |
Massupdate | No |
Global Search | No |
Auditable | No |
Options | |
Options List Name | |
Needs Validation | No |
Contents
[hide]Notes
Related Features
Affected by
Name | Type | Short Description | Affected Fields | Initiating Fields | Initiating Modules |
---|---|---|---|---|---|
Feature:Dependency of Employee field in Offboarding | Automation | The Employee field in the Offboarding record is automatically completed during the Generate new Offboarding action. The employee's name is taken from the popup that appears after clicking Generate in the Offboarding template | Employee |
Initiating
Name | Type | Short Description | Initiating Fields | Affected Fields | Affected 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. | Employee, Start Date | Name | Offboardings |
Location and Code definition
include/SugarObjects/implements/employee_related/vardefs.php
'employee_name' => array( 'name' => 'employee_name', 'link' => 'employee_link', 'vname' => 'LBL_EMPLOYEE_NAME', 'rname' => 'full_name', 'fields' => array( 'first_name', 'last_name' ), 'db_concat_fields' => array( 0 => 'first_name', 1 => 'last_name' ), 'type' => 'relate', 'reportable' => false, 'source' => 'non-db', 'table' => 'users', 'id_name' => 'employee_id', 'module' => 'Employees', 'duplicate_merge' => 'disabled' ),
Missing User input
Related Features
Affected by
Name | Type | Short Description | Affected Fields | Initiating Fields | Initiating Modules |
---|---|---|---|---|---|
Feature:Dependency of Employee field in Offboarding | Automation | The Employee field in the Offboarding record is automatically completed during the Generate new Offboarding action. The employee's name is taken from the popup that appears after clicking Generate in the Offboarding template | Employee |
Initiating
Name | Type | Short Description | Initiating Fields | Affected Fields | Affected 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. | Employee, Start Date | Name | Offboardings |