Salesforce Case/Lead Owner - Add Queues to Owner picklist (#1689)

This commit is contained in:
Craig McElroy
2021-04-24 12:25:30 -05:00
committed by GitHub
parent 4d74e1fdea
commit 66d4fe4911
3 changed files with 68 additions and 4 deletions

View File

@@ -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.',