Difference between revisions of "Field:assigned user id@Candidates"

From MintHCM Wiki

(Created page with "{{Field-infobox |Field-name=assigned_user_id |Field-module=Candidates |Field-type=relate |Field-label=Assigned User Id |Field-vname=LBL_ASSIGNED_TO_ID |Field-required=No |Fiel...")
 
 
Line 16: Line 16:
 
|Field-options-name=
 
|Field-options-name=
 
|Field-needs-validation=No
 
|Field-needs-validation=No
|Short Description=
+
|Short Description=User ID assigned to record
 
}}
 
}}
  

Latest revision as of 19:59, 29 September 2019

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

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|]]

Related Integrations

Mentioned in other articles


Dev Notes


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|]]

Related Integrations

Mentioned in other articles