refactor(vtiger-crm): update field names and keys
This commit is contained in:
@@ -18,7 +18,7 @@ export default defineAction({
|
||||
homePhone,
|
||||
dateOfBirth,
|
||||
fax,
|
||||
organizationName,
|
||||
organizationId,
|
||||
title,
|
||||
department,
|
||||
reportsTo,
|
||||
@@ -28,16 +28,16 @@ export default defineAction({
|
||||
doNotCall,
|
||||
notifyOwner,
|
||||
twitterUsername,
|
||||
slaName,
|
||||
slaId,
|
||||
lifecycleStage,
|
||||
status,
|
||||
happinessRating,
|
||||
recordCurrency,
|
||||
recordCurrencyId,
|
||||
referredBy,
|
||||
emailOptin,
|
||||
smsOptin,
|
||||
language,
|
||||
sourceCampaign,
|
||||
sourceCampaignId,
|
||||
portalUser,
|
||||
supportStartDate,
|
||||
supportEndDate,
|
||||
@@ -71,7 +71,7 @@ export default defineAction({
|
||||
homephone: homePhone,
|
||||
birthday: dateOfBirth,
|
||||
fax: fax,
|
||||
account_id: organizationName,
|
||||
account_id: organizationId,
|
||||
title: title,
|
||||
department: department,
|
||||
contact_id: reportsTo,
|
||||
@@ -82,16 +82,16 @@ export default defineAction({
|
||||
notify_owner: notifyOwner,
|
||||
emailoptout: emailOptin,
|
||||
primary_twitter: twitterUsername,
|
||||
slaid: slaName,
|
||||
slaid: slaId,
|
||||
contacttype: lifecycleStage,
|
||||
contactstatus: status,
|
||||
happiness_rating: happinessRating,
|
||||
record_currency_id: recordCurrency,
|
||||
record_currency_id: recordCurrencyId,
|
||||
referred_by: referredBy,
|
||||
emailoptin: emailOptin,
|
||||
smsoptin: smsOptin,
|
||||
language: language,
|
||||
source_campaign: sourceCampaign,
|
||||
source_campaign: sourceCampaignId,
|
||||
portal: portalUser,
|
||||
support_start_date: supportStartDate,
|
||||
support_end_date: supportEndDate,
|
||||
|
Reference in New Issue
Block a user