Field:modified user id@ProjectTask

From MintHCM Wiki

Project Tasks - Modified User Id

Name modified_user_id
Module Project Tasks
Type assigned_user_name
Label Modified User Id
VName LBL_MODIFIED_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


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles


Dev Notes


Location and Code definition

modules/ProjectTask/vardefs.php

'modified_user_id' => array( 'name' => 'modified_user_id', 'rname' => 'user_name', 'id_name' => 'modified_user_id', 'vname' => 'LBL_MODIFIED_USER_ID', 'type' => 'assigned_user_name', 'table' => 'users', 'isnull' => 'false', 'dbType' => 'id', 'reportable'=>true, ),



Missing User input


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles