Field:assigned user link@Appraisals

From MintHCM Wiki

Appraisals - Assigned to User

Name assigned_user_link
Module Appraisals
Type link
Label Assigned to User
VName LBL_ASSIGNED_TO_USER
Required No
Editable No
Visible No
Reportable Yes
Importable Yes
Massupdate No
Global Search No
Auditable No
Options
Options List Name
Needs Validation No

Notes

Link to the user who is assigned to record


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles


Dev Notes


Location and Code definition

include/SugarObjects/implements/assignable/vardefs.php

'assigned_user_link' => array ( 'name' => 'assigned_user_link', 'type' => 'link', 'relationship' => 'appraisals_assigned_user', 'vname' => 'LBL_ASSIGNED_TO_USER', 'link_type' => 'one', 'module'=>'Users', 'bean_name'=>'User', 'source'=>'non-db', 'duplicate_merge'=>'enabled', 'rname' => 'user_name', 'id_name' => 'assigned_user_id', 'table' => 'users', ),



Missing User input


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles