Field:assigned user id@Candidates
From MintHCM Wiki
Candidates - Assigned User Id | |
---|---|
Name | assigned_user_id |
Module | Candidates |
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 |
Contents
Notes
User ID assigned to record
Related Features
Affected by
Initiating
Name | Type | Short Description | Initiating Fields | Affected Fields | Affected Modules |
---|---|---|---|---|---|
Feature:SomeOtherJob | Automation | Assigned User Id | Assigned to User | [[Module:Module:Candidates|]] |
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
Name | Type | Short Description | Initiating Fields | Affected Fields | Affected Modules |
---|---|---|---|---|---|
Feature:SomeOtherJob | Automation | Assigned User Id | Assigned to User | [[Module:Module:Candidates|]] |