You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Unable to get or filter more than 25 employee records

edited Nov 5, 2020 2:07PM in Visual Builder 5 comments

Summary

VBCS- Unable to get or filter more than 25 employee records

Content

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.3

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!