limit on drop
Content
Hello,
we use selectsingle and do GET on /fscmRestApi/resources/11.13.18.05/suppliers
and populate our SDP variable. we have more than 500 suppliers also verified from postman ( 11.13.18.05/suppliers?limit=1000 ) and expect to show up all suppliers in drop down.
we selected the SDP variable and then clicked end point and in Request --> Parameters --> clicked Dynamic Query Parameters and added limit as 1500
we selected the SDP variable and we see Assign Parameter there is opportunity to map limit. so select limit and assign 1500 as value.
we checked in json and as below 1500 got added.
"uriParameters": {
"limit": "1500"
}
But when we run the page we see only 50 suppliers. why is that ?