Skip to content

Commit 7ef16f4

Browse files
Alexey Klimkodmulitsa
authored andcommitted
[CS-3930] – Notes list can not retrieve data
1 parent 06abb64 commit 7ef16f4

4 files changed

Lines changed: 4 additions & 0 deletions

File tree

config/data/Contacts.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,4 @@
6565
$GLOBALS['dataTool']['Contacts']['phone_home'] = ['phone' => true];
6666
$GLOBALS['dataTool']['Contacts']['picture'] = ['skip' => true];
6767
$GLOBALS['dataTool']['Contacts']['subscriptions'] = ['probability' => 7];
68+
$GLOBALS['dataTool']['Contacts']['external_user_id'] = ['value' => 'null'];

config/data/Leads.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,3 +69,4 @@
6969
$GLOBALS['dataTool']['Leads']['ai_icp_fit_score_absolute'] = ['range' => ['min' => 1, 'max' => 30], 'multiply' => 3.321];
7070
$GLOBALS['dataTool']['Leads']['ai_icp_fit_bin_accuracy'] = ['range' => ['min' => 1, 'max' => 30], 'multiply' => 3.321];
7171
$GLOBALS['dataTool']['Leads']['ai_icp_fit_multiplier'] = ['range' => ['min' => 1, 'max' => 30], 'multiply' => 3.321];
72+
$GLOBALS['dataTool']['Leads']['external_user_id'] = ['value' => 'null'];

config/data/Meetings.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,3 +71,4 @@
7171
$GLOBALS['dataTool']['Meetings']['dri_subworkflow_id'] = ['skip' => true];
7272
$GLOBALS['dataTool']['Meetings']['dri_subworkflow_template_id'] = ['skip' => true];
7373
$GLOBALS['dataTool']['Meetings']['dri_workflow_task_template_id'] = ['skip' => true];
74+
$GLOBALS['dataTool']['Meetings']['external_id'] = ['value' => 'null'];

config/data/Notes.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,4 @@
4242
$GLOBALS['dataTool']['Notes']['file_mime_type'] = ['skip' => true];
4343
$GLOBALS['dataTool']['Notes']['contact_phone'] = ['phone' => true];
4444
$GLOBALS['dataTool']['Notes']['subscriptions'] = ['probability' => 90];
45+
$GLOBALS['dataTool']['Notes']['external_id'] = ['value' => 'null'];

0 commit comments

Comments
 (0)