Field:assigned user name@ProjectTask

From MintHCM Wiki

Project Tasks - Assigned To

Name assigned_user_name
Module Project Tasks
Type relate
Label Assigned To
VName LBL_ASSIGNED_USER_NAME
Required No
Editable Yes
Visible Yes
Reportable Yes
Importable Yes
Massupdate No
Global Search No
Auditable No
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/ProjectTask/vardefs.php

'assigned_user_name' => array ( 'name' => 'assigned_user_name', 'rname' => 'user_name', 'id_name' => 'assigned_user_id', 'vname' => 'LBL_ASSIGNED_USER_NAME', 'type' => 'relate', 'table' => 'users', 'module' => 'Users', 'dbType' => 'varchar', 'link'=>'users', 'len' => '255', 'source'=>'non-db', ),



Missing User input


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles