Difference between revisions of "Field:assigned user name@WorkSchedules"

From MintHCM Wiki

(Created page with "{{Field-infobox |Field-name=assigned_user_name |Field-module=WorkSchedules |Field-type=relate |Field-label=Assigned to |Field-vname=LBL_ASSIGNED_TO_NAME |Field-required=No |Fi...")
 
 
Line 13: Line 13:
 
|Field-unified-search=No
 
|Field-unified-search=No
 
|Field-auditable=No
 
|Field-auditable=No
|Field-options=
 
|Field-options-name=
 
 
|Field-needs-validation=No
 
|Field-needs-validation=No
 
|Short Description=User Name assigned to record
 
|Short Description=User Name assigned to record
 
}}
 
}}
 
 
==={{int:ev-location_and_code_definition}}===
 
==={{int:ev-location_and_code_definition}}===
  
Line 47: Line 44:
  
 
[[Missing::Missing User input]]
 
[[Missing::Missing User input]]
 
 
{{Field-links}}
 
{{Field-links}}
 +
{{DevNotes}}

Latest revision as of 13:39, 20 November 2019

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

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

Related Integrations

Mentioned in other articles


Dev Notes

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

Related Integrations

Mentioned in other articles


Dev Notes