Field:lawful basis@person
From MintHCM Wiki
|
Person - Lawful Basis | |
|---|---|
| Name | lawful_basis |
| Module | Person |
| Type | multienum |
| Label | Lawful Basis |
| VName | LBL_LAWFUL_BASIS |
| Required | No |
| Editable | Yes |
| Visible | Yes |
| Reportable | Yes |
| Importable | Yes |
| Massupdate | Yes |
| Global Search | No |
| Auditable | Yes |
| Options | * Consent, * Contract, * Legal obligation, * Protection of interest, * Public interest, * Legitimate interest, * Withdrawn |
| Options List Name | lawful_basis_dom |
| Needs Validation | No |
Notes
Related Features
Affected by
Initiating
Location and Code definition
include/SugarObjects/templates/person/vardefs.php
'lawful_basis' => array( 'name' => 'lawful_basis', 'vname' => 'LBL_LAWFUL_BASIS', 'type' => 'multienum', 'massupdate' => true, 'no_default' => false, 'comments' => '', 'inline_edit' => true, 'reportable' => true, 'merge_filter' => 'enabled', 'len' => 100, 'size' => '20', 'options' => 'lawful_basis_dom', 'audited' => true, 'importable' => true, ),
Missing User input