Field:sugar login@Users

From MintHCM Wiki

Revision as of 13:00, 29 September 2019 by FoxBot (talk | contribs) (Created page with "{{Field-infobox |Field-name=sugar_login |Field-module=Users |Field-type=bool |Field-label=Is MintHCM User |Field-vname=LBL_SUITE_LOGIN |Field-required=No |Field-editable=Yes |...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Users - Is MintHCM User

Name sugar_login
Module Users
Type bool
Label Is MintHCM User
VName LBL_SUITE_LOGIN
Required No
Editable Yes
Visible Yes
Reportable No
Importable No
Massupdate No
Global Search No
Auditable No
Options
Options List Name
Needs Validation No

Notes


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles


Dev Notes


Location and Code definition

modules/Users/vardefs.php

'sugar_login' => array( 'name' => 'sugar_login', 'vname' => 'LBL_SUITE_LOGIN', 'type' => 'bool', 'default' => '1', 'reportable' => false, 'massupdate' => false, 'importable' => false, 'studio' => array( 'listview' => false, 'searchview' => false, 'formula' => false ), 'api-visible' => false, ),



Missing User input


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles