Smart Picker in Service Request is not displaying the selected value
Summary:
Hello everyone,
I have implemented a Smart Picker (oracle_cx_commonUI:smart-picker) in a Service Request extension.
The picker loads the list of Contacts correctly and I am able to select a value.
After I save the SR, the ID is stored correctly in the backend (JobSiteContactName_Id_c), but the selected value is not displayed in the UI when the page reloads.
Can anyone help us to fix this issue?
Here is the Smart Picker code I am using:
<oj-vb-fragment bridge="[[vbBridge]]" name="oracle_cx_commonUI:smart-picker" id="jobSiteContactNameTemplate_ID" on-create-new-record-event="[[$listeners.jobSiteContactNameTemplateIDCreateNewRecordEvent]]">
<oj-vb-fragment-param name="dynamicLayoutContext" value="[[ $dynamicLayoutContext ]]"></oj-vb-fragment-param>