SelecOne (LOV) in VBCS
Summary
SelecOne (LOV) in VBCSContent
Hi All,
I am calling a REST API...to populate LOV...but data is not getting populated....below is the process followed
1. Registered Endpoint - Response coming from REST is
[ { "label": "1", "value": "1" },{ "label": "2", "value": "2" }]
2. Defined 2 fields - Input Text, SelectOne
3. Defined Type from REST response, variable of defined type
4. Mapped these(JSON object) variable to SelectOne
4. defined Action Chain to call REST End Point - assigning response back to above variable
5. On value change listener of Input Text, calling the above action chain....
But I don't see the data in lov, browser log shows - assigned undefined.
Tagged:
0