Field:id@PeriodsOfEmployment

From MintHCM Wiki

Periods of Employment - ID

Name id
Module Periods of Employment
Type id
Label ID
VName LBL_ID
Required Yes
Editable No
Visible No
Reportable Yes
Importable Yes
Massupdate No
Global Search No
Auditable No
Options
Options List Name
Needs Validation No

Notes

ID of the record


Affected by

Initiating


Dev Notes


Location and Code definition

include/SugarObjects/templates/basic/vardefs.php

'id' => array( 'name' => 'id', 'vname' => 'LBL_ID', 'type' => 'id', 'required' => true, 'reportable' => true, 'comment' => 'Unique identifier', 'inline_edit' => false, ), //...191 'id' => array('name' => periodsofemployment . 'pk', 'type' => 'primary', 'fields' => array('id')),



Missing User input


Affected by

Initiating