<Best way to store response back into NetSuite?> ...
# general
b
Best way to store response back into NetSuite? I am currently consuming a saved search via RESTlet in my C# code, pushing it forward to a wsdl and also receiving a response from the same. Now I want to save the response in NetSuite as well, possibly along with the Transaction list records from which I have created the Saved Search. Please guide me towards what might be the best approach.
b
you can create a custom child record whose parent is your transaction record
create custom fields on the custom record to hold whatever values you think are important
b
thank you, can you point me towards some sample example or link as such?
b
You would need to explain how the link i gave isn't helping