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

@@ -384,6 +384,15 @@ export const contactFields = [
default: '',
description: 'Phone number for the contact.',
},
{
displayName: 'Record Type ID',
name: 'recordTypeId',
type: 'options',
typeOptions: {
loadOptionsMethod: 'getRecordTypes',
},
default: '',
},
{
displayName: 'Salutation',
name: 'salutation',
@@ -680,6 +689,15 @@ export const contactFields = [
default: '',
description: 'Phone number for the contact.',
},
{
displayName: 'Record Type ID',
name: 'recordTypeId',
type: 'options',
typeOptions: {
loadOptionsMethod: 'getRecordTypes',
},
default: '',
},
{
displayName: 'Salutation',
name: 'salutation',