mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
⚡ Salesforce Case/Lead Owner - Add Queues to Owner picklist (#1689)
This commit is contained in:
@@ -251,7 +251,7 @@ export const leadFields = [
|
||||
name: 'owner',
|
||||
type: 'options',
|
||||
typeOptions: {
|
||||
loadOptionsMethod: 'getUsers',
|
||||
loadOptionsMethod: 'getLeadOwners',
|
||||
},
|
||||
default: '',
|
||||
description: 'The owner of the lead.',
|
||||
@@ -509,7 +509,7 @@ export const leadFields = [
|
||||
name: 'owner',
|
||||
type: 'options',
|
||||
typeOptions: {
|
||||
loadOptionsMethod: 'getUsers',
|
||||
loadOptionsMethod: 'getLeadOwners',
|
||||
},
|
||||
default: '',
|
||||
description: 'The owner of the lead.',
|
||||
|
||||
Reference in New Issue
Block a user