Difference between revisions of "Field:assigned user id@Ideas"

From MintHCM Wiki

(Created page with "{{Field-infobox |Field-name=assigned_user_id |Field-module=Ideas |Field-type=relate |Field-label=Author ID |Field-vname=LBL_ASSIGNED_TO_ID |Field-required=No |Field-editable=N...")
 
 
Line 16: Line 16:
 
|Field-options-name=
 
|Field-options-name=
 
|Field-needs-validation=No
 
|Field-needs-validation=No
|Short Description=
+
|Short Description=User ID assigned to record
 
}}
 
}}
  

Latest revision as of 20:20, 29 September 2019

Ideas - Author ID

Name assigned_user_id
Module Ideas
Type relate
Label Author ID
VName LBL_ASSIGNED_TO_ID
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

User ID 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_id']['audited'] = false;



include/SugarObjects/implements/assignable/vardefs.php

'assigned_user_id' => array ( 'name' => 'assigned_user_id', 'rname' => 'user_name', 'id_name' => 'assigned_user_id', 'vname' => 'LBL_ASSIGNED_TO_ID', 'group'=>'assigned_user_name', 'type' => 'relate', 'table' => 'users', 'module' => 'Users', 'reportable'=>true, 'isnull' => 'false', 'dbType' => 'id', 'audited'=>true, 'comment' => 'User ID assigned to record', 'duplicate_merge'=>'disabled' ),



Missing User input


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles