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

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