Field:parent id@Notes

From MintHCM Wiki

Notes - Parent ID

Name parent_id
Module Notes
Type id
Label Parent ID
VName LBL_PARENT_ID
Required No
Editable No
Visible No
Reportable Yes
Importable Yes
Massupdate No
Global Search No
Auditable No
Options
Options List Name
Needs Validation No

Notes

The ID of the Sugar item specified in parent_type


Affected by

Initiating


Dev Notes


Location and Code definition

modules/Notes/vardefs.php

'parent_id'=> array( 'name'=>'parent_id', 'vname'=>'LBL_PARENT_ID', 'type'=>'id', 'required'=>false, 'reportable'=>true, 'comment' => 'The ID of the Sugar item specified in parent_type' ),



Missing User input


Affected by

Initiating