Field:assigned user id@Project

From MintHCM Wiki

Project - Assigned To

Name assigned_user_id
Module Project
Type assigned_user_name
Label Assigned To
VName LBL_ASSIGNED_USER_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/Project/vardefs.php

'assigned_user_id' => array( 'name' => 'assigned_user_id', 'rname' => 'user_name', 'id_name' => 'assigned_user_id', 'type' => 'assigned_user_name', 'vname' => 'LBL_ASSIGNED_USER_ID', 'required' => false, 'len' => 36, 'dbType' => 'id', 'table' => 'users', 'isnull' => false, 'reportable' => true, 'comment' => 'User assigned to this record' ),



Missing User input


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles