You do not have permission to edit this page, for the following reason:
{{Field-infobox |Field-name=employee_name |Field-module=Offboardings |Field-type=relate |Field-label=Employee |Field-vname=LBL_EMPLOYEE_NAME |Field-required=No |Field-editable=Yes |Field-visible=Yes |Field-reportable=No |Field-importable=Yes |Field-massupdate=No |Field-unified-search=No |Field-auditable=No |Field-needs-validation=No }} ==={{int:ev-location_and_code_definition}}=== <code>include/SugarObjects/implements/employee_related/vardefs.php</code> <syntaxhighlight lang="php" line start="59" enclose="none"> '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' ), </syntaxhighlight> [[Missing::Missing User input]] {{Field-links}} {{DevNotes}}