⚡ Salesforce Case/Lead Owner - Add Queues to Owner picklist (#1689)
This commit is contained in:
@@ -140,7 +140,7 @@ export const caseFields = [
|
||||
name: 'owner',
|
||||
type: 'options',
|
||||
typeOptions: {
|
||||
loadOptionsMethod: 'getUsers',
|
||||
loadOptionsMethod: 'getCaseOwners',
|
||||
},
|
||||
default: '',
|
||||
description: 'The owner of the case.',
|
||||
@@ -303,7 +303,7 @@ export const caseFields = [
|
||||
name: 'owner',
|
||||
type: 'options',
|
||||
typeOptions: {
|
||||
loadOptionsMethod: 'getUsers',
|
||||
loadOptionsMethod: 'getCaseOwners',
|
||||
},
|
||||
default: '',
|
||||
description: 'The owner of the case.',
|
||||
|
||||
Reference in New Issue
Block a user