Field:lawful basis@Candidates
Candidates - Lawful Basis | |
---|---|
Name | lawful_basis |
Module | Candidates |
Type | multienum |
Label | Lawful Basis |
VName | LBL_LAWFUL_BASIS |
Required | No |
Editable | Yes |
Visible | Yes |
Reportable | No |
Importable | Yes |
Massupdate | Yes |
Global Search | No |
Auditable | No |
Options | * Consent, * Contract, * Legal obligation, * Protection of interest, * Public interest, * Legitimate interest, * Withdrawn |
Options List Name | lawful_basis_dom |
Needs Validation | No |
Contents
[hide]Notes
Related Features
Affected by
Initiating
Location and Code definition
modules/Candidates/vardefs.php
$dictionary['Candidates']['fields']['lawful_basis']['audited'] = false; $dictionary['Candidates']['fields']['lawful_basis']['reportable'] = false;
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