Unable to get or filter more than 25 employee records
Summary
VBCS- Unable to get or filter more than 25 employee recordsContent
We are using a oj-combobox to display list of employees. Crated SDP based on /emp REST service exposed by HCM. We are only getting first 25 records even after typing few characters of displayname, unable to see the names starting with the records. Can you suggest if i'm missing anything?
<oj-combobox-one label-hint="Combobox (One)"
options="[[$page.variables.getEmpsListSDP]]"
options-keys.value="PersonNumber"
options-keys.label="DisplayName"
value="{{ $variables.selectedEmployee.value }}"
value-option="{{ $variables.selectedEmployee }}"
on-value-changed="[[$listeners.ojComboboxOneValue]]">
</oj-combobox-one>
Thanks,
Suresh
Version
19.4.3.30