Add field "mobile phone" to lead resource (Salesforce) (#1522)

This commit is contained in:
Ricardo Espinoza
2021-03-10 12:36:26 -05:00
committed by GitHub
parent d6d57c2df6
commit 15ec1f1f4d
5 changed files with 23 additions and 1 deletions

View File

@@ -229,6 +229,13 @@ export const leadFields = [
default: '',
description: 'Source from which the lead was obtained.',
},
{
displayName: 'Mobile Phone',
name: 'mobilePhone',
type: 'string',
default: '',
description: `Contacts mobile phone number.`,
},
{
displayName: 'Number Of Employees',
name: 'numberOfEmployees',
@@ -480,6 +487,13 @@ export const leadFields = [
default: '',
description: 'Source from which the lead was obtained.',
},
{
displayName: 'Mobile Phone',
name: 'mobilePhone',
type: 'string',
default: '',
description: `Contacts mobile phone number.`,
},
{
displayName: 'Number Of Employees',
name: 'numberOfEmployees',