Field:lawful basis source@person

From MintHCM Wiki

Person - Lawful Basis Source

Name lawful_basis_source
Module Person
Type enum
Label Lawful Basis Source
VName LBL_LAWFUL_BASIS_SOURCE
Required No
Editable Yes
Visible Yes
Reportable Yes
Importable Yes
Massupdate Yes
Global Search No
Auditable Yes
Options
* Website,
* Phone,
* Given to User,
* Email,
* Third Party
Options List Name lawful_basis_source_dom
Needs Validation No

Notes


Related Features

Affected by

Name Type Short Description Affected Fields Initiating Fields Initiating Modules
Feature:Dashlet Work Schedule Manager Miscellaneous Work Schedule Manager dashlet allows users to log the time they spend on various activities during their workday. Worked Task Time, Status

Initiating

Related Integrations

Mentioned in other articles


Dev Notes


Location and Code definition

include/SugarObjects/templates/person/vardefs.php

'lawful_basis_source' => array( 'name' => 'lawful_basis_source', 'vname' => 'LBL_LAWFUL_BASIS_SOURCE', 'type' => 'enum', 'massupdate' => true, 'no_default' => false, 'comments' => '', 'inline_edit' => true, 'reportable' => true, 'merge_filter' => 'enabled', 'len' => 100, 'size' => '20', 'options' => 'lawful_basis_source_dom', 'audited' => true, 'importable' => true, ),



Missing User input


Related Features

Affected by

Name Type Short Description Affected Fields Initiating Fields Initiating Modules
Feature:Dashlet Work Schedule Manager Miscellaneous Work Schedule Manager dashlet allows users to log the time they spend on various activities during their workday. Worked Task Time, Status

Initiating

Related Integrations

Mentioned in other articles