mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
⚡ Add record type id to supported objects on Salesforce Node (#2056)
This commit is contained in:
@@ -291,6 +291,15 @@ export const accountFields = [
|
||||
default: '',
|
||||
description: 'Phone number for the account.',
|
||||
},
|
||||
{
|
||||
displayName: 'Record Type ID',
|
||||
name: 'recordTypeId',
|
||||
type: 'options',
|
||||
typeOptions: {
|
||||
loadOptionsMethod: 'getRecordTypes',
|
||||
},
|
||||
default: '',
|
||||
},
|
||||
{
|
||||
displayName: 'SicDesc',
|
||||
name: 'sicDesc',
|
||||
@@ -539,6 +548,15 @@ export const accountFields = [
|
||||
default: '',
|
||||
description: 'Phone number for the account.',
|
||||
},
|
||||
{
|
||||
displayName: 'Record Type ID',
|
||||
name: 'recordTypeId',
|
||||
type: 'options',
|
||||
typeOptions: {
|
||||
loadOptionsMethod: 'getRecordTypes',
|
||||
},
|
||||
default: '',
|
||||
},
|
||||
{
|
||||
displayName: 'Type',
|
||||
name: 'type',
|
||||
|
||||
Reference in New Issue
Block a user