Field:assigned user link@Candidates
From MintHCM Wiki
Candidates - Assigned to User | |
---|---|
Name | assigned_user_link |
Module | Candidates |
Type | link |
Label | Assigned to User |
VName | LBL_ASSIGNED_TO_USER |
Required | No |
Editable | No |
Visible | No |
Reportable | Yes |
Importable | Yes |
Massupdate | No |
Global Search | No |
Auditable | No |
Options | |
Options List Name | |
Needs Validation | No |
Contents
Notes
Link to the user who is assigned to record
Related Features
Affected by
Name | Type | Short Description | Affected Fields | Initiating Fields | Initiating Modules |
---|---|---|---|---|---|
Feature:SomeOtherJob | Automation | Assigned to User | Assigned User Id | [[Module:Module:Candidates|]] |
Initiating
Location and Code definition
include/SugarObjects/implements/assignable/vardefs.php
'assigned_user_link' => array ( 'name' => 'assigned_user_link', 'type' => 'link', 'relationship' => 'candidates_assigned_user', 'vname' => 'LBL_ASSIGNED_TO_USER', 'link_type' => 'one', 'module'=>'Users', 'bean_name'=>'User', 'source'=>'non-db', 'duplicate_merge'=>'enabled', 'rname' => 'user_name', 'id_name' => 'assigned_user_id', 'table' => 'users', ),
Missing User input
Related Features
Affected by
Name | Type | Short Description | Affected Fields | Initiating Fields | Initiating Modules |
---|---|---|---|---|---|
Feature:SomeOtherJob | Automation | Assigned to User | Assigned User Id | [[Module:Module:Candidates|]] |