refactor(vtiger-crm): update field names and keys

This commit is contained in:
Rıdvan Akca
2024-05-07 15:42:35 +02:00
parent 759e8b6c42
commit 8a35d47caf
10 changed files with 82 additions and 82 deletions

View File

@@ -16,8 +16,8 @@ export const fields = [
variables: true,
},
{
label: 'Organization Name',
key: 'organizationName',
label: 'Organization',
key: 'organizationId',
type: 'dropdown',
required: false,
description: '',
@@ -34,8 +34,8 @@ export const fields = [
},
},
{
label: 'Contact Name',
key: 'contactName',
label: 'Contact',
key: 'contactId',
type: 'dropdown',
required: false,
description: '',
@@ -161,7 +161,7 @@ export const fields = [
},
{
label: 'Campaign Source',
key: 'campaignSource',
key: 'campaignSourceId',
type: 'dropdown',
required: false,
description: '',
@@ -217,7 +217,7 @@ export const fields = [
},
{
label: 'Record Currency',
key: 'recordCurrency',
key: 'recordCurrencyId',
type: 'dropdown',
required: false,
description: '',