VBCS - Supplier and Sites
Content
Hello
I have a design question "How to populate 2 drop downs from REST response" ?
Version:
2010
I have 2 Select Single drop downs. Supplier and Sites.
If user selects a Supplier in first drop down say ABC Supplier then second drop down should automatically show Sites of ABC Supplier.
I am using below link to populate my LOV with data. I am calling below SaaS API as source of data for LOV.
REST API for LOV - /fscmRestApi/resources/11.13.18.05/suppliers.
I tried in Postman this end-point
and it gives me response Suppliers ---> Corresponding Sites nicely nested.( Just like master - details).
0