Field:assigned user name@WorkSchedules

From MintHCM Wiki

Revision as of 20:53, 29 September 2019 by FoxBot (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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