Field:portal flag@Notes

From MintHCM Wiki

Revision as of 19:28, 29 September 2019 by FoxBot (talk | contribs) (Created page with "{{Field-infobox |Field-name=portal_flag |Field-module=Notes |Field-type=bool |Field-label=Display in Portal? |Field-vname=LBL_PORTAL_FLAG |Field-required=Yes |Field-editable=Y...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Notes - Display in Portal?

Name portal_flag
Module Notes
Type bool
Label Display in Portal?
VName LBL_PORTAL_FLAG
Required Yes
Editable Yes
Visible Yes
Reportable Yes
Importable Yes
Massupdate No
Global Search No
Auditable No
Options
Options List Name
Needs Validation No

Notes

Portal flag indicator determines if note created via portal


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles


Dev Notes


Location and Code definition

modules/Notes/vardefs.php

'portal_flag' => array ( 'name' => 'portal_flag', 'vname' => 'LBL_PORTAL_FLAG', 'type' => 'bool', 'required' => true, 'comment' => 'Portal flag indicator determines if note created via portal' ),



Missing User input


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles