How to parse JSON object and create a record in netsuite?
I have a JSON object returned from Suitelet. I want display a data in custom record. Any solution…?
just wondering what methods have you tried so far? posting the things you have tried will save time.
play with JSON.parse(context.value)
I tried but cannot able to get data from JSON object. After parsing, data does not show.
I have almost 500 rows and want to show in custom child record.