Add record type id to supported objects on Salesforce Node (#2056)

This commit is contained in:
Ricardo Espinoza
2021-08-07 03:41:00 -04:00
committed by GitHub
parent fa31c0c7b6
commit 244a2ba409
7 changed files with 192 additions and 1 deletions

View File

@@ -320,6 +320,15 @@ export const leadFields = [
default: '',
description: 'Postal code for the address of the lead. Label is Zip/Postal Code.',
},
{
displayName: 'Record Type ID',
name: 'recordTypeId',
type: 'options',
typeOptions: {
loadOptionsMethod: 'getRecordTypes',
},
default: '',
},
{
displayName: 'Rating',
name: 'rating',
@@ -578,6 +587,15 @@ export const leadFields = [
default: '',
description: 'Phone number for the lead.',
},
{
displayName: 'Record Type ID',
name: 'recordTypeId',
type: 'options',
typeOptions: {
loadOptionsMethod: 'getRecordTypes',
},
default: '',
},
{
displayName: 'Rating',
name: 'rating',