CX Picker: help with returning only Active users within the Resource object
Hello, I'm currently attempting to configure the CX Picker 'OwnerPickerTemplate', so that it only returns 'Active' system users from the Resource object.
However, I'm struggling to identify which Resource field will provide me with the outcome I desire.
Any help is massively appreciated.
<template id="OwnerPickerTemplate">
<oj-vb-fragment name="oracle_cx_fragmentsUI:cx-picker" bridge="[[ vbBridge ]]" :id="[[ $fieldName + '-' + cxcore.utils.generateUID() ]]">
<oj-vb-fragment-param name="dynamicLayoutContext" value="[[ $dynamicLayoutContext ]]"></oj-vb-fragment-param>
<oj-vb-fragment-param name="resource" value='[[ {"name": "resources", "displayField": "PartyName", "primaryKey": "ResourceProfileId", "endpoint": "cx" } ]]'></oj-vb-fragment-param>
<oj-vb-fragment-param name="extensionId" value="{{ 'oracle_cx_salesUI' }}"></oj-vb-fragment-param>
<oj-vb-fragment-param name="context" value="[[ {'hideSavedSearches': true} ]]"></oj-vb-fragment-param>
<oj-vb-fragment-param name="createConfig" value='[[ {"enabled": false} ]]'></oj-vb-fragment-param>