LOV in VBCS
Summary
LOV in VBCSContent
Hi Shay,
I am using below link to populate my LOV with data. I am calling below SaaS API as source of data for LOV.
https://blogs.oracle.com/shay/tips-and-tricks-for-list-of-values-in-visual-builder-cloud-service
REST API for LOV - /fscmRestApi/resources/11.13.18.05/suppliers
But for this API limit is set to 25. So when I call this API to populate my LOV, i get only 25 records in drop down. If i change the limit to some high number in VBCS,I get all the records in drop down.
How do i get all the records without hard coding in VB?
0