How To Use System.List Or System.CommonResponse Component To Display Dynamic Values
Content
Hi,
Hope you are doing well.
We have a custom component, which is retuning an array of objects (key,Value pair). we want to display those values as a List component where "LocationName" will be display name and "LocationId" will be backed value.
Please help us how can we do this.
Sample Return Value from Custom Component:
--------------------------------------------------------
[{"LocationId":300000012444883,"LocationName":"Aging Partners/Administrative Services"},{"LocationId":300000005521536,"LocationName":"Arcadia"},{"LocationId":300000012447480,"LocationName":"Bridge"},{"LocationId":300000012447439,"LocationName":"Corrections"}]
Thanks,
Rabindra