Field:assigned user name@WorkSchedules
Work Schedule - Assigned to | |
---|---|
Name | assigned_user_name |
Module | Work Schedule |
Type | relate |
Label | Assigned to |
VName | LBL_ASSIGNED_TO_NAME |
Required | No |
Editable | Yes |
Visible | Yes |
Reportable | No |
Importable | Yes |
Massupdate | No |
Global Search | No |
Auditable | No |
Options | |
Options List Name | |
Needs Validation | No |
Contents
[hide]Notes
User Name assigned to record
Related Features
Affected by
Initiating
Name | Type | Short Description | Initiating Fields | Affected Fields | Affected Modules |
---|---|---|---|---|---|
Feature:Dependency of Assigned to | Miscellaneous | The Supervisor can assign the Work Schedule to Users which are his subordinate.
The System Administrator can assign the Work Schedule to all Users. This functionality displays the Work Schedule in the User's calendar that has been assigned. |
Assigned to |
Location and Code definition
include/SugarObjects/implements/assignable/vardefs.php
'assigned_user_name' => array ( 'name' => 'assigned_user_name', 'link'=>'assigned_user_link' , 'vname' => 'LBL_ASSIGNED_TO_NAME', 'rname' => 'user_name', 'type' => 'relate', 'reportable'=>false, 'source'=>'non-db', 'table' => 'users', 'id_name' => 'assigned_user_id', 'module'=>'Users', 'duplicate_merge'=>'disabled' ),
Missing User input
Related Features
Affected by
Initiating
Name | Type | Short Description | Initiating Fields | Affected Fields | Affected Modules |
---|---|---|---|---|---|
Feature:Dependency of Assigned to | Miscellaneous | The Supervisor can assign the Work Schedule to Users which are his subordinate.
The System Administrator can assign the Work Schedule to all Users. This functionality displays the Work Schedule in the User's calendar that has been assigned. |
Assigned to |