Field:assigned user name@Ideas

From MintHCM Wiki

Ideas - Author of the Idea

Name assigned_user_name
Module Ideas
Type relate
Label Author of the Idea
VName LBL_ASSIGNED_TO_NAME
Required Yes
Editable Yes
Visible Yes
Reportable No
Importable Yes
Massupdate No
Global Search No
Auditable Yes
Options
Options List Name
Needs Validation No

Notes

User Name assigned to record


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles


Dev Notes


Location and Code definition

modules/Ideas/vardefs.php

$dictionary['Ideas']['fields']['assigned_user_name']['required'] = true; $dictionary['Ideas']['fields']['assigned_user_name']['audited'] = true;



include/SugarObjects/implements/assignable/vardefs.php

'assigned_user_name' => array ( 'name' => 'assigned_user_name', 'link'=>'assigned_user_link' , 'vname' => 'LBL_ASSIGNED_TO_NAME', 'rname' => 'user_name', 'type' => 'relate', 'reportable'=>false, 'source'=>'non-db', 'table' => 'users', 'id_name' => 'assigned_user_id', 'module'=>'Users', 'duplicate_merge'=>'disabled' ),



Missing User input


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles