Difference between revisions of "Field:employee name@Onboardings"

From MintHCM Wiki

(Created page with "{{Field-infobox |Field-name=employee_name |Field-module=Onboardings |Field-type=relate |Field-label=Employee |Field-vname=LBL_EMPLOYEE_NAME |Field-required=No |Field-editable=...")
 
 
Line 13: Line 13:
 
|Field-unified-search=No
 
|Field-unified-search=No
 
|Field-auditable=No
 
|Field-auditable=No
|Field-options=
 
|Field-options-name=
 
 
|Field-needs-validation=No
 
|Field-needs-validation=No
|Short Description=
 
 
}}
 
}}
 
 
==={{int:ev-location_and_code_definition}}===
 
==={{int:ev-location_and_code_definition}}===
  
Line 55: Line 51:
  
 
[[Missing::Missing User input]]
 
[[Missing::Missing User input]]
 
 
{{Field-links}}
 
{{Field-links}}
 +
{{DevNotes}}

Latest revision as of 10:44, 15 January 2020

Onboardings - Employee

Name employee_name
Module Onboardings
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

Notes


Related Features

Affected by

Name Type Short Description Affected Fields Initiating Fields Initiating Modules
Feature:Dependency of Employee field Automation Employee

Initiating

Related Integrations

Mentioned in other articles


Dev Notes

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 Automation Employee

Initiating

Related Integrations

Mentioned in other articles


Dev Notes