Field:id@Benefits

From MintHCM Wiki

Benefits - ID

Name id
Module Benefits
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


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles


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' => benefits . 'pk', 'type' => 'primary', 'fields' => array('id')),



Missing User input


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles