Thank you for supporting the Cloud Customer Connect Community in 2024. It's a gift to work with you!

Look back
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

More than 25 records are not getting displayed in the oj-combobox-one component

edited Feb 8, 2021 8:17AM in Visual Builder 4 comments

Summary

More than 25 records are not getting displayed in the oj-combobox-one component

Content

Hi,

I have an oj-combobox-one component and the values in this component are based on the REST API call.

Now the problem is it is displaying only 25 records in the  oj-combobox-one component.

I am loading the values in the oj-combobox-one component at page load itself

Any suggestion on how we can load all the records(more than 25 records) in the LOV.

 

Thanks & Regards,

Susanto Paul

Code Snippet

  PageModule.prototype.uniqueDocumentId = function(result) {
    var uniqueResult = [];
    var final = [];
    if (result && result.length > 0) {
      for (var i = 0; i < result.length; i++) {
        if (!uniqueResult[result[i].documentID]) {
          final.push({

            documentID: result[i].documentID,
            documentID: result[i].documentID,
         
Tagged:

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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