Making a prototype.
This page is for a user to put in prices for different item groups, the things you see now are just placeholders, just making the template.
But i want the users inputs to get saved, so that when the user reenters the site, he will still see the same values present again.
The idea behind this, is that ONE user will be responisbly to keep the prices updated and then i will pull theese values out and use them for some calculations somewhere else.
So what is the best way to save the users inputs value so i can access them somewhere else and use them on another page? And also make the user able to see the inputs he typed when he enters this page again?
normally i would just save it to a database, but im new to netsuite so not quite sure on where to save things
But what would be best? A custom record? a json file? what do i do and how do i do it the smartest way