🐛 Fix issue loading custom fields on Salesforce Node (#1654)

This commit is contained in:
Ricardo Espinoza
2021-04-17 04:11:18 -04:00
committed by GitHub
parent db5bf69fd3
commit fbc11080c7
6 changed files with 13 additions and 12 deletions

View File

@@ -165,7 +165,7 @@ export const taskFields = [
name: 'fieldId',
type: 'options',
typeOptions: {
loadOptionsMethod: 'getLeadCustomFields',
loadOptionsMethod: 'getCustomFields',
},
default: '',
description: 'The ID of the field to add custom field to.',
@@ -517,7 +517,7 @@ export const taskFields = [
name: 'fieldId',
type: 'options',
typeOptions: {
loadOptionsMethod: 'getLeadCustomFields',
loadOptionsMethod: 'getCustomFields',
},
default: '',
description: 'The ID of the field to add custom field to.',