Field:lawful basis source@Candidates
Candidates - Lawful Basis Source | |
---|---|
Name | lawful_basis_source |
Module | Candidates |
Type | enum |
Label | Lawful Basis Source |
VName | LBL_LAWFUL_BASIS_SOURCE |
Required | No |
Editable | Yes |
Visible | Yes |
Reportable | No |
Importable | Yes |
Massupdate | Yes |
Global Search | No |
Auditable | No |
Options | * Website, * Phone, * Given to User, * Email, * Third Party |
Options List Name | lawful_basis_source_dom |
Needs Validation | No |
Contents
[hide]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
Location and Code definition
modules/Candidates/vardefs.php
$dictionary['Candidates']['fields']['lawful_basis_source']['audited'] = false; $dictionary['Candidates']['fields']['lawful_basis_source']['reportable'] = false;
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 |