Field:assigned user id@AOK Knowledge Base Categories

From MintHCM Wiki

KB - Categories - Assigned User Id

Name assigned_user_id
Module KB - Categories
Type relate
Label Assigned User Id
VName LBL_ASSIGNED_TO_ID
Required No
Editable No
Visible No
Reportable Yes
Importable Yes
Massupdate No
Global Search No
Auditable Yes
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

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