<@U2S643ARW> If you data is coming from an externa...
# suitescript
a
@rmlakhani If you data is coming from an external source to NetSuite, you restlet script would have to capture that data and create the record, to create the record you have to use record.create(), if your JSON coming in have a very well structure you can dynamically loop through your JOSN object and fill the fields dynamically but you still need to use setValue()...